/Scenes/Tests/Delta.Scenes.Tests.csproj
MSBuild | 132 lines | 125 code | 0 blank | 7 comment | 0 complexity | 7f3b74ecd74010de928ab89ab67ce221 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>{0456DA9E-FE3C-4921-811D-CB93B218B5BA}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.Scenes.Tests</RootNamespace> 12 <AssemblyName>Delta.Scenes.Tests</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 16 </PropertyGroup> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 18 <DebugSymbols>true</DebugSymbols> 19 <DebugType>full</DebugType> 20 <Optimize>false</Optimize> 21 <OutputPath>bin\Debug\</OutputPath> 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <ErrorReport>prompt</ErrorReport> 24 <WarningLevel>4</WarningLevel> 25 <PlatformTarget>x86</PlatformTarget> 26 </PropertyGroup> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 28 <DebugType>pdbonly</DebugType> 29 <Optimize>true</Optimize> 30 <OutputPath>bin\Release\</OutputPath> 31 <DefineConstants>TRACE</DefineConstants> 32 <ErrorReport>prompt</ErrorReport> 33 <WarningLevel>4</WarningLevel> 34 <PlatformTarget>x86</PlatformTarget> 35 </PropertyGroup> 36 <PropertyGroup> 37 <StartupObject>Delta.Scenes.Tests.Program</StartupObject> 38 </PropertyGroup> 39 <PropertyGroup> 40 <ApplicationIcon>..\..\External\Icons\ScenesIcon.ico</ApplicationIcon> 41 </PropertyGroup> 42 <ItemGroup> 43 <Reference Include="System" /> 44 </ItemGroup> 45 <ItemGroup> 46 <Compile Include="BaseControlsTests.cs" /> 47 <Compile Include="BorderedDesignTests.cs" /> 48 <Compile Include="PerformanceTests.cs" /> 49 <Compile Include="Program.cs" /> 50 <Compile Include="Properties\AssemblyInfo.cs" /> 51 <Compile Include="SceneTests.cs" /> 52 <Compile Include="SimpleMainMenu\CreditsScreen.cs" /> 53 <Compile Include="SimpleMainMenu\DummyGameScreen.cs" /> 54 <Compile Include="SimpleMainMenu\MainMenuScreen.cs" /> 55 <Compile Include="SimpleMainMenu\OptionsScreen.cs" /> 56 <Compile Include="ToolTipTests.cs" /> 57 <Compile Include="Tutorials.cs" /> 58 <Compile Include="UIScreenTests.cs" /> 59 <Compile Include="UIThemeTests.cs" /> 60 </ItemGroup> 61 <ItemGroup> 62 <Reference Include="Delta.ContentSystem"> 63 <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath> 64 </Reference> 65 <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj"> 66 <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project> 67 <Name>Delta.ContentSystem.Rendering</Name> 68 </ProjectReference> 69 <ProjectReference Include="..\..\ContentSystem\UserInterfaces\Delta.ContentSystem.UserInterfaces.csproj"> 70 <Project>{6CD34AEA-CE60-44A9-9863-102466CF3DF2}</Project> 71 <Name>Delta.ContentSystem.UserInterfaces</Name> 72 </ProjectReference> 73 <Reference Include="Delta.Engine"> 74 <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath> 75 </Reference> 76 <Reference Include="Delta.Multimedia"> 77 <HintPath>..\..\Dlls\Delta.Multimedia.dll</HintPath> 78 </Reference> 79 <ProjectReference Include="..\..\Rendering\Basics\Delta.Rendering.Basics.csproj"> 80 <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project> 81 <Name>Delta.Rendering.Basics</Name> 82 </ProjectReference> 83 <ProjectReference Include="..\..\Rendering\Cameras\Delta.Rendering.Cameras.csproj"> 84 <Project>{5D12ADC1-89BE-4A85-8DD9-49F9C725A2CF}</Project> 85 <Name>Delta.Rendering.Cameras</Name> 86 </ProjectReference> 87 <Reference Include="Delta.Rendering"> 88 <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath> 89 </Reference> 90 <Reference Include="Delta.InputSystem"> 91 <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath> 92 </Reference> 93 <ProjectReference Include="..\..\Rendering\Models\Delta.Rendering.Models.csproj"> 94 <Project>{C83A8F26-AE25-4E4A-8563-B63A56466010}</Project> 95 <Name>Delta.Rendering.Models</Name> 96 </ProjectReference> 97 <ProjectReference Include="..\..\Samples\SimpleGameExample\SimpleGameExample.csproj"> 98 <Project>{44ED9214-D344-4F77-9C22-408067359D86}</Project> 99 <Name>SimpleGameExample</Name> 100 </ProjectReference> 101 <ProjectReference Include="..\..\Utilities\Collections\Delta.Utilities.Collections.csproj"> 102 <Project>{11554921-8A0B-433F-A184-DBA98F9BFF74}</Project> 103 <Name>Delta.Utilities.Collections</Name> 104 </ProjectReference> 105 <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj"> 106 <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project> 107 <Name>Delta.Utilities</Name> 108 </ProjectReference> 109 <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj"> 110 <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project> 111 <Name>Delta.Utilities.Graphics</Name> 112 </ProjectReference> 113 <Reference Include="Delta.Scenes"> 114 <HintPath>..\..\Dlls\Delta.Scenes.dll</HintPath> 115 </Reference> 116 <ProjectReference Include="..\UserInterfaces\Delta.Scenes.UserInterfaces.csproj"> 117 <Project>{27366E53-AB5D-4F24-898D-46E9DC902EF1}</Project> 118 <Name>Delta.Scenes.UserInterfaces</Name> 119 </ProjectReference> 120 </ItemGroup> 121 <ItemGroup> 122 <None Include="app.config" /> 123 </ItemGroup> 124 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 125 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 126 Other similar extension points exist, see Microsoft.Common.targets. 127 <Target Name="BeforeBuild"> 128 </Target> 129 <Target Name="AfterBuild"> 130 </Target> 131 --> 132</Project>