SketchAssistantWPF.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0"
  3. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  4. <Import Project="..\packages\ReportGenerator.4.0.15\build\netstandard2.0\ReportGenerator.props" Condition="Exists('..\packages\ReportGenerator.4.0.15\build\netstandard2.0\ReportGenerator.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{EE53AE79-2AA0-4F43-9638-1789B189D5C3}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <RootNamespace>SketchAssistantWPF</RootNamespace>
  12. <AssemblyName>SketchAssistantWPF</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  18. <Deterministic>true</Deterministic>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. <IsWebBootstrapper>false</IsWebBootstrapper>
  22. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <OutputPath>bin\x86\Debug\</OutputPath>
  59. <DefineConstants>DEBUG;TRACE</DefineConstants>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  67. <OutputPath>bin\x86\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. <Prefer32Bit>true</Prefer32Bit>
  75. </PropertyGroup>
  76. <PropertyGroup>
  77. <ApplicationIcon>nicubunu-Quill.ico</ApplicationIcon>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="System" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Xml.Linq" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Xaml">
  90. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  91. </Reference>
  92. <Reference Include="WindowsBase" />
  93. <Reference Include="PresentationCore" />
  94. <Reference Include="PresentationFramework" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ApplicationDefinition Include="App.xaml">
  98. <Generator>MSBuild:Compile</Generator>
  99. <SubType>Designer</SubType>
  100. </ApplicationDefinition>
  101. <Compile Include="ActionHistory.cs" />
  102. <Compile Include="Armband.cs" />
  103. <Compile Include="CustomCanvas.cs" />
  104. <Compile Include="DebugData.cs" />
  105. <Compile Include="FileImporter.cs" />
  106. <Compile Include="FileImporterException.cs" />
  107. <Compile Include="Frame.cs" />
  108. <Compile Include="GeometryCalculator.cs" />
  109. <Compile Include="HighPerformanceTimer.cs" />
  110. <Compile Include="ImageDimension.cs" />
  111. <Compile Include="OptiTrackConnector.cs" />
  112. <Compile Include="SketchAction.cs" />
  113. <Page Include="MainWindow.xaml">
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </Page>
  117. <Compile Include="App.xaml.cs">
  118. <DependentUpon>App.xaml</DependentUpon>
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="InternalLine.cs" />
  122. <Compile Include="MainWindow.xaml.cs">
  123. <DependentUpon>MainWindow.xaml</DependentUpon>
  124. <SubType>Code</SubType>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Compile Include="MVP_Model.cs" />
  129. <Compile Include="MVP_Presenter.cs" />
  130. <Compile Include="MVP_View.cs" />
  131. <Compile Include="Properties\AssemblyInfo.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DesignTime>True</DesignTime>
  137. <DependentUpon>Resources.resx</DependentUpon>
  138. </Compile>
  139. <Compile Include="Properties\Settings.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DependentUpon>Settings.settings</DependentUpon>
  142. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  143. </Compile>
  144. <EmbeddedResource Include="Properties\Resources.resx">
  145. <Generator>ResXFileCodeGenerator</Generator>
  146. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  147. </EmbeddedResource>
  148. <None Include="optitrack_setup.ttp">
  149. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  150. </None>
  151. <None Include="packages.config" />
  152. <None Include="Properties\Settings.settings">
  153. <Generator>SettingsSingleFileGenerator</Generator>
  154. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  155. </None>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <None Include="App.config" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  162. <Visible>False</Visible>
  163. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  164. <Install>true</Install>
  165. </BootstrapperPackage>
  166. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  167. <Visible>False</Visible>
  168. <ProductName>.NET Framework 3.5 SP1</ProductName>
  169. <Install>false</Install>
  170. </BootstrapperPackage>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Content Include="NPTrackingTools.dll">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. </Content>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <WCFMetadata Include="Connected Services\" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <Resource Include="nicubunu-Quill.ico" />
  182. </ItemGroup>
  183. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  184. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  185. <PropertyGroup>
  186. <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>
  187. </PropertyGroup>
  188. <Error Condition="!Exists('..\packages\ReportGenerator.4.0.15\build\netstandard2.0\ReportGenerator.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ReportGenerator.4.0.15\build\netstandard2.0\ReportGenerator.props'))" />
  189. </Target>
  190. </Project>