Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 26, 2024
1 parent 1da4f6e commit e7ad822
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion APSToolkit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
CONTRIBUTING.md = CONTRIBUTING.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForgeToolkitUnit", "ForgeToolkitUnit\ForgeToolkitUnit.csproj", "{44176454-3674-4C4B-8147-F7FE661E20D9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APSToolkitUnit", "APSToolkitUnit\APSToolkitUnit.csproj", "{44176454-3674-4C4B-8147-F7FE661E20D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sql", "sql", "{E4533E04-5E9D-4D4E-813A-3BF38AF90013}"
ProjectSection(SolutionItems) = preProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<FileVersion>1.0.0.0</FileVersion>
<IsTestProject>true</IsTestProject>
<TargetFramework>net6</TargetFramework>
<RootNamespace>ForgeToolkitUnit</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autodesk.Forge.DesignAutomation" Version="5.1.2" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public void SetUp()
[Test]
public void CompareExecute()
{
string path1 = @"D:\API\Forge\ExploreForgeGeometry\ForgeToolkitUnit\bin\Debug\net6\version9.json";
string path2 = @"D:\API\Forge\ExploreForgeGeometry\ForgeToolkitUnit\bin\Debug\net6\version10.json";
string path1 = @"D:\API\Forge\ExploreForgeGeometry\APSToolkitUnit\bin\Debug\net6\version9.json";
string path2 = @"D:\API\Forge\ExploreForgeGeometry\APSToolkitUnit\bin\Debug\net6\version10.json";
// get string json path1
var stringJsonPath1 = System.IO.File.ReadAllText(path1);
// get string json path2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e7ad822

Please sign in to comment.