Skip to content

Commit da9e680

Browse files
committed
Renaming project
1 parent 2813034 commit da9e680

19 files changed

Lines changed: 54 additions & 2943 deletions

ApiTest/.upgrade-assistant

Lines changed: 0 additions & 1 deletion
This file was deleted.

ApiTest/upgrade-assistant.clef

Lines changed: 0 additions & 2908 deletions
This file was deleted.

CSharpCad.Test/CSharpCad.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="..\CSharpCad6\CSharpCad6.csproj" />
10+
<ProjectReference Include="..\OpenSharpCAD\OpenSharpCAD.csproj" />
1111
<ProjectReference Include="..\Submodules\agg-sharp\Csg\Csg.csproj" />
1212
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj" />
1313
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj" />

CSharpCad.UnitTests/CSharpCad.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<ProjectReference Include="..\CSharpCad6\CSharpCad6.csproj" />
25+
<ProjectReference Include="..\OpenSharpCAD\OpenSharpCAD.csproj" />
2626
</ItemGroup>
2727

2828
</Project>

Directory.Build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project>
22
<PropertyGroup>
3-
<Company>MatterHackers Inc.</Company>
3+
<Company>OpenSharpCAD</Company>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<NetVersion>net10.0</NetVersion>
6-
<EnableWindowsTargeting>true</EnableWindowsTargeting>
6+
<EnableWindowsTargeting Condition="'$(OS)' == 'Windows_NT'">true</EnableWindowsTargeting>
7+
<EnableWindowsTargeting Condition="'$(OS)' != 'Windows_NT'">false</EnableWindowsTargeting>
78
</PropertyGroup>
89
</Project>

OpenSharpCAD.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AGGLib", "AGGLib", "{86D535
4747
EndProject
4848
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataConverters3D", "Submodules/agg-sharp/DataConverters3D/DataConverters3D.csproj", "{04667764-DC7B-4B95-AEF6-B4E6C87A54E9}"
4949
EndProject
50-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpCad6", "CSharpCad6/CSharpCad6.csproj", "{70B36E4B-16F6-42E7-B7E5-E9A39D8D71B5}"
50+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenSharpCAD", "OpenSharpCAD/OpenSharpCAD.csproj", "{70B36E4B-16F6-42E7-B7E5-E9A39D8D71B5}"
5151
EndProject
5252
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "geometry3Sharp", "Submodules/agg-sharp/geometry3Sharp/geometry3Sharp.csproj", "{CF3B71BC-D90E-4EB2-98B4-D868186B1074}"
5353
EndProject
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)