/Rendering/ModelTests/Delta.Rendering.ModelTests.csproj
MSBuild | 113 lines | 106 code | 0 blank | 7 comment | 0 complexity | 3b0adc356a2f88e5288b8a26246a0573 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> 6 <ProductVersion>8.0.30703</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ADC01A48-BC22-40C1-998D-DF53B5DE0F79}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.Rendering.ModelTests</RootNamespace> 12 <AssemblyName>Delta.Rendering.ModelTests</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 15 <FileAlignment>512</FileAlignment> 16 </PropertyGroup> 17 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 18 <DebugSymbols>true</DebugSymbols> 19 <OutputPath>bin\Debug\</OutputPath> 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 <DebugType>full</DebugType> 22 <PlatformTarget>x86</PlatformTarget> 23 <ErrorReport>prompt</ErrorReport> 24 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> 25 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 26 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 27 </PropertyGroup> 28 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 29 <OutputPath>bin\Release\</OutputPath> 30 <DefineConstants>TRACE</DefineConstants> 31 <Optimize>true</Optimize> 32 <DebugType>pdbonly</DebugType> 33 <PlatformTarget>x86</PlatformTarget> 34 <ErrorReport>prompt</ErrorReport> 35 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> 36 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 37 </PropertyGroup> 38 <PropertyGroup> 39 <StartupObject> 40 </StartupObject> 41 </PropertyGroup> 42 <PropertyGroup> 43 <ApplicationIcon>..\..\External\Icons\RenderingIcon.ico</ApplicationIcon> 44 </PropertyGroup> 45 <ItemGroup> 46 <Reference Include="System" /> 47 </ItemGroup> 48 <ItemGroup> 49 <Compile Include="LevelTests.cs" /> 50 <Compile Include="MeshTests.cs" /> 51 <Compile Include="ModelViewer.cs" /> 52 <Compile Include="Program.cs" /> 53 <Compile Include="Properties\AssemblyInfo.cs" /> 54 <Compile Include="RenderToTextureTests.cs" /> 55 <Compile Include="Tutorials.cs" /> 56 </ItemGroup> 57 <ItemGroup> 58 <Reference Include="Delta.ContentSystem"> 59 <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath> 60 </Reference> 61 <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj"> 62 <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project> 63 <Name>Delta.ContentSystem.Rendering</Name> 64 </ProjectReference> 65 <Reference Include="Delta.Engine"> 66 <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath> 67 </Reference> 68 <ProjectReference Include="..\..\Graphics\Basics\Delta.Graphics.Basics.csproj"> 69 <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project> 70 <Name>Delta.Graphics.Basics</Name> 71 </ProjectReference> 72 <Reference Include="Delta.Graphics"> 73 <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath> 74 </Reference> 75 <Reference Include="Delta.InputSystem"> 76 <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath> 77 </Reference> 78 <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj"> 79 <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project> 80 <Name>Delta.Utilities</Name> 81 </ProjectReference> 82 <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj"> 83 <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project> 84 <Name>Delta.Utilities.Graphics</Name> 85 </ProjectReference> 86 <ProjectReference Include="..\Basics\Delta.Rendering.Basics.csproj"> 87 <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project> 88 <Name>Delta.Rendering.Basics</Name> 89 </ProjectReference> 90 <ProjectReference Include="..\Cameras\Delta.Rendering.Cameras.csproj"> 91 <Project>{5D12ADC1-89BE-4A85-8DD9-49F9C725A2CF}</Project> 92 <Name>Delta.Rendering.Cameras</Name> 93 </ProjectReference> 94 <Reference Include="Delta.Rendering"> 95 <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath> 96 </Reference> 97 <ProjectReference Include="..\Models\Delta.Rendering.Models.csproj"> 98 <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project> 99 <Name>Delta.Rendering.Models</Name> 100 </ProjectReference> 101 </ItemGroup> 102 <ItemGroup> 103 <None Include="app.config" /> 104 </ItemGroup> 105 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 106 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 107 Other similar extension points exist, see Microsoft.Common.targets. 108 <Target Name="BeforeBuild"> 109 </Target> 110 <Target Name="AfterBuild"> 111 </Target> 112 --> 113</Project>