Urho.SharpReality.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{9C3A02C0-6776-438A-AAF7-9F95AF55E243}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Urho</RootNamespace>
  11. <AssemblyName>Urho</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.15063.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <OutputPath>..\..\Bin\SharpReality\</OutputPath>
  19. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;UWP_HOLO;</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;UWP_HOLO;</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  42. <PlatformTarget>x86</PlatformTarget>
  43. <DebugSymbols>true</DebugSymbols>
  44. <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;UWP_HOLO;</DefineConstants>
  45. <NoWarn>;2008</NoWarn>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <UseVSHostingProcess>false</UseVSHostingProcess>
  49. <ErrorReport>prompt</ErrorReport>
  50. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  53. <PlatformTarget>x86</PlatformTarget>
  54. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;UWP_HOLO;</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <NoWarn>;2008</NoWarn>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <UseVSHostingProcess>false</UseVSHostingProcess>
  60. <ErrorReport>prompt</ErrorReport>
  61. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  64. <PlatformTarget>ARM</PlatformTarget>
  65. <DebugSymbols>true</DebugSymbols>
  66. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  67. <NoWarn>;2008</NoWarn>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>ARM</PlatformTarget>
  70. <UseVSHostingProcess>false</UseVSHostingProcess>
  71. <ErrorReport>prompt</ErrorReport>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  74. <PlatformTarget>ARM</PlatformTarget>
  75. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  76. <Optimize>true</Optimize>
  77. <NoWarn>;2008</NoWarn>
  78. <DebugType>pdbonly</DebugType>
  79. <PlatformTarget>ARM</PlatformTarget>
  80. <UseVSHostingProcess>false</UseVSHostingProcess>
  81. <ErrorReport>prompt</ErrorReport>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  84. <PlatformTarget>x64</PlatformTarget>
  85. <DebugSymbols>true</DebugSymbols>
  86. <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;UWP_HOLO;</DefineConstants>
  87. <NoWarn>;2008</NoWarn>
  88. <DebugType>full</DebugType>
  89. <PlatformTarget>x64</PlatformTarget>
  90. <UseVSHostingProcess>false</UseVSHostingProcess>
  91. <ErrorReport>prompt</ErrorReport>
  92. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  95. <PlatformTarget>x64</PlatformTarget>
  96. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;UWP_HOLO;</DefineConstants>
  97. <Optimize>true</Optimize>
  98. <NoWarn>;2008</NoWarn>
  99. <DebugType>pdbonly</DebugType>
  100. <PlatformTarget>x64</PlatformTarget>
  101. <UseVSHostingProcess>false</UseVSHostingProcess>
  102. <ErrorReport>prompt</ErrorReport>
  103. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  104. </PropertyGroup>
  105. <ItemGroup>
  106. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  107. <None Include="project.json" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="GestureManager.cs" />
  111. <Compile Include="SpatialMappingManager.cs" />
  112. <Compile Include="UrhoAppView.cs" />
  113. <Compile Include="UrhoAppViewSource.cs" />
  114. <Compile Include="VoiceManager.cs" />
  115. <EmbeddedResource Include="Properties\SharpReality.rd.xml" />
  116. </ItemGroup>
  117. <Import Project="..\Urho.Shared.projitems" Label="Shared" />
  118. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  119. <VisualStudioVersion>14.0</VisualStudioVersion>
  120. </PropertyGroup>
  121. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  122. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  123. Other similar extension points exist, see Microsoft.Common.targets.
  124. <Target Name="BeforeBuild">
  125. </Target>
  126. <Target Name="AfterBuild">
  127. </Target>
  128. -->
  129. </Project>