corrade-vassal – Diff between revs 6 and 7

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 6 Rev 7
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 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{4419E938-ECD5-482F-AC8B-A3D20A5E6136}</ProjectGuid> 7 <ProjectGuid>{4419E938-ECD5-482F-AC8B-A3D20A5E6136}</ProjectGuid>
8 <OutputType>WinExe</OutputType> 8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Vassal</RootNamespace> 10 <RootNamespace>Vassal</RootNamespace>
11 <AssemblyName>Vassal</AssemblyName> 11 <AssemblyName>Vassal</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
-   14 <PublishUrl>publish\</PublishUrl>
-   15 <Install>true</Install>
-   16 <InstallFrom>Disk</InstallFrom>
-   17 <UpdateEnabled>false</UpdateEnabled>
-   18 <UpdateMode>Foreground</UpdateMode>
-   19 <UpdateInterval>7</UpdateInterval>
-   20 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
-   21 <UpdatePeriodically>false</UpdatePeriodically>
-   22 <UpdateRequired>false</UpdateRequired>
-   23 <MapFileExtensions>true</MapFileExtensions>
-   24 <ApplicationRevision>0</ApplicationRevision>
-   25 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
-   26 <IsWebBootstrapper>false</IsWebBootstrapper>
-   27 <UseApplicationTrust>false</UseApplicationTrust>
-   28 <BootstrapperEnabled>true</BootstrapperEnabled>
14 </PropertyGroup> 29 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <PlatformTarget>AnyCPU</PlatformTarget> 31 <PlatformTarget>AnyCPU</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols> 32 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 33 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 34 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath> 35 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants> 36 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport> 37 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel> 38 <WarningLevel>4</WarningLevel>
24 </PropertyGroup> 39 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <PlatformTarget>AnyCPU</PlatformTarget> 41 <PlatformTarget>AnyCPU</PlatformTarget>
27 <DebugType>pdbonly</DebugType> 42 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize> 43 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath> 44 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants> 45 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 46 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 47 <WarningLevel>4</WarningLevel>
33 </PropertyGroup> 48 </PropertyGroup>
34 <PropertyGroup> 49 <PropertyGroup>
35 <ApplicationIcon>Vassal.ico</ApplicationIcon> 50 <ApplicationIcon>Vassal.ico</ApplicationIcon>
36 </PropertyGroup> 51 </PropertyGroup>
37 <ItemGroup> 52 <ItemGroup>
38 <Reference Include="OpenMetaverse"> 53 <Reference Include="OpenMetaverse">
39 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverse.dll</HintPath> 54 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverse.dll</HintPath>
40 </Reference> 55 </Reference>
41 <Reference Include="OpenMetaverseTypes"> 56 <Reference Include="OpenMetaverseTypes">
42 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverseTypes.dll</HintPath> 57 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverseTypes.dll</HintPath>
43 </Reference> 58 </Reference>
44 <Reference Include="System" /> 59 <Reference Include="System" />
45 <Reference Include="System.Core" /> 60 <Reference Include="System.Core" />
46 <Reference Include="System.Web" /> 61 <Reference Include="System.Web" />
47 <Reference Include="System.Xml.Linq" /> 62 <Reference Include="System.Xml.Linq" />
48 <Reference Include="System.Data.DataSetExtensions" /> 63 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="Microsoft.CSharp" /> 64 <Reference Include="Microsoft.CSharp" />
50 <Reference Include="System.Data" /> 65 <Reference Include="System.Data" />
51 <Reference Include="System.Deployment" /> 66 <Reference Include="System.Deployment" />
52 <Reference Include="System.Drawing" /> 67 <Reference Include="System.Drawing" />
53 <Reference Include="System.Net.Http" /> 68 <Reference Include="System.Net.Http" />
54 <Reference Include="System.Windows.Forms" /> 69 <Reference Include="System.Windows.Forms" />
55 <Reference Include="System.Xml" /> 70 <Reference Include="System.Xml" />
56 </ItemGroup> 71 </ItemGroup>
57 <ItemGroup> 72 <ItemGroup>
58 <Compile Include="RegionEditForm.cs"> 73 <Compile Include="RegionEditForm.cs">
59 <SubType>Form</SubType> 74 <SubType>Form</SubType>
60 </Compile> 75 </Compile>
61 <Compile Include="RegionEditForm.Designer.cs"> 76 <Compile Include="RegionEditForm.Designer.cs">
62 <DependentUpon>RegionEditForm.cs</DependentUpon> 77 <DependentUpon>RegionEditForm.cs</DependentUpon>
63 </Compile> 78 </Compile>
64 <Compile Include="SettingsForm.cs"> 79 <Compile Include="SettingsForm.cs">
65 <SubType>Form</SubType> 80 <SubType>Form</SubType>
66 </Compile> 81 </Compile>
67 <Compile Include="SettingsForm.Designer.cs"> 82 <Compile Include="SettingsForm.Designer.cs">
68 <DependentUpon>SettingsForm.cs</DependentUpon> 83 <DependentUpon>SettingsForm.cs</DependentUpon>
69 </Compile> 84 </Compile>
70 <Compile Include="VassalConfiguration.cs" /> 85 <Compile Include="VassalConfiguration.cs" />
71 <Compile Include="VassalForm.cs"> 86 <Compile Include="VassalForm.cs">
72 <SubType>Form</SubType> 87 <SubType>Form</SubType>
73 </Compile> 88 </Compile>
74 <Compile Include="VassalForm.Designer.cs"> 89 <Compile Include="VassalForm.Designer.cs">
75 <DependentUpon>VassalForm.cs</DependentUpon> 90 <DependentUpon>VassalForm.cs</DependentUpon>
76 </Compile> 91 </Compile>
77 <Compile Include="Vassal.cs" /> 92 <Compile Include="Vassal.cs" />
78 <Compile Include="Properties\AssemblyInfo.cs" /> 93 <Compile Include="Properties\AssemblyInfo.cs" />
79 <EmbeddedResource Include="RegionEditForm.resx"> 94 <EmbeddedResource Include="RegionEditForm.resx">
80 <DependentUpon>RegionEditForm.cs</DependentUpon> 95 <DependentUpon>RegionEditForm.cs</DependentUpon>
81 </EmbeddedResource> 96 </EmbeddedResource>
82 <EmbeddedResource Include="SettingsForm.resx"> 97 <EmbeddedResource Include="SettingsForm.resx">
83 <DependentUpon>SettingsForm.cs</DependentUpon> 98 <DependentUpon>SettingsForm.cs</DependentUpon>
84 </EmbeddedResource> 99 </EmbeddedResource>
85 <EmbeddedResource Include="VassalForm.resx"> 100 <EmbeddedResource Include="VassalForm.resx">
86 <DependentUpon>VassalForm.cs</DependentUpon> 101 <DependentUpon>VassalForm.cs</DependentUpon>
87 </EmbeddedResource> 102 </EmbeddedResource>
88 <EmbeddedResource Include="Properties\Resources.resx"> 103 <EmbeddedResource Include="Properties\Resources.resx">
89 <Generator>ResXFileCodeGenerator</Generator> 104 <Generator>ResXFileCodeGenerator</Generator>
90 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 105 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
91 <SubType>Designer</SubType> 106 <SubType>Designer</SubType>
92 </EmbeddedResource> 107 </EmbeddedResource>
93 <Compile Include="Properties\Resources.Designer.cs"> 108 <Compile Include="Properties\Resources.Designer.cs">
94 <AutoGen>True</AutoGen> 109 <AutoGen>True</AutoGen>
95 <DependentUpon>Resources.resx</DependentUpon> 110 <DependentUpon>Resources.resx</DependentUpon>
96 </Compile> 111 </Compile>
97 <None Include="Properties\Settings.settings"> 112 <None Include="Properties\Settings.settings">
98 <Generator>SettingsSingleFileGenerator</Generator> 113 <Generator>SettingsSingleFileGenerator</Generator>
99 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 114 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
100 </None> 115 </None>
101 <Compile Include="Properties\Settings.Designer.cs"> 116 <Compile Include="Properties\Settings.Designer.cs">
102 <AutoGen>True</AutoGen> 117 <AutoGen>True</AutoGen>
103 <DependentUpon>Settings.settings</DependentUpon> 118 <DependentUpon>Settings.settings</DependentUpon>
104 <DesignTimeSharedInput>True</DesignTimeSharedInput> 119 <DesignTimeSharedInput>True</DesignTimeSharedInput>
105 </Compile> 120 </Compile>
106 <None Include="Regions.csv"> 121 <None Include="Regions.csv">
107 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 122 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
108 </None> 123 </None>
109 <None Include="Vassal.exe.config"> 124 <None Include="Vassal.exe.config">
110 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 125 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
111 </None> 126 </None>
112 <None Include="Vassal.ini"> 127 <None Include="Vassal.ini">
113 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 128 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
114 </None> 129 </None>
115 </ItemGroup> 130 </ItemGroup>
116 <ItemGroup> 131 <ItemGroup>
117 <None Include="App.config" /> 132 <None Include="App.config" />
118 </ItemGroup> 133 </ItemGroup>
119 <ItemGroup> 134 <ItemGroup>
120 <EmbeddedResource Include="img\loading.gif" /> 135 <EmbeddedResource Include="img\loading.gif" />
121 </ItemGroup> 136 </ItemGroup>
122 <ItemGroup> 137 <ItemGroup>
123 <Content Include="Vassal.ico" /> 138 <Content Include="Vassal.ico" />
124 </ItemGroup> 139 </ItemGroup>
125 <ItemGroup> 140 <ItemGroup>
126 <Folder Include="libs\" /> 141 <Folder Include="libs\" />
127 </ItemGroup> 142 </ItemGroup>
-   143 <ItemGroup>
-   144 <BootstrapperPackage Include=".NETFramework,Version=v4.5">
-   145 <Visible>False</Visible>
-   146 <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
-   147 <Install>true</Install>
-   148 </BootstrapperPackage>
-   149 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
-   150 <Visible>False</Visible>
-   151 <ProductName>.NET Framework 3.5 SP1</ProductName>
-   152 <Install>false</Install>
-   153 </BootstrapperPackage>
-   154 </ItemGroup>
128 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 156 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130 Other similar extension points exist, see Microsoft.Common.targets. 157 Other similar extension points exist, see Microsoft.Common.targets.
131 <Target Name="BeforeBuild"> 158 <Target Name="BeforeBuild">
132 </Target> 159 </Target>
133 <Target Name="AfterBuild"> 160 <Target Name="AfterBuild">
134 </Target> 161 </Target>
135 --> 162 -->
136 </Project> 163 </Project>
137   164  
138
Generated by GNU Enscript 1.6.5.90.
165
Generated by GNU Enscript 1.6.5.90.
139   166  
140   167  
141   168