corrade-vassal – Blame information for rev 13

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 zed 1 <?xml version="1.0" encoding="utf-8"?>
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')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{4419E938-ECD5-482F-AC8B-A3D20A5E6136}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Vassal</RootNamespace>
11 <AssemblyName>Vassal</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
7 zed 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>
2 zed 29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <PlatformTarget>AnyCPU</PlatformTarget>
32 <DebugSymbols>true</DebugSymbols>
33 <DebugType>full</DebugType>
34 <Optimize>false</Optimize>
35 <OutputPath>bin\Debug\</OutputPath>
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41 <PlatformTarget>AnyCPU</PlatformTarget>
42 <DebugType>pdbonly</DebugType>
43 <Optimize>true</Optimize>
44 <OutputPath>bin\Release\</OutputPath>
45 <DefineConstants>TRACE</DefineConstants>
46 <ErrorReport>prompt</ErrorReport>
47 <WarningLevel>4</WarningLevel>
48 </PropertyGroup>
49 <PropertyGroup>
50 <ApplicationIcon>Vassal.ico</ApplicationIcon>
51 </PropertyGroup>
12 zed 52 <PropertyGroup />
8 eva 53 <PropertyGroup>
12 zed 54 <StartupObject>Vassal.Program</StartupObject>
8 eva 55 </PropertyGroup>
12 zed 56 <PropertyGroup />
2 zed 57 <ItemGroup>
12 zed 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>
2 zed 62 <Reference Include="OpenMetaverse">
63 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverse.dll</HintPath>
64 </Reference>
65 <Reference Include="OpenMetaverseTypes">
66 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverseTypes.dll</HintPath>
67 </Reference>
68 <Reference Include="System" />
69 <Reference Include="System.Core" />
70 <Reference Include="System.Web" />
71 <Reference Include="System.Xml.Linq" />
72 <Reference Include="System.Data.DataSetExtensions" />
73 <Reference Include="Microsoft.CSharp" />
74 <Reference Include="System.Data" />
75 <Reference Include="System.Deployment" />
76 <Reference Include="System.Drawing" />
77 <Reference Include="System.Net.Http" />
78 <Reference Include="System.Windows.Forms" />
79 <Reference Include="System.Xml" />
13 eva 80 <Reference Include="wasSharp">
81 <HintPath>..\..\wasSharp\bin\Release\wasSharp.dll</HintPath>
82 </Reference>
2 zed 83 </ItemGroup>
84 <ItemGroup>
85 <Compile Include="RegionEditForm.cs">
86 <SubType>Form</SubType>
87 </Compile>
88 <Compile Include="RegionEditForm.Designer.cs">
89 <DependentUpon>RegionEditForm.cs</DependentUpon>
90 </Compile>
91 <Compile Include="SettingsForm.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <Compile Include="SettingsForm.Designer.cs">
95 <DependentUpon>SettingsForm.cs</DependentUpon>
96 </Compile>
97 <Compile Include="VassalConfiguration.cs" />
98 <Compile Include="VassalForm.cs">
99 <SubType>Form</SubType>
100 </Compile>
101 <Compile Include="VassalForm.Designer.cs">
102 <DependentUpon>VassalForm.cs</DependentUpon>
103 </Compile>
104 <Compile Include="Vassal.cs" />
13 eva 105 <Compile Include="Properties\AssemblyInfo.cs" />
2 zed 106 <EmbeddedResource Include="RegionEditForm.resx">
107 <DependentUpon>RegionEditForm.cs</DependentUpon>
108 </EmbeddedResource>
109 <EmbeddedResource Include="SettingsForm.resx">
110 <DependentUpon>SettingsForm.cs</DependentUpon>
111 </EmbeddedResource>
112 <EmbeddedResource Include="VassalForm.resx">
113 <DependentUpon>VassalForm.cs</DependentUpon>
114 </EmbeddedResource>
115 <EmbeddedResource Include="Properties\Resources.resx">
116 <Generator>ResXFileCodeGenerator</Generator>
117 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
118 <SubType>Designer</SubType>
119 </EmbeddedResource>
120 <Compile Include="Properties\Resources.Designer.cs">
121 <AutoGen>True</AutoGen>
122 <DependentUpon>Resources.resx</DependentUpon>
123 </Compile>
124 <None Include="Properties\Settings.settings">
125 <Generator>SettingsSingleFileGenerator</Generator>
126 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
127 </None>
128 <Compile Include="Properties\Settings.Designer.cs">
129 <AutoGen>True</AutoGen>
130 <DependentUpon>Settings.settings</DependentUpon>
131 <DesignTimeSharedInput>True</DesignTimeSharedInput>
132 </Compile>
133 <None Include="Regions.csv">
134 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
135 </None>
6 vero 136 <None Include="Vassal.exe.config">
137 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
138 </None>
8 eva 139 <None Include="Vassal.exe.manifest">
140 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
141 </None>
2 zed 142 <None Include="Vassal.ini">
143 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
144 </None>
145 </ItemGroup>
146 <ItemGroup>
147 <None Include="App.config" />
148 </ItemGroup>
149 <ItemGroup>
150 <EmbeddedResource Include="img\loading.gif" />
151 </ItemGroup>
152 <ItemGroup>
8 eva 153 <EmbeddedResource Include="img\offline.png" />
154 <EmbeddedResource Include="img\online.png" />
2 zed 155 <Content Include="Vassal.ico" />
156 </ItemGroup>
6 vero 157 <ItemGroup>
158 <Folder Include="libs\" />
159 </ItemGroup>
7 zed 160 <ItemGroup>
161 <BootstrapperPackage Include=".NETFramework,Version=v4.5">
162 <Visible>False</Visible>
163 <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
164 <Install>true</Install>
165 </BootstrapperPackage>
166 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
167 <Visible>False</Visible>
168 <ProductName>.NET Framework 3.5 SP1</ProductName>
169 <Install>false</Install>
170 </BootstrapperPackage>
171 </ItemGroup>
2 zed 172 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
173 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174 Other similar extension points exist, see Microsoft.Common.targets.
175 <Target Name="BeforeBuild">
176 </Target>
177 <Target Name="AfterBuild">
178 </Target>
179 -->
180 </Project>