SketchAssistantWPF.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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>{EE53AE79-2AA0-4F43-9638-1789B189D5C3}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>SketchAssistantWPF</RootNamespace>
  10. <AssemblyName>SketchAssistantWPF</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="System" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xaml">
  65. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="WindowsBase" />
  68. <Reference Include="PresentationCore" />
  69. <Reference Include="PresentationFramework" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ApplicationDefinition Include="App.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </ApplicationDefinition>
  76. <Compile Include="ActionHistory.cs" />
  77. <Compile Include="CustomCanvas.cs" />
  78. <Compile Include="DebugData.cs" />
  79. <Compile Include="FileImporter.cs" />
  80. <Compile Include="FileImporterException.cs" />
  81. <Compile Include="GeometryCalculator.cs" />
  82. <Compile Include="ImageDimension.cs" />
  83. <Compile Include="SketchAction.cs" />
  84. <Page Include="MainWindow.xaml">
  85. <Generator>MSBuild:Compile</Generator>
  86. <SubType>Designer</SubType>
  87. </Page>
  88. <Compile Include="App.xaml.cs">
  89. <DependentUpon>App.xaml</DependentUpon>
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="InternalLine.cs" />
  93. <Compile Include="MainWindow.xaml.cs">
  94. <DependentUpon>MainWindow.xaml</DependentUpon>
  95. <SubType>Code</SubType>
  96. </Compile>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="MVP_Model.cs" />
  100. <Compile Include="MVP_Presenter.cs" />
  101. <Compile Include="MVP_View.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs">
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Compile Include="Properties\Resources.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>Resources.resx</DependentUpon>
  109. </Compile>
  110. <Compile Include="Properties\Settings.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Settings.settings</DependentUpon>
  113. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  114. </Compile>
  115. <EmbeddedResource Include="Properties\Resources.resx">
  116. <Generator>ResXFileCodeGenerator</Generator>
  117. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  118. </EmbeddedResource>
  119. <None Include="Properties\Settings.settings">
  120. <Generator>SettingsSingleFileGenerator</Generator>
  121. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  122. </None>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="App.config" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  129. <Visible>False</Visible>
  130. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  131. <Install>true</Install>
  132. </BootstrapperPackage>
  133. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  134. <Visible>False</Visible>
  135. <ProductName>.NET Framework 3.5 SP1</ProductName>
  136. <Install>false</Install>
  137. </BootstrapperPackage>
  138. </ItemGroup>
  139. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  140. </Project>