This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Blarg.GameFramework/Game.SDL2/Game.SDL2.csproj

53 lines
2.2 KiB
XML
Raw Normal View History

2013-08-13 17:55:26 -04:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4C73802F-6EB0-490C-BB32-64718B0FEEBA}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Game</RootNamespace>
<AssemblyName>Game.SDL2</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\SDL\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\SDL\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Game.Core\Game.Core.csproj">
<Project>{55379082-4DAF-4690-B92E-CF9752A7B9AC}</Project>
<Name>Game.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Blarg.GameFramework.SDL2\Blarg.GameFramework.SDL2.csproj">
<Project>{8DCB2AD1-B623-4647-903B-E1E2E5B01716}</Project>
<Name>Blarg.GameFramework.SDL2</Name>
</ProjectReference>
<ProjectReference Include="..\Blarg.GameFramework\Blarg.GameFramework.csproj">
<Project>{1ADE56B4-D505-411B-9168-B770A1079EE5}</Project>
<Name>Blarg.GameFramework</Name>
</ProjectReference>
</ItemGroup>
</Project>