corrade-vassal – Diff between revs 8 and 12

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 12
Line 47... Line 47...
47 <WarningLevel>4</WarningLevel> 47 <WarningLevel>4</WarningLevel>
48 </PropertyGroup> 48 </PropertyGroup>
49 <PropertyGroup> 49 <PropertyGroup>
50 <ApplicationIcon>Vassal.ico</ApplicationIcon> 50 <ApplicationIcon>Vassal.ico</ApplicationIcon>
51 </PropertyGroup> 51 </PropertyGroup>
-   52 <PropertyGroup />
52 <PropertyGroup> 53 <PropertyGroup>
53 <ApplicationManifest>Vassal.exe.manifest</ApplicationManifest> 54 <StartupObject>Vassal.Program</StartupObject>
54 </PropertyGroup> 55 </PropertyGroup>
-   56 <PropertyGroup />
55 <ItemGroup> 57 <ItemGroup>
-   58 <Reference Include="AquaGauge, Version=1.0.5767.1836, Culture=neutral, processorArchitecture=MSIL">
-   59 <SpecificVersion>False</SpecificVersion>
-   60 <HintPath>..\..\AquaGauge\bin\Release\AquaGauge.dll</HintPath>
-   61 </Reference>
56 <Reference Include="OpenMetaverse"> 62 <Reference Include="OpenMetaverse">
57 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverse.dll</HintPath> 63 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverse.dll</HintPath>
58 </Reference> 64 </Reference>
59 <Reference Include="OpenMetaverseTypes"> 65 <Reference Include="OpenMetaverseTypes">
60 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverseTypes.dll</HintPath> 66 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverseTypes.dll</HintPath>
Line 91... Line 97...
91 </Compile> 97 </Compile>
92 <Compile Include="VassalForm.Designer.cs"> 98 <Compile Include="VassalForm.Designer.cs">
93 <DependentUpon>VassalForm.cs</DependentUpon> 99 <DependentUpon>VassalForm.cs</DependentUpon>
94 </Compile> 100 </Compile>
95 <Compile Include="Vassal.cs" /> 101 <Compile Include="Vassal.cs" />
96 <Compile Include="Properties\AssemblyInfo.cs" /> 102 <Compile Include="AssemblyInfo.cs" />
97 <EmbeddedResource Include="RegionEditForm.resx"> 103 <EmbeddedResource Include="RegionEditForm.resx">
98 <DependentUpon>RegionEditForm.cs</DependentUpon> 104 <DependentUpon>RegionEditForm.cs</DependentUpon>
99 </EmbeddedResource> 105 </EmbeddedResource>
100 <EmbeddedResource Include="SettingsForm.resx"> 106 <EmbeddedResource Include="SettingsForm.resx">
101 <DependentUpon>SettingsForm.cs</DependentUpon> 107 <DependentUpon>SettingsForm.cs</DependentUpon>