mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-25 20:35:16 -06:00
100 lines
3.7 KiB
XML
100 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{E38095A5-464E-4BF3-9E98-36BABC43EC32}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>acrunch</RootNamespace>
|
|
<AssemblyName>acrunch</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<RunWithWarnings>false</RunWithWarnings>
|
|
<additionalargs>-unsafe</additionalargs>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<RunWithWarnings>false</RunWithWarnings>
|
|
<additionalargs>-unsafe</additionalargs>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="acrunch.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="..\SpiffLib\doublerect.cs">
|
|
<Link>doublerect.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\AniMax\AnimDoc.cs">
|
|
<Link>AnimDoc.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\AniMax\Frame.cs">
|
|
<Link>Frame.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\AniMax\Globals.cs">
|
|
<Link>Globals.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\AniMax\Strip.cs">
|
|
<Link>Strip.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\AniMax\StripSet.cs">
|
|
<Link>StripSet.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\AniMax\XBitmap.cs">
|
|
<Link>XBitmap.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\AniMax\XBitmapSet.cs">
|
|
<Link>XBitmapSet.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SpiffLib\misc.cs">
|
|
<Link>misc.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SpiffLib\palette.cs">
|
|
<Link>palette.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SpiffLib\tbitmap.cs">
|
|
<Link>tbitmap.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SpiffLib\tbitmaptools.cs">
|
|
<Link>tbitmaptools.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="App.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="SharpZipLib, Version=0.31.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\bin\SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties InternalTargetFrameworkVersion="3.5" />
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |