MonoGameSceneGraph.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <ProductVersion>8.0.30703</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{235539D2-2263-48F3-9DE4-70AE5E335E07}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>MonoGameSceneGraph</RootNamespace>
  13. <AssemblyName>MonoGameSceneGraph</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <MonoGamePlatform>DesktopGL</MonoGamePlatform>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE;LINUX</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <DocumentationFile>bin\DesktopGL\x86\Debug\MonoGameSceneGraph.XML</DocumentationFile>
  28. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  31. <PlatformTarget>x86</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\</OutputPath>
  35. <DefineConstants>TRACE;LINUX</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <DocumentationFile>bin\DesktopGL\x86\Release\MonoGameSceneGraph.XML</DocumentationFile>
  39. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <ApplicationIcon>Icon.ico</ApplicationIcon>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <StartupObject />
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  48. <DebugSymbols>true</DebugSymbols>
  49. <OutputPath>bin\Debug\</OutputPath>
  50. <DefineConstants>DEBUG;TRACE;LINUX</DefineConstants>
  51. <DocumentationFile>bin\DesktopGL\x86\Debug\MonoGameSceneGraph.XML</DocumentationFile>
  52. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  53. <DebugType>full</DebugType>
  54. <PlatformTarget>AnyCPU</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  59. <OutputPath>bin\Release\</OutputPath>
  60. <DefineConstants>TRACE;LINUX</DefineConstants>
  61. <DocumentationFile>bin\DesktopGL\x86\Release\MonoGameSceneGraph.XML</DocumentationFile>
  62. <Optimize>true</Optimize>
  63. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>AnyCPU</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Compile Include="Game1.cs" />
  71. <Compile Include="Program.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="Source\Entities\ModelEntity.cs" />
  74. <Compile Include="Source\Entities\IEntity.cs" />
  75. <Compile Include="Source\Nodes\CullingNode.cs" />
  76. <Compile Include="Source\Nodes\LinkedNode.cs" />
  77. <Compile Include="Source\Nodes\Node.cs" />
  78. <Compile Include="Source\Transformations.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Reference Include="OpenTK">
  82. <HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
  83. </Reference>
  84. <Reference Include="NVorbis">
  85. <HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\NVorbis.dll</HintPath>
  86. </Reference>
  87. <Reference Include="MonoGame.Framework">
  88. <HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\MonoGame.Framework.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Xml" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <EmbeddedResource Include="Icon.ico" />
  95. <Content Include="OpenTK.dll.config">
  96. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  97. </Content>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <MonoGameContentReference Include="Content\Content.mgcb" />
  101. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x86\SDL2.dll">
  102. <Link>x86\SDL2.dll</Link>
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </None>
  105. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x64\SDL2.dll">
  106. <Link>x64\SDL2.dll</Link>
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </None>
  109. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x86\soft_oal.dll">
  110. <Link>x86\soft_oal.dll</Link>
  111. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  112. </None>
  113. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x64\soft_oal.dll">
  114. <Link>x64\soft_oal.dll</Link>
  115. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  116. </None>
  117. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x86\libSDL2-2.0.so.0">
  118. <Link>x86\libSDL2-2.0.so.0</Link>
  119. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  120. </None>
  121. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x64\libSDL2-2.0.so.0">
  122. <Link>x64\libSDL2-2.0.so.0</Link>
  123. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  124. </None>
  125. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x86\libopenal.so.1">
  126. <Link>x86\libopenal.so.1</Link>
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </None>
  129. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\x64\libopenal.so.1">
  130. <Link>x64\libopenal.so.1</Link>
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </None>
  133. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\libSDL2-2.0.0.dylib">
  134. <Link>libSDL2-2.0.0.dylib</Link>
  135. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  136. </None>
  137. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\libopenal.1.dylib">
  138. <Link>libopenal.1.dylib</Link>
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </None>
  141. <None Include="$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\MonoGame.Framework.dll.config">
  142. <Link>MonoGame.Framework.dll.config</Link>
  143. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  144. </None>
  145. <None Include="app.manifest" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <MonoGameContentReference Include="Content\Content.mgcb" />
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
  152. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  153. Other similar extension points exist, see Microsoft.Common.targets.
  154. <Target Name="BeforeBuild">
  155. </Target>
  156. <Target Name="AfterBuild">
  157. </Target>
  158. -->
  159. </Project>