Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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>{AE544886-26FF-4263-9BF0-B077CD67EDD4}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>winfection</RootNamespace>
  11. <AssemblyName>winfection</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
  20. <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  23. <DebugSymbols>true</DebugSymbols>
  24. <OutputPath>bin\x86\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  26. <NoWarn>;2008</NoWarn>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>x86</PlatformTarget>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. <ErrorReport>prompt</ErrorReport>
  31. <Prefer32Bit>true</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  34. <OutputPath>bin\x86\Release\</OutputPath>
  35. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  36. <Optimize>true</Optimize>
  37. <NoWarn>;2008</NoWarn>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <UseVSHostingProcess>false</UseVSHostingProcess>
  41. <ErrorReport>prompt</ErrorReport>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\ARM\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  49. <NoWarn>;2008</NoWarn>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>ARM</PlatformTarget>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  57. <OutputPath>bin\ARM\Release\</OutputPath>
  58. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <NoWarn>;2008</NoWarn>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>ARM</PlatformTarget>
  63. <UseVSHostingProcess>false</UseVSHostingProcess>
  64. <ErrorReport>prompt</ErrorReport>
  65. <Prefer32Bit>true</Prefer32Bit>
  66. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>bin\ARM64\Debug\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  72. <NoWarn>;2008</NoWarn>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>ARM64</PlatformTarget>
  75. <UseVSHostingProcess>false</UseVSHostingProcess>
  76. <ErrorReport>prompt</ErrorReport>
  77. <Prefer32Bit>true</Prefer32Bit>
  78. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
  81. <OutputPath>bin\ARM64\Release\</OutputPath>
  82. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  83. <Optimize>true</Optimize>
  84. <NoWarn>;2008</NoWarn>
  85. <DebugType>pdbonly</DebugType>
  86. <PlatformTarget>ARM64</PlatformTarget>
  87. <UseVSHostingProcess>false</UseVSHostingProcess>
  88. <ErrorReport>prompt</ErrorReport>
  89. <Prefer32Bit>true</Prefer32Bit>
  90. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  93. <DebugSymbols>true</DebugSymbols>
  94. <OutputPath>bin\x64\Debug\</OutputPath>
  95. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  96. <NoWarn>;2008</NoWarn>
  97. <DebugType>full</DebugType>
  98. <PlatformTarget>x64</PlatformTarget>
  99. <UseVSHostingProcess>false</UseVSHostingProcess>
  100. <ErrorReport>prompt</ErrorReport>
  101. <Prefer32Bit>true</Prefer32Bit>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  104. <OutputPath>bin\x64\Release\</OutputPath>
  105. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  106. <Optimize>true</Optimize>
  107. <NoWarn>;2008</NoWarn>
  108. <DebugType>pdbonly</DebugType>
  109. <PlatformTarget>x64</PlatformTarget>
  110. <UseVSHostingProcess>false</UseVSHostingProcess>
  111. <ErrorReport>prompt</ErrorReport>
  112. <Prefer32Bit>true</Prefer32Bit>
  113. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  114. </PropertyGroup>
  115. <PropertyGroup>
  116. <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
  117. </PropertyGroup>
  118. <ItemGroup>
  119. <Compile Include="App.xaml.cs">
  120. <DependentUpon>App.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Helpers\ApiCall.cs" />
  123. <Compile Include="Helpers\JsonHandler\JsonHandler.cs" />
  124. <Compile Include="Helpers\Simulation\CareTaker.cs" />
  125. <Compile Include="Helpers\Simulation\Memento.cs" />
  126. <Compile Include="Models\Coords.cs" />
  127. <Compile Include="Models\JsonType.cs" />
  128. <Compile Include="Models\MapLibrary.cs" />
  129. <Compile Include="Models\MapObjects\Bridge\BridgeHorizontal.cs" />
  130. <Compile Include="Models\MapObjects\Bridge\BridgeVertical.cs" />
  131. <Compile Include="Models\MapObjects\Buildings\BuildingAtm.cs" />
  132. <Compile Include="Models\MapObjects\Buildings\BuildingHouse1.cs" />
  133. <Compile Include="Models\MapObjects\Buildings\BuildingHouse2.cs" />
  134. <Compile Include="Models\MapObjects\Buildings\BuildingHouse3.cs" />
  135. <Compile Include="Models\MapObjects\Buildings\BuildingLibrary.cs" />
  136. <Compile Include="Models\MapObjects\Buildings\BuildingPlayground.cs" />
  137. <Compile Include="Models\MapObjects\Buildings\BuildingSaloon.cs" />
  138. <Compile Include="Models\MapObjects\Buildings\BuildingSupermarket.cs" />
  139. <Compile Include="Models\MapObjects\MapObject.cs" />
  140. <Compile Include="Models\MapObjects\Nature\Grass.cs" />
  141. <Compile Include="Models\MapObjects\Json\JsonMap.cs" />
  142. <Compile Include="Models\MapObjects\Json\JsonMapObject.cs" />
  143. <Compile Include="Models\MapObjects\MapObjectFactory.cs" />
  144. <Compile Include="Models\MapObjects\Nature\WaterHorizontal.cs" />
  145. <Compile Include="Models\MapObjects\Nature\WaterOpenBottom.cs" />
  146. <Compile Include="Models\MapObjects\Nature\WaterOpenLeft.cs" />
  147. <Compile Include="Models\MapObjects\Nature\WaterOpenRight.cs" />
  148. <Compile Include="Models\MapObjects\Nature\WaterOpenTop.cs" />
  149. <Compile Include="Models\MapObjects\Nature\WaterPond.cs" />
  150. <Compile Include="Models\MapObjects\Nature\WaterShoreBottom.cs" />
  151. <Compile Include="Models\MapObjects\Nature\WaterShoreBottomLeft.cs" />
  152. <Compile Include="Models\MapObjects\Nature\WaterShoreLeft.cs" />
  153. <Compile Include="Models\MapObjects\Nature\WaterShoreLeftTop.cs" />
  154. <Compile Include="Models\MapObjects\Nature\WaterShoreRight.cs" />
  155. <Compile Include="Models\MapObjects\Nature\WaterShoreRightBottom.cs" />
  156. <Compile Include="Models\MapObjects\Nature\WaterShoreTop.cs" />
  157. <Compile Include="Models\MapObjects\Nature\WaterShoreTopRight.cs" />
  158. <Compile Include="Models\MapObjects\Nature\WaterVertical.cs" />
  159. <Compile Include="Models\MapObjects\Street\StreetCrossroad.cs" />
  160. <Compile Include="Models\MapObjects\Street\StreetHorizontal.cs" />
  161. <Compile Include="Models\MapObjects\Street\StreetIntersectionToBottom.cs" />
  162. <Compile Include="Models\MapObjects\Street\StreetIntersectionToLeft.cs" />
  163. <Compile Include="Models\MapObjects\Street\StreetIntersectionToRight.cs" />
  164. <Compile Include="Models\MapObjects\Street\StreetIntersectionToTop.cs" />
  165. <Compile Include="Models\MapObjects\Street\StreetTurnDownToLeft.cs" />
  166. <Compile Include="Models\MapObjects\Street\StreetTurnDownToRight.cs" />
  167. <Compile Include="Models\MapObjects\Street\StreetTurnUpToLeft.cs" />
  168. <Compile Include="Models\MapObjects\Street\StreetTurnUpToRight.cs" />
  169. <Compile Include="Models\MapObjects\Street\StreetVertical.cs" />
  170. <Compile Include="Models\MapObjects\Nature\Water.cs" />
  171. <Compile Include="Models\Node.cs" />
  172. <Compile Include="Models\PathFinding\MinHeap.cs" />
  173. <Compile Include="Models\PathFinding\PathFinder.cs" />
  174. <Compile Include="Models\Person.cs" />
  175. <Compile Include="Models\SimulationParameter.cs" />
  176. <Compile Include="Models\Simulator.cs" />
  177. <Compile Include="Models\Virus.cs" />
  178. <Compile Include="Views\CreateVirus.xaml.cs">
  179. <DependentUpon>CreateVirus.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Views\Home.xaml.cs">
  182. <DependentUpon>Home.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="Models\Map.cs" />
  185. <Compile Include="Views\LevelEditor.xaml.cs">
  186. <DependentUpon>LevelEditor.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="Views\MainPage.xaml.cs">
  189. <DependentUpon>MainPage.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Properties\AssemblyInfo.cs" />
  192. <Compile Include="Views\PersonInformation.xaml.cs">
  193. <DependentUpon>PersonInformation.xaml</DependentUpon>
  194. </Compile>
  195. <Compile Include="Views\Simulation.xaml.cs">
  196. <DependentUpon>Simulation.xaml</DependentUpon>
  197. </Compile>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <AppxManifest Include="Package.appxmanifest">
  201. <SubType>Designer</SubType>
  202. </AppxManifest>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Content Include="Assets\BadgeLogo.scale-100.png" />
  206. <Content Include="Assets\BadgeLogo.scale-400.png" />
  207. <Content Include="Assets\LargeTile.scale-100.png" />
  208. <Content Include="Assets\LargeTile.scale-400.png" />
  209. <Content Include="Assets\MapTiles\atm.png" />
  210. <Content Include="Assets\MapTiles\bridge-horizontal.png" />
  211. <Content Include="Assets\MapTiles\bridge-vertical.png" />
  212. <Content Include="Assets\MapTiles\grass.png" />
  213. <Content Include="Assets\MapTiles\house1.png" />
  214. <Content Include="Assets\MapTiles\house2.png" />
  215. <Content Include="Assets\MapTiles\house3.png" />
  216. <Content Include="Assets\MapTiles\library.png" />
  217. <Content Include="Assets\MapTiles\playground.png" />
  218. <Content Include="Assets\MapTiles\road-horizontal.png" />
  219. <Content Include="Assets\MapTiles\road-intersection.png" />
  220. <Content Include="Assets\MapTiles\road-junction-horizontalDown.png" />
  221. <Content Include="Assets\MapTiles\road-junction-horizontalUp.png" />
  222. <Content Include="Assets\MapTiles\road-junction-verticalLeft.png" />
  223. <Content Include="Assets\MapTiles\road-junction-verticalRight.png" />
  224. <Content Include="Assets\MapTiles\road-turn-bottomToLeft.png" />
  225. <Content Include="Assets\MapTiles\road-turn-bottomToRight.png" />
  226. <Content Include="Assets\MapTiles\road-turn-topToLeft.png" />
  227. <Content Include="Assets\MapTiles\road-turn-topToRight.png" />
  228. <Content Include="Assets\MapTiles\road-vertical.png" />
  229. <Content Include="Assets\MapTiles\saloon.png" />
  230. <Content Include="Assets\MapTiles\supermarket.png" />
  231. <Content Include="Assets\MapTiles\water-horizontal.png" />
  232. <Content Include="Assets\MapTiles\water-open-bottom.png" />
  233. <Content Include="Assets\MapTiles\water-open-left.png" />
  234. <Content Include="Assets\MapTiles\water-open-leftBottom.png" />
  235. <Content Include="Assets\MapTiles\water-open-right.png" />
  236. <Content Include="Assets\MapTiles\water-open-rightBottom.png" />
  237. <Content Include="Assets\MapTiles\water-open-rightLeftBottom.png" />
  238. <Content Include="Assets\MapTiles\water-open-top.png" />
  239. <Content Include="Assets\MapTiles\water-open-topLeft.png" />
  240. <Content Include="Assets\MapTiles\water-open-topLeftBottom.png" />
  241. <Content Include="Assets\MapTiles\water-open-topLeftRight.png" />
  242. <Content Include="Assets\MapTiles\water-open-topRight.png" />
  243. <Content Include="Assets\MapTiles\water-open-topRightBottom.png" />
  244. <Content Include="Assets\MapTiles\water-pond.png" />
  245. <Content Include="Assets\MapTiles\water-vertical.png" />
  246. <Content Include="Assets\MapTiles\water.png" />
  247. <Content Include="Assets\SmallTile.scale-100.png" />
  248. <Content Include="Assets\SmallTile.scale-400.png" />
  249. <Content Include="Assets\SplashScreen.scale-100.png" />
  250. <Content Include="Assets\SplashScreen.scale-400.png" />
  251. <Content Include="Assets\Square150x150Logo.scale-100.png" />
  252. <Content Include="Assets\Square150x150Logo.scale-400.png" />
  253. <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
  254. <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
  255. <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-16.png" />
  256. <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-256.png" />
  257. <Content Include="Assets\Square44x44Logo.scale-100.png" />
  258. <Content Include="Assets\Square44x44Logo.scale-400.png" />
  259. <Content Include="Assets\Square44x44Logo.targetsize-16.png" />
  260. <Content Include="Assets\Square44x44Logo.targetsize-256.png" />
  261. <Content Include="Assets\StoreLogo.scale-100.png" />
  262. <Content Include="Assets\StoreLogo.scale-400.png" />
  263. <Content Include="Assets\winfection.png" />
  264. <Content Include="Properties\Default.rd.xml" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <ApplicationDefinition Include="App.xaml">
  268. <Generator>MSBuild:Compile</Generator>
  269. <SubType>Designer</SubType>
  270. </ApplicationDefinition>
  271. <Page Include="Views\CreateVirus.xaml">
  272. <SubType>Designer</SubType>
  273. <Generator>MSBuild:Compile</Generator>
  274. </Page>
  275. <Page Include="Views\Home.xaml">
  276. <SubType>Designer</SubType>
  277. <Generator>MSBuild:Compile</Generator>
  278. </Page>
  279. <Page Include="Views\LevelEditor.xaml">
  280. <Generator>MSBuild:Compile</Generator>
  281. <SubType>Designer</SubType>
  282. </Page>
  283. <Page Include="Views\MainPage.xaml">
  284. <Generator>MSBuild:Compile</Generator>
  285. <SubType>Designer</SubType>
  286. </Page>
  287. <Page Include="Views\PersonInformation.xaml">
  288. <SubType>Designer</SubType>
  289. <Generator>MSBuild:Compile</Generator>
  290. </Page>
  291. <Page Include="Views\Simulation.xaml">
  292. <SubType>Designer</SubType>
  293. <Generator>MSBuild:Compile</Generator>
  294. </Page>
  295. </ItemGroup>
  296. <ItemGroup>
  297. <PackageReference Include="MathNet.Numerics">
  298. <Version>4.9.0</Version>
  299. </PackageReference>
  300. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
  301. <Version>6.2.9</Version>
  302. </PackageReference>
  303. <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls">
  304. <Version>6.0.0</Version>
  305. </PackageReference>
  306. <PackageReference Include="Newtonsoft.Json">
  307. <Version>12.0.3</Version>
  308. </PackageReference>
  309. </ItemGroup>
  310. <ItemGroup>
  311. <Folder Include="Helpers\Visualisation\" />
  312. <Folder Include="Models\MapObjects\Structures\" />
  313. <Folder Include="Saves\Viruses\" />
  314. </ItemGroup>
  315. <ItemGroup>
  316. <None Include="Saves\Maps\TestMap.json" />
  317. </ItemGroup>
  318. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  319. <VisualStudioVersion>14.0</VisualStudioVersion>
  320. </PropertyGroup>
  321. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  322. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  323. Other similar extension points exist, see Microsoft.Common.targets.
  324. <Target Name="BeforeBuild">
  325. </Target>
  326. <Target Name="AfterBuild">
  327. </Target>
  328. -->
  329. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement