corrade-vassal – Diff between revs 16 and 20

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 16 Rev 20
Line 7... Line 7...
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.1</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
14 <PublishUrl>publish\</PublishUrl> 14 <PublishUrl>publish\</PublishUrl>
15 <Install>true</Install> 15 <Install>true</Install>
16 <InstallFrom>Disk</InstallFrom> 16 <InstallFrom>Disk</InstallFrom>
17 <UpdateEnabled>false</UpdateEnabled> 17 <UpdateEnabled>false</UpdateEnabled>
Line 24... Line 24...
24 <ApplicationRevision>0</ApplicationRevision> 24 <ApplicationRevision>0</ApplicationRevision>
25 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 25 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26 <IsWebBootstrapper>false</IsWebBootstrapper> 26 <IsWebBootstrapper>false</IsWebBootstrapper>
27 <UseApplicationTrust>false</UseApplicationTrust> 27 <UseApplicationTrust>false</UseApplicationTrust>
28 <BootstrapperEnabled>true</BootstrapperEnabled> 28 <BootstrapperEnabled>true</BootstrapperEnabled>
-   29 <TargetFrameworkProfile />
29 </PropertyGroup> 30 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <PlatformTarget>AnyCPU</PlatformTarget> 32 <PlatformTarget>AnyCPU</PlatformTarget>
32 <DebugSymbols>true</DebugSymbols> 33 <DebugSymbols>true</DebugSymbols>
33 <DebugType>full</DebugType> 34 <DebugType>full</DebugType>
Line 75... Line 76...
75 <Reference Include="System.Deployment" /> 76 <Reference Include="System.Deployment" />
76 <Reference Include="System.Drawing" /> 77 <Reference Include="System.Drawing" />
77 <Reference Include="System.Net.Http" /> 78 <Reference Include="System.Net.Http" />
78 <Reference Include="System.Windows.Forms" /> 79 <Reference Include="System.Windows.Forms" />
79 <Reference Include="System.Xml" /> 80 <Reference Include="System.Xml" />
80 <Reference Include="wasSharp"> -  
81 <HintPath>..\..\wasSharp\bin\Release\wasSharp.dll</HintPath> -  
82 </Reference> -  
83 </ItemGroup> 81 </ItemGroup>
84 <ItemGroup> 82 <ItemGroup>
85 <Compile Include="RegionEditForm.cs"> 83 <Compile Include="RegionEditForm.cs">
86 <SubType>Form</SubType> 84 <SubType>Form</SubType>
87 </Compile> 85 </Compile>
Line 118... Line 116...
118 <SubType>Designer</SubType> 116 <SubType>Designer</SubType>
119 </EmbeddedResource> 117 </EmbeddedResource>
120 <Compile Include="Properties\Resources.Designer.cs"> 118 <Compile Include="Properties\Resources.Designer.cs">
121 <AutoGen>True</AutoGen> 119 <AutoGen>True</AutoGen>
122 <DependentUpon>Resources.resx</DependentUpon> 120 <DependentUpon>Resources.resx</DependentUpon>
-   121 <DesignTime>True</DesignTime>
123 </Compile> 122 </Compile>
124 <None Include="..\..\libopenmetaverse-overrides\libopenjpeg-dotnet-2-1.5.0-dotnet-1-arm.so"> 123 <None Include="..\..\libopenmetaverse-overrides\libopenjpeg-dotnet-2-1.5.0-dotnet-1-arm.so">
125 <Link>libopenjpeg-dotnet-2-1.5.0-dotnet-1-arm.so</Link> 124 <Link>libopenjpeg-dotnet-2-1.5.0-dotnet-1-arm.so</Link>
126 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 125 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
127 </None> 126 </None>
Line 179... Line 178...
179 <Visible>False</Visible> 178 <Visible>False</Visible>
180 <ProductName>.NET Framework 3.5 SP1</ProductName> 179 <ProductName>.NET Framework 3.5 SP1</ProductName>
181 <Install>false</Install> 180 <Install>false</Install>
182 </BootstrapperPackage> 181 </BootstrapperPackage>
183 </ItemGroup> 182 </ItemGroup>
-   183 <ItemGroup>
-   184 <ProjectReference Include="..\..\wasSharp\wasSharp.csproj">
-   185 <Project>{a971e1c9-776c-4cd2-88ac-71197c7b955e}</Project>
-   186 <Name>wasSharp</Name>
-   187 </ProjectReference>
-   188 </ItemGroup>
184 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 189 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
185 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 190 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
186 Other similar extension points exist, see Microsoft.Common.targets. 191 Other similar extension points exist, see Microsoft.Common.targets.
187 <Target Name="BeforeBuild"> 192 <Target Name="BeforeBuild">
188 </Target> 193 </Target>