corrade-vassal – Blame information for rev 12

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" />
80 </ItemGroup>
81 <ItemGroup>
82 <Compile Include="RegionEditForm.cs">
83 <SubType>Form</SubType>
84 </Compile>
85 <Compile Include="RegionEditForm.Designer.cs">
86 <DependentUpon>RegionEditForm.cs</DependentUpon>
87 </Compile>
88 <Compile Include="SettingsForm.cs">
89 <SubType>Form</SubType>
90 </Compile>
91 <Compile Include="SettingsForm.Designer.cs">
92 <DependentUpon>SettingsForm.cs</DependentUpon>
93 </Compile>
94 <Compile Include="VassalConfiguration.cs" />
95 <Compile Include="VassalForm.cs">
96 <SubType>Form</SubType>
97 </Compile>
98 <Compile Include="VassalForm.Designer.cs">
99 <DependentUpon>VassalForm.cs</DependentUpon>
100 </Compile>
101 <Compile Include="Vassal.cs" />
12 zed 102 <Compile Include="AssemblyInfo.cs" />
2 zed 103 <EmbeddedResource Include="RegionEditForm.resx">
104 <DependentUpon>RegionEditForm.cs</DependentUpon>
105 </EmbeddedResource>
106 <EmbeddedResource Include="SettingsForm.resx">
107 <DependentUpon>SettingsForm.cs</DependentUpon>
108 </EmbeddedResource>
109 <EmbeddedResource Include="VassalForm.resx">
110 <DependentUpon>VassalForm.cs</DependentUpon>
111 </EmbeddedResource>
112 <EmbeddedResource Include="Properties\Resources.resx">
113 <Generator>ResXFileCodeGenerator</Generator>
114 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
115 <SubType>Designer</SubType>
116 </EmbeddedResource>
117 <Compile Include="Properties\Resources.Designer.cs">
118 <AutoGen>True</AutoGen>
119 <DependentUpon>Resources.resx</DependentUpon>
120 </Compile>
121 <None Include="Properties\Settings.settings">
122 <Generator>SettingsSingleFileGenerator</Generator>
123 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
124 </None>
125 <Compile Include="Properties\Settings.Designer.cs">
126 <AutoGen>True</AutoGen>
127 <DependentUpon>Settings.settings</DependentUpon>
128 <DesignTimeSharedInput>True</DesignTimeSharedInput>
129 </Compile>
130 <None Include="Regions.csv">
131 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
132 </None>
6 vero 133 <None Include="Vassal.exe.config">
134 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
135 </None>
8 eva 136 <None Include="Vassal.exe.manifest">
137 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
138 </None>
2 zed 139 <None Include="Vassal.ini">
140 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
141 </None>
142 </ItemGroup>
143 <ItemGroup>
144 <None Include="App.config" />
145 </ItemGroup>
146 <ItemGroup>
147 <EmbeddedResource Include="img\loading.gif" />
148 </ItemGroup>
149 <ItemGroup>
8 eva 150 <EmbeddedResource Include="img\offline.png" />
151 <EmbeddedResource Include="img\online.png" />
2 zed 152 <Content Include="Vassal.ico" />
153 </ItemGroup>
6 vero 154 <ItemGroup>
155 <Folder Include="libs\" />
156 </ItemGroup>
7 zed 157 <ItemGroup>
158 <BootstrapperPackage Include=".NETFramework,Version=v4.5">
159 <Visible>False</Visible>
160 <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
161 <Install>true</Install>
162 </BootstrapperPackage>
163 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
164 <Visible>False</Visible>
165 <ProductName>.NET Framework 3.5 SP1</ProductName>
166 <Install>false</Install>
167 </BootstrapperPackage>
168 </ItemGroup>
2 zed 169 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
170 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171 Other similar extension points exist, see Microsoft.Common.targets.
172 <Target Name="BeforeBuild">
173 </Target>
174 <Target Name="AfterBuild">
175 </Target>
176 -->
177 </Project>