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>
|
2013-08-17 15:15:24 -04:00
|
|
|
<OutputType>WinExe</OutputType>
|
2013-08-13 17:55:26 -04:00
|
|
|
<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>
|
2013-08-25 13:22:48 -04:00
|
|
|
<CustomCommands>
|
|
|
|
<CustomCommands>
|
|
|
|
<Command type="Execute" command="${TargetFile}" workingdir="${SolutionDir}" />
|
|
|
|
</CustomCommands>
|
|
|
|
</CustomCommands>
|
2013-08-17 15:15:24 -04:00
|
|
|
<ConsolePause>false</ConsolePause>
|
2013-08-13 17:55:26 -04:00
|
|
|
</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>
|