SketchAssistant.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{0336F628-A2F7-4170-8B2E-9277C23118D4}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>SketchAssistant</RootNamespace>
  10. <AssemblyName>SketchAssistant</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <NuGetPackageImportStamp>
  30. </NuGetPackageImportStamp>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="System" />
  53. <Reference Include="System.Configuration" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  56. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Deployment" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Net.Http" />
  68. <Reference Include="System.Windows.Forms" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="MVP_View.cs" />
  73. <Compile Include="MVP_Presenter.cs" />
  74. <Compile Include="MVP_Model.cs" />
  75. <Compile Include="RedrawAssistant.cs" />
  76. <Compile Include="FileImporter.cs" />
  77. <Compile Include="FileImporterException.cs" />
  78. <Compile Include="GeometryCalculator.cs" />
  79. <Compile Include="SketchAction.cs" />
  80. <Compile Include="ActionHistory.cs" />
  81. <Compile Include="Line.cs" />
  82. <Compile Include="Form1.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Form1.Designer.cs">
  86. <DependentUpon>Form1.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="Program.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <EmbeddedResource Include="Form1.resx">
  91. <DependentUpon>Form1.cs</DependentUpon>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="Properties\Resources.resx">
  94. <Generator>ResXFileCodeGenerator</Generator>
  95. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  96. <SubType>Designer</SubType>
  97. </EmbeddedResource>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Resources.resx</DependentUpon>
  101. </Compile>
  102. <None Include="packages.config" />
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="App.config">
  115. <SubType>Designer</SubType>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  120. <Visible>False</Visible>
  121. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  122. <Install>true</Install>
  123. </BootstrapperPackage>
  124. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  125. <Visible>False</Visible>
  126. <ProductName>.NET Framework 3.5 SP1</ProductName>
  127. <Install>false</Install>
  128. </BootstrapperPackage>
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  131. </Project>