SketchAssistantWPF.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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.15\build\netstandard2.0\ReportGenerator.props" Condition="Exists('..\packages\ReportGenerator.4.0.15\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. <IsWebBootstrapper>false</IsWebBootstrapper>
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\x86\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>x86</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. <Prefer32Bit>true</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  66. <OutputPath>bin\x86\Release\</OutputPath>
  67. <DefineConstants>TRACE</DefineConstants>
  68. <Optimize>true</Optimize>
  69. <DebugType>pdbonly</DebugType>
  70. <PlatformTarget>x86</PlatformTarget>
  71. <ErrorReport>prompt</ErrorReport>
  72. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  73. <Prefer32Bit>true</Prefer32Bit>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <ApplicationIcon>nicubunu-Quill.ico</ApplicationIcon>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="System" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="System.Net.Http" />
  88. <Reference Include="System.Xaml">
  89. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  90. </Reference>
  91. <Reference Include="WindowsBase" />
  92. <Reference Include="PresentationCore" />
  93. <Reference Include="PresentationFramework" />
  94. <Reference Include="WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad, processorArchitecture=MSIL">
  95. <HintPath>..\packages\InputSimulator.1.0.4.0\lib\net20\WindowsInput.dll</HintPath>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ApplicationDefinition Include="App.xaml">
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. </ApplicationDefinition>
  103. <Compile Include="ActionHistory.cs" />
  104. <Compile Include="Wristband.cs" />
  105. <Compile Include="CustomCanvas.cs" />
  106. <Compile Include="DebugData.cs" />
  107. <Compile Include="FileImporter.cs" />
  108. <Compile Include="FileImporterException.cs" />
  109. <Compile Include="Frame.cs" />
  110. <Compile Include="GeometryCalculator.cs" />
  111. <Compile Include="HighPerformanceTimer.cs" />
  112. <Compile Include="ImageDimension.cs" />
  113. <Compile Include="OptiTrackConnector.cs" />
  114. <Compile Include="SketchAction.cs" />
  115. <Page Include="MainWindow.xaml">
  116. <Generator>MSBuild:Compile</Generator>
  117. <SubType>Designer</SubType>
  118. </Page>
  119. <Compile Include="App.xaml.cs">
  120. <DependentUpon>App.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="InternalLine.cs" />
  124. <Compile Include="MainWindow.xaml.cs">
  125. <DependentUpon>MainWindow.xaml</DependentUpon>
  126. <SubType>Code</SubType>
  127. </Compile>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="MVP_Model.cs" />
  131. <Compile Include="MVP_Presenter.cs" />
  132. <Compile Include="MVP_View.cs" />
  133. <Compile Include="Properties\AssemblyInfo.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Properties\Resources.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DesignTime>True</DesignTime>
  139. <DependentUpon>Resources.resx</DependentUpon>
  140. </Compile>
  141. <Compile Include="Properties\Settings.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DependentUpon>Settings.settings</DependentUpon>
  144. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  145. </Compile>
  146. <EmbeddedResource Include="Properties\Resources.resx">
  147. <Generator>ResXFileCodeGenerator</Generator>
  148. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  149. </EmbeddedResource>
  150. <None Include="optitrack_setup.ttp">
  151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  152. </None>
  153. <None Include="packages.config" />
  154. <None Include="Properties\Settings.settings">
  155. <Generator>SettingsSingleFileGenerator</Generator>
  156. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  157. </None>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="App.config" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  164. <Visible>False</Visible>
  165. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  166. <Install>true</Install>
  167. </BootstrapperPackage>
  168. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  169. <Visible>False</Visible>
  170. <ProductName>.NET Framework 3.5 SP1</ProductName>
  171. <Install>false</Install>
  172. </BootstrapperPackage>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Content Include="NPTrackingTools.dll">
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </Content>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <WCFMetadata Include="Connected Services\" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Resource Include="nicubunu-Quill.ico" />
  184. </ItemGroup>
  185. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  186. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  187. <PropertyGroup>
  188. <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>
  189. </PropertyGroup>
  190. <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'))" />
  191. </Target>
  192. </Project>