SketchAssistantWPF.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\ReportGenerator.4.0.14\build\netstandard2.0\ReportGenerator.props" Condition="Exists('..\packages\ReportGenerator.4.0.14\build\netstandard2.0\ReportGenerator.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{EE53AE79-2AA0-4F43-9638-1789B189D5C3}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>SketchAssistantWPF</RootNamespace>
  11. <AssemblyName>SketchAssistantWPF</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Xaml">
  66. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ApplicationDefinition Include="App.xaml">
  74. <Generator>MSBuild:Compile</Generator>
  75. <SubType>Designer</SubType>
  76. </ApplicationDefinition>
  77. <Compile Include="ActionHistory.cs" />
  78. <Compile Include="CustomCanvas.cs" />
  79. <Compile Include="DebugData.cs" />
  80. <Compile Include="FileImporter.cs" />
  81. <Compile Include="FileImporterException.cs" />
  82. <Compile Include="GeometryCalculator.cs" />
  83. <Compile Include="ImageDimension.cs" />
  84. <Compile Include="SketchAction.cs" />
  85. <Page Include="MainWindow.xaml">
  86. <Generator>MSBuild:Compile</Generator>
  87. <SubType>Designer</SubType>
  88. </Page>
  89. <Compile Include="App.xaml.cs">
  90. <DependentUpon>App.xaml</DependentUpon>
  91. <SubType>Code</SubType>
  92. </Compile>
  93. <Compile Include="InternalLine.cs" />
  94. <Compile Include="MainWindow.xaml.cs">
  95. <DependentUpon>MainWindow.xaml</DependentUpon>
  96. <SubType>Code</SubType>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="MVP_Model.cs" />
  101. <Compile Include="MVP_Presenter.cs" />
  102. <Compile Include="MVP_View.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="Properties\Resources.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. </Compile>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. </EmbeddedResource>
  120. <None Include="packages.config" />
  121. <None Include="Properties\Settings.settings">
  122. <Generator>SettingsSingleFileGenerator</Generator>
  123. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  124. </None>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="App.config" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  131. <Visible>False</Visible>
  132. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  133. <Install>true</Install>
  134. </BootstrapperPackage>
  135. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  136. <Visible>False</Visible>
  137. <ProductName>.NET Framework 3.5 SP1</ProductName>
  138. <Install>false</Install>
  139. </BootstrapperPackage>
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  142. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  143. <PropertyGroup>
  144. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  145. </PropertyGroup>
  146. <Error Condition="!Exists('..\packages\ReportGenerator.4.0.14\build\netstandard2.0\ReportGenerator.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ReportGenerator.4.0.14\build\netstandard2.0\ReportGenerator.props'))" />
  147. </Target>
  148. </Project>