mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-15 01:01:29 -06:00
Upgrade acrunch project to VS format version 12
This commit is contained in:
parent
e402ca76b5
commit
cb627b2b4b
@ -1,93 +1,100 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<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>
|
||||
</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>
|
||||
</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>
|
||||
<?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>
|
||||
@ -1,6 +1,8 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.31101.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "acrunch", "acrunch.csproj", "{E38095A5-464E-4BF3-9E98-36BABC43EC32}"
|
||||
EndProject
|
||||
Global
|
||||
@ -14,6 +16,9 @@ Global
|
||||
{E38095A5-464E-4BF3-9E98-36BABC43EC32}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E38095A5-464E-4BF3-9E98-36BABC43EC32}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(MonoDevelopProperties) = preSolution
|
||||
StartupItem = acrunch.csproj
|
||||
EndGlobalSection
|
||||
|
||||
Loading…
Reference in New Issue
Block a user