YJMPD-UWP.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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)' == '' ">x86</Platform>
  7. <ProjectGuid>{7BE4D70C-7653-4757-800B-73DC1F8D19F7}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>YJMPD_UWP</RootNamespace>
  11. <AssemblyName>YJMPD-UWP</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <PackageCertificateKeyFile>YJMPD-UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>bin\x86\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  25. <NoWarn>;2008;CS4014</NoWarn>
  26. <DebugType>full</DebugType>
  27. <PlatformTarget>x86</PlatformTarget>
  28. <UseVSHostingProcess>false</UseVSHostingProcess>
  29. <ErrorReport>prompt</ErrorReport>
  30. <Prefer32Bit>true</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  33. <OutputPath>bin\x86\Release\</OutputPath>
  34. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  35. <Optimize>true</Optimize>
  36. <NoWarn>;2008</NoWarn>
  37. <DebugType>pdbonly</DebugType>
  38. <PlatformTarget>x86</PlatformTarget>
  39. <UseVSHostingProcess>false</UseVSHostingProcess>
  40. <ErrorReport>prompt</ErrorReport>
  41. <Prefer32Bit>true</Prefer32Bit>
  42. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\ARM\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  48. <NoWarn>;2008;4014</NoWarn>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>ARM</PlatformTarget>
  51. <UseVSHostingProcess>false</UseVSHostingProcess>
  52. <ErrorReport>prompt</ErrorReport>
  53. <Prefer32Bit>true</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  56. <OutputPath>bin\ARM\Release\</OutputPath>
  57. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  58. <Optimize>true</Optimize>
  59. <NoWarn>;2008</NoWarn>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>ARM</PlatformTarget>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <ErrorReport>prompt</ErrorReport>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  68. <DebugSymbols>true</DebugSymbols>
  69. <OutputPath>bin\x64\Debug\</OutputPath>
  70. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  71. <NoWarn>;2008</NoWarn>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>x64</PlatformTarget>
  74. <UseVSHostingProcess>false</UseVSHostingProcess>
  75. <ErrorReport>prompt</ErrorReport>
  76. <Prefer32Bit>true</Prefer32Bit>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  79. <OutputPath>bin\x64\Release\</OutputPath>
  80. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  81. <Optimize>true</Optimize>
  82. <NoWarn>;2008</NoWarn>
  83. <DebugType>pdbonly</DebugType>
  84. <PlatformTarget>x64</PlatformTarget>
  85. <UseVSHostingProcess>false</UseVSHostingProcess>
  86. <ErrorReport>prompt</ErrorReport>
  87. <Prefer32Bit>true</Prefer32Bit>
  88. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  92. <None Include="project.json" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="App.xaml.cs">
  96. <DependentUpon>App.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="Helpers\Converter\BoolToVisibilityConverter.cs" />
  99. <Compile Include="Helpers\EventArgs\GamePlayersUpdatedEventArgs.cs" />
  100. <Compile Include="Helpers\EventArgs\GameStatusUpdatedEventArgs.cs" />
  101. <Compile Include="Helpers\EventArgs\HeadingUpdatedEventArgs.cs" />
  102. <Compile Include="Helpers\EventArgs\NetworkStatusUpdatedEventArgs.cs" />
  103. <Compile Include="Helpers\EventArgs\PhotoStatusUpdatedEventArgs.cs" />
  104. <Compile Include="Helpers\EventArgs\PositionStatusUpdatedEventArgs.cs" />
  105. <Compile Include="Helpers\EventArgs\PositionUpdatedEventArgs.cs" />
  106. <Compile Include="Helpers\Extensions.cs" />
  107. <Compile Include="Helpers\Settings.cs" />
  108. <Compile Include="Helpers\Util.cs" />
  109. <Compile Include="MainPage.xaml.cs">
  110. <DependentUpon>MainPage.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="Model\ApiHandler.cs" />
  113. <Compile Include="Model\CompassHandler.cs" />
  114. <Compile Include="Model\GameHandler.cs" />
  115. <Compile Include="Model\GeoHandler.cs" />
  116. <Compile Include="Model\NetworkHandler.cs" />
  117. <Compile Include="Model\Object\Player.cs" />
  118. <Compile Include="Model\Object\Statistics.cs" />
  119. <Compile Include="Model\PhotoHandler.cs" />
  120. <Compile Include="Properties\AssemblyInfo.cs" />
  121. <Compile Include="ViewModels\AboutVM.cs" />
  122. <Compile Include="ViewModels\MatchVM.cs" />
  123. <Compile Include="ViewModels\MainPageVM.cs" />
  124. <Compile Include="ViewModels\GameVM.cs" />
  125. <Compile Include="ViewModels\PhotoVM.cs" />
  126. <Compile Include="ViewModels\ScoreVM.cs" />
  127. <Compile Include="ViewModels\SettingsVM.cs" />
  128. <Compile Include="ViewModels\StatisticsVM.cs" />
  129. <Compile Include="ViewModels\TemplateVM.cs" />
  130. <Compile Include="Views\AboutView.xaml.cs">
  131. <DependentUpon>AboutView.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="Views\MatchView.xaml.cs">
  134. <DependentUpon>MatchView.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="Views\GameView.xaml.cs">
  137. <DependentUpon>GameView.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="Views\PhotoView.xaml.cs">
  140. <DependentUpon>PhotoView.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="Views\ScoreView.xaml.cs">
  143. <DependentUpon>ScoreView.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="Views\SettingsView.xaml.cs">
  146. <DependentUpon>SettingsView.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Views\StatisticsView.xaml.cs">
  149. <DependentUpon>StatisticsView.xaml</DependentUpon>
  150. </Compile>
  151. <Compile Include="Views\WaitingView.xaml.cs">
  152. <DependentUpon>WaitingView.xaml</DependentUpon>
  153. </Compile>
  154. </ItemGroup>
  155. <ItemGroup>
  156. <AppxManifest Include="Package.appxmanifest">
  157. <SubType>Designer</SubType>
  158. </AppxManifest>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Content Include="Assets\4-[Omgezet].png" />
  162. <Content Include="Assets\Direction.png">
  163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  164. </Content>
  165. <Content Include="Assets\Error.png" />
  166. <Content Include="Properties\Default.rd.xml" />
  167. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  168. <Content Include="Assets\SplashScreen.scale-200.png" />
  169. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  170. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  171. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  172. <Content Include="Assets\StoreLogo.png">
  173. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  174. </Content>
  175. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <ApplicationDefinition Include="App.xaml">
  179. <Generator>MSBuild:Compile</Generator>
  180. <SubType>Designer</SubType>
  181. </ApplicationDefinition>
  182. <Page Include="MainPage.xaml">
  183. <Generator>MSBuild:Compile</Generator>
  184. <SubType>Designer</SubType>
  185. </Page>
  186. <Page Include="Themes\DarkTheme.xaml">
  187. <Generator>MSBuild:Compile</Generator>
  188. <SubType>Designer</SubType>
  189. </Page>
  190. <Page Include="Themes\DefaultStyles.xaml">
  191. <Generator>MSBuild:Compile</Generator>
  192. <SubType>Designer</SubType>
  193. </Page>
  194. <Page Include="Themes\LightTheme.xaml">
  195. <Generator>MSBuild:Compile</Generator>
  196. <SubType>Designer</SubType>
  197. </Page>
  198. <Page Include="Views\AboutView.xaml">
  199. <Generator>MSBuild:Compile</Generator>
  200. <SubType>Designer</SubType>
  201. </Page>
  202. <Page Include="Views\MatchView.xaml">
  203. <SubType>Designer</SubType>
  204. <Generator>MSBuild:Compile</Generator>
  205. </Page>
  206. <Page Include="Views\GameView.xaml">
  207. <SubType>Designer</SubType>
  208. <Generator>MSBuild:Compile</Generator>
  209. </Page>
  210. <Page Include="Views\PhotoView.xaml">
  211. <SubType>Designer</SubType>
  212. <Generator>MSBuild:Compile</Generator>
  213. </Page>
  214. <Page Include="Views\ScoreView.xaml">
  215. <SubType>Designer</SubType>
  216. <Generator>MSBuild:Compile</Generator>
  217. </Page>
  218. <Page Include="Views\SettingsView.xaml">
  219. <Generator>MSBuild:Compile</Generator>
  220. <SubType>Designer</SubType>
  221. </Page>
  222. <Page Include="Views\StatisticsView.xaml">
  223. <SubType>Designer</SubType>
  224. <Generator>MSBuild:Compile</Generator>
  225. </Page>
  226. <Page Include="Views\WaitingView.xaml">
  227. <SubType>Designer</SubType>
  228. <Generator>MSBuild:Compile</Generator>
  229. </Page>
  230. </ItemGroup>
  231. <ItemGroup>
  232. <Folder Include="Helpers\Comparer\" />
  233. </ItemGroup>
  234. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  235. <VisualStudioVersion>14.0</VisualStudioVersion>
  236. </PropertyGroup>
  237. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  238. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  239. Other similar extension points exist, see Microsoft.Common.targets.
  240. <Target Name="BeforeBuild">
  241. </Target>
  242. <Target Name="AfterBuild">
  243. </Target>
  244. -->
  245. </Project>