corrade-vassal – Diff between revs 13 and 15

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 13 Rev 15
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="14.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>
8 <ProjectGuid>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</ProjectGuid> 8 <ProjectGuid>{A971E1C9-776C-4CD2-88AC-71197C7B955E}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>wasSharp</RootNamespace> 11 <RootNamespace>wasSharp</RootNamespace>
12 <AssemblyName>wasSharp</AssemblyName> 12 <AssemblyName>wasSharp</AssemblyName>
13 <DefaultLanguage>en-US</DefaultLanguage> 13 <DefaultLanguage>en-US</DefaultLanguage>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 15 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16 <TargetFrameworkProfile>Profile151</TargetFrameworkProfile> 16 <TargetFrameworkProfile>Profile151</TargetFrameworkProfile>
17 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> 17 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
18 </PropertyGroup> 18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols> 20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType> 21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize> 22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath> 23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport> 25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel> 26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup> 27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType> 29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize> 30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
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 --> 37 <!-- A reference to the entire .NET Framework is automatically included -->
38 </ItemGroup> 38 </ItemGroup>
39 <ItemGroup> 39 <ItemGroup>
40 <Compile Include="Arrays.cs" /> 40 <Compile Include="Arrays.cs" />
41 <Compile Include="BitTwiddling.cs" /> 41 <Compile Include="BitTwiddling.cs" />
42 <Compile Include="Collections.cs" /> 42 <Compile Include="Collections.cs" />
43 <Compile Include="Cryptography.cs" /> 43 <Compile Include="Cryptography.cs" />
44 <Compile Include="CSV.cs" /> 44 <Compile Include="CSV.cs" />
-   45 <Compile Include="IO.cs" />
45 <Compile Include="KeyValue.cs" /> 46 <Compile Include="KeyValue.cs" />
46 <Compile Include="Numerics.cs" /> 47 <Compile Include="Numerics.cs" />
47 <Compile Include="Reflection.cs" /> 48 <Compile Include="Reflection.cs" />
48 <Compile Include="Time.cs" /> 49 <Compile Include="Time.cs" />
49 <Compile Include="wasSharp.cs" /> 50 <Compile Include="wasSharp.cs" />
50 <Compile Include="Properties\AssemblyInfo.cs" /> 51 <Compile Include="Properties\AssemblyInfo.cs" />
51 <Compile Include="Web.cs" /> 52 <Compile Include="Web.cs" />
52 <Compile Include="XML.cs" /> 53 <Compile Include="XML.cs" />
53 </ItemGroup> 54 </ItemGroup>
54 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 55 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
55 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 56 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
56 Other similar extension points exist, see Microsoft.Common.targets. 57 Other similar extension points exist, see Microsoft.Common.targets.
57 <Target Name="BeforeBuild"> 58 <Target Name="BeforeBuild">
58 </Target> 59 </Target>
59 <Target Name="AfterBuild"> 60 <Target Name="AfterBuild">
60 </Target> 61 </Target>
61 --> 62 -->
62 </Project> 63 </Project>
63   64  
64
Generated by GNU Enscript 1.6.5.90.
65
Generated by GNU Enscript 1.6.5.90.
65   66  
66   67  
67   68