/Rendering/Models/Delta.Rendering.Models.csproj
MSBuild | 102 lines | 95 code | 0 blank | 7 comment | 0 complexity | 693305145558baf3c359183ea662484a 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>9.0.30729</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{C83A8F26-AE25-4E4A-8563-B63A56466010}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.Rendering.Models</RootNamespace> 12 <AssemblyName>Delta.Rendering.Models</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <FileUpgradeFlags> 16 </FileUpgradeFlags> 17 <OldToolsVersion>3.5</OldToolsVersion> 18 <UpgradeBackupLocation /> 19 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 20 </PropertyGroup> 21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 22 <DebugSymbols>true</DebugSymbols> 23 <DebugType>full</DebugType> 24 <Optimize>false</Optimize> 25 <OutputPath>bin\Debug\</OutputPath> 26 <DefineConstants>DEBUG;TRACE</DefineConstants> 27 <ErrorReport>prompt</ErrorReport> 28 <WarningLevel>4</WarningLevel> 29 <PlatformTarget>x86</PlatformTarget> 30 </PropertyGroup> 31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 32 <DebugType>pdbonly</DebugType> 33 <Optimize>true</Optimize> 34 <OutputPath>bin\Release\</OutputPath> 35 <DefineConstants>TRACE</DefineConstants> 36 <ErrorReport>prompt</ErrorReport> 37 <WarningLevel>4</WarningLevel> 38 <PlatformTarget>x86</PlatformTarget> 39 </PropertyGroup> 40 <ItemGroup> 41 <Reference Include="System" /> 42 </ItemGroup> 43 <ItemGroup> 44 <Compile Include="Animation.cs" /> 45 <Compile Include="Bone.cs" /> 46 <Compile Include="Level.cs" /> 47 <Compile Include="Mesh.cs" /> 48 <Compile Include="Model.cs" /> 49 <Compile Include="Properties\AssemblyInfo.cs" /> 50 <Compile Include="Sky.cs" /> 51 </ItemGroup> 52 <ItemGroup> 53 <Reference Include="Delta.ContentSystem"> 54 <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath> 55 </Reference> 56 <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj"> 57 <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project> 58 <Name>Delta.ContentSystem.Rendering</Name> 59 </ProjectReference> 60 <Reference Include="Delta.Engine"> 61 <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath> 62 </Reference> 63 <ProjectReference Include="..\..\Engine\Game\Delta.Engine.Game.csproj"> 64 <Project>{13DF5467-6C7B-4978-B6B8-B2B034F1E267}</Project> 65 <Name>Delta.Engine.Game</Name> 66 </ProjectReference> 67 <ProjectReference Include="..\..\Graphics\Basics\Delta.Graphics.Basics.csproj"> 68 <Project>{184D0DD7-2300-42F1-B5C9-E4A9F6788F19}</Project> 69 <Name>Delta.Graphics.Basics</Name> 70 </ProjectReference> 71 <Reference Include="Delta.Graphics"> 72 <HintPath>..\..\Dlls\Delta.Graphics.dll</HintPath> 73 </Reference> 74 <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj"> 75 <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project> 76 <Name>Delta.Utilities</Name> 77 </ProjectReference> 78 <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj"> 79 <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project> 80 <Name>Delta.Utilities.Graphics</Name> 81 </ProjectReference> 82 <ProjectReference Include="..\Basics\Delta.Rendering.Basics.csproj"> 83 <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project> 84 <Name>Delta.Rendering.Basics</Name> 85 </ProjectReference> 86 <ProjectReference Include="..\Cameras\Delta.Rendering.Cameras.csproj"> 87 <Project>{5D12ADC1-89BE-4A85-8DD9-49F9C725A2CF}</Project> 88 <Name>Delta.Rendering.Cameras</Name> 89 </ProjectReference> 90 <Reference Include="Delta.Rendering"> 91 <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath> 92 </Reference> 93 </ItemGroup> 94 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 95 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 96 Other similar extension points exist, see Microsoft.Common.targets. 97 <Target Name="BeforeBuild"> 98 </Target> 99 <Target Name="AfterBuild"> 100 </Target> 101 --> 102</Project>