Skip to content

Commit 0e98899

Browse files
author
Dominic Beger
committed
Improve canvas code and adjust directories
1 parent fb11757 commit 0e98899

15 files changed

+266
-203
lines changed

CanvasTest/Canvas2DTest.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.
File renamed without changes.

CanvasTest/Canvas2DTest.Designer.cs renamed to SharpMath.CanvasTest/Canvas2DTest.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

CanvasTest/SharpMath.Canvas2DTest.csproj renamed to SharpMath.CanvasTest/SharpMath.Canvas2DTest.csproj

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,25 @@
88
<OutputType>WinExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>SharpMath.Canvas2DTest</RootNamespace>
11-
<AssemblyName>CanvasTest</AssemblyName>
11+
<AssemblyName>SharpMath.CanvasTest</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
1530
</PropertyGroup>
1631
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1732
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -86,6 +101,18 @@
86101
<Name>SharpMath</Name>
87102
</ProjectReference>
88103
</ItemGroup>
104+
<ItemGroup>
105+
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
106+
<Visible>False</Visible>
107+
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
108+
<Install>true</Install>
109+
</BootstrapperPackage>
110+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
111+
<Visible>False</Visible>
112+
<ProductName>.NET Framework 3.5 SP1</ProductName>
113+
<Install>false</Install>
114+
</BootstrapperPackage>
115+
</ItemGroup>
89116
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90117
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91118
Other similar extension points exist, see Microsoft.Common.targets.

SharpMath.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.24720.0
4+
VisualStudioVersion = 14.0.23107.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMath", "SharpMath\SharpMath.csproj", "{4706AE0F-30C8-460B-BBBF-5F189BE4EB76}"
77
EndProject
@@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMath.3DTest", "SharpMa
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMath.PolygonTest", "SharpMath.PolygonTest\SharpMath.PolygonTest.csproj", "{1D3DD70B-E845-4993-A73E-7EBD14B9E005}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMath.Canvas2DTest", "CanvasTest\SharpMath.Canvas2DTest.csproj", "{E8982E21-DEED-40EA-8DF9-0BD161AD1490}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMath.Canvas2DTest", "SharpMath.CanvasTest\SharpMath.Canvas2DTest.csproj", "{E8982E21-DEED-40EA-8DF9-0BD161AD1490}"
1515
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)