65 lines
2.6 KiB
XML
65 lines
2.6 KiB
XML
<?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)' == '' ">x86</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{FB0656B5-8E83-4880-9EAE-55E474B8B732}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>inf3</RootNamespace>
|
|
<AssemblyName>inf3</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DummyBackend.cs" />
|
|
<Compile Include="ParserTest.cs" />
|
|
<Compile Include="src\Receiver.cs" />
|
|
<Compile Include="src\Sender.cs" />
|
|
<Compile Include="src\DefaultGui\DefaultGui.Designer.cs" />
|
|
<Compile Include="src\DefaultGui\DefaultGui.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="src\DefaultGui\IBackend.cs" />
|
|
<Compile Include="src\DefaultGui\IPositionable.cs" />
|
|
<Compile Include="src\DefaultGui\ITile.cs" />
|
|
<Compile Include="src\DefaultGui\Program.cs" />
|
|
<Compile Include="src\Dragon.cs" />
|
|
<Compile Include="src\Map.cs" />
|
|
<Compile Include="src\Tile.cs" />
|
|
<Compile Include="src\Entity.cs" />
|
|
<Compile Include="src\Player.cs" />
|
|
<Compile Include="src\Parser.cs" />
|
|
<Compile Include="src\Backend.cs" />
|
|
<Compile Include="src\StringUtils.cs" />
|
|
<Compile Include="src\ParsingException.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
</Project> |