/Multimedia/Tests/Delta.Multimedia.Tests.csproj
MSBuild | 84 lines | 77 code | 0 blank | 7 comment | 0 complexity | 56e580f3fee83848d9c37c1f3a32b18b MD5 | raw file
Possible License(s): Apache-2.0
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>{24185525-49F7-48C8-BE39-9B19A76A1ADC}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.Multimedia.Tests</RootNamespace> 12 <AssemblyName>Delta.Multimedia.Tests</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 15 <FileAlignment>512</FileAlignment> 16 </PropertyGroup> 17 <PropertyGroup> 18 <StartupObject>Delta.Multimedia.Tests.Program</StartupObject> 19 </PropertyGroup> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 21 <DebugSymbols>true</DebugSymbols> 22 <OutputPath>bin\Debug\</OutputPath> 23 <DefineConstants>TRACE;DEBUG</DefineConstants> 24 <DebugType>full</DebugType> 25 <PlatformTarget>x86</PlatformTarget> 26 <ErrorReport>prompt</ErrorReport> 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 </PropertyGroup> 36 <PropertyGroup> 37 <ApplicationIcon>..\..\External\Icons\MultimediaIcon.ico</ApplicationIcon> 38 </PropertyGroup> 39 <ItemGroup> 40 <Reference Include="System" /> 41 </ItemGroup> 42 <ItemGroup> 43 <Compile Include="Program.cs" /> 44 <Compile Include="Properties\AssemblyInfo.cs" /> 45 <Compile Include="Tutorials.cs" /> 46 </ItemGroup> 47 <ItemGroup> 48 <Reference Include="Delta.Engine"> 49 <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath> 50 </Reference> 51 <Reference Include="Delta.InputSystem"> 52 <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath> 53 </Reference> 54 <ProjectReference Include="..\..\Rendering\Basics\Delta.Rendering.Basics.csproj"> 55 <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project> 56 <Name>Delta.Rendering.Basics</Name> 57 </ProjectReference> 58 <Reference Include="Delta.Rendering"> 59 <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath> 60 </Reference> 61 <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj"> 62 <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project> 63 <Name>Delta.Utilities</Name> 64 </ProjectReference> 65 <Reference Include="Delta.Multimedia"> 66 <HintPath>..\..\Dlls\Delta.Multimedia.dll</HintPath> 67 </Reference> 68 </ItemGroup> 69 <ItemGroup> 70 <None Include="app.config" /> 71 </ItemGroup> 72 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 73 <PropertyGroup> 74 <PostBuildEvent> 75 </PostBuildEvent> 76 </PropertyGroup> 77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 78 Other similar extension points exist, see Microsoft.Common.targets. 79 <Target Name="BeforeBuild"> 80 </Target> 81 <Target Name="AfterBuild"> 82 </Target> 83 --> 84</Project>