corrade-vassal – Diff between revs 15 and 16

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 15 Rev 16
Line 1... Line 1...
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> 5 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Line 32... Line 32...
32 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup> 35 </PropertyGroup>
36 <ItemGroup> 36 <ItemGroup>
37 <!-- A reference to the entire .NET Framework is automatically included --> -  
38 </ItemGroup> -  
39 <ItemGroup> -  
40 <Compile Include="Arrays.cs" /> 37 <Compile Include="Arrays.cs" />
41 <Compile Include="BitTwiddling.cs" /> 38 <Compile Include="BitTwiddling.cs" />
42 <Compile Include="Collections.cs" /> 39 <Compile Include="Collections.cs" />
43 <Compile Include="Cryptography.cs" /> 40 <Compile Include="Cryptography.cs" />
44 <Compile Include="CSV.cs" /> 41 <Compile Include="CSV.cs" />