SketchAssistantWPF.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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.14\build\netstandard2.0\ReportGenerator.props" Condition="Exists('..\packages\ReportGenerator.4.0.14\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. <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. <IsWebBootstrapper>false</IsWebBootstrapper>
  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. <ItemGroup>
  77. <Reference Include="System" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Xml.Linq" />
  84. <Reference Include="System.Data.DataSetExtensions" />
  85. <Reference Include="System.Net.Http" />
  86. <Reference Include="System.Xaml">
  87. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  88. </Reference>
  89. <Reference Include="WindowsBase" />
  90. <Reference Include="PresentationCore" />
  91. <Reference Include="PresentationFramework" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ApplicationDefinition Include="App.xaml">
  95. <Generator>MSBuild:Compile</Generator>
  96. <SubType>Designer</SubType>
  97. </ApplicationDefinition>
  98. <Compile Include="ActionHistory.cs" />
  99. <Compile Include="Armband.cs" />
  100. <Compile Include="CustomCanvas.cs" />
  101. <Compile Include="DebugData.cs" />
  102. <Compile Include="FileImporter.cs" />
  103. <Compile Include="FileImporterException.cs" />
  104. <Compile Include="Frame.cs" />
  105. <Compile Include="GeometryCalculator.cs" />
  106. <Compile Include="HighPerformanceTimer.cs" />
  107. <Compile Include="ImageDimension.cs" />
  108. <Compile Include="OptiTrackConnector.cs" />
  109. <Compile Include="SketchAction.cs" />
  110. <Page Include="MainWindow.xaml">
  111. <Generator>MSBuild:Compile</Generator>
  112. <SubType>Designer</SubType>
  113. </Page>
  114. <Compile Include="App.xaml.cs">
  115. <DependentUpon>App.xaml</DependentUpon>
  116. <SubType>Code</SubType>
  117. </Compile>
  118. <Compile Include="InternalLine.cs" />
  119. <Compile Include="MainWindow.xaml.cs">
  120. <DependentUpon>MainWindow.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Compile Include="MVP_Model.cs" />
  126. <Compile Include="MVP_Presenter.cs" />
  127. <Compile Include="MVP_View.cs" />
  128. <Compile Include="Properties\AssemblyInfo.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="Properties\Resources.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DesignTime>True</DesignTime>
  134. <DependentUpon>Resources.resx</DependentUpon>
  135. </Compile>
  136. <Compile Include="Properties\Settings.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Settings.settings</DependentUpon>
  139. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  140. </Compile>
  141. <EmbeddedResource Include="Properties\Resources.resx">
  142. <Generator>ResXFileCodeGenerator</Generator>
  143. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  144. </EmbeddedResource>
  145. <None Include="optitrack_setup.ttp">
  146. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  147. </None>
  148. <None Include="packages.config" />
  149. <None Include="Properties\Settings.settings">
  150. <Generator>SettingsSingleFileGenerator</Generator>
  151. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  152. </None>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <None Include="App.config" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  159. <Visible>False</Visible>
  160. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  164. <Visible>False</Visible>
  165. <ProductName>.NET Framework 3.5 SP1</ProductName>
  166. <Install>false</Install>
  167. </BootstrapperPackage>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Content Include="NPTrackingTools.dll">
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. </Content>
  173. <Content Include="TActionManager.dll" />
  174. <Content Include="TactorInterface.dll" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <WCFMetadata Include="Connected Services\" />
  178. </ItemGroup>
  179. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  180. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  181. <PropertyGroup>
  182. <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>
  183. </PropertyGroup>
  184. <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'))" />
  185. </Target>
  186. </Project>