UrhoSharp.Desktop.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>{ECC350C2-88BF-4905-B4CB-8FAEC47DFF8C}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>$safeprojectname$</RootNamespace>
  11. <AssemblyName>$safeprojectname$</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>x64</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>x64</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Xml" />
  41. <Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\UrhoSharp.1.0.218\lib\net45\Urho.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Urho.Desktop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\UrhoSharp.1.0.218\lib\net45\Urho.Desktop.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Program.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <None Include="App.config" />
  56. <Content Include="Data\Fonts\Font.ttf">
  57. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  58. </Content>
  59. <Content Include="Data\Models\Box.mdl">
  60. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  61. </Content>
  62. <Content Include="Data\Models\Sphere.mdl">
  63. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  64. </Content>
  65. <Content Include="Data\Materials\BoxMaterial.xml">
  66. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  67. </Content>
  68. <Content Include="Data\Textures\xamarin.png">
  69. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  70. </Content>
  71. <None Include="packages.config" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Content Include="UrhoSharpReadme.txt" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\$saferootprojectname$\$saferootprojectname$.csproj">
  78. <Name>$saferootprojectname$</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup />
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. <Import Project="..\..\packages\UrhoSharp.1.0.218\build\net45\UrhoSharp.targets" Condition="Exists('..\..\packages\UrhoSharp.1.0.218\build\net45\UrhoSharp.targets')" />
  84. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  85. <PropertyGroup>
  86. <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>
  87. </PropertyGroup>
  88. <Error Condition="!Exists('..\..\packages\UrhoSharp.1.0.218\build\net45\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\UrhoSharp.1.0.218\build\net45\UrhoSharp.targets'))" />
  89. </Target>
  90. </Project>