corrade-vassal – Blame information for rev 8

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>
8 eva 52 <PropertyGroup>
53 <ApplicationManifest>Vassal.exe.manifest</ApplicationManifest>
54 </PropertyGroup>
2 zed 55 <ItemGroup>
56 <Reference Include="OpenMetaverse">
57 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverse.dll</HintPath>
58 </Reference>
59 <Reference Include="OpenMetaverseTypes">
60 <HintPath>..\..\libopenmetaverse\bin\OpenMetaverseTypes.dll</HintPath>
61 </Reference>
62 <Reference Include="System" />
63 <Reference Include="System.Core" />
64 <Reference Include="System.Web" />
65 <Reference Include="System.Xml.Linq" />
66 <Reference Include="System.Data.DataSetExtensions" />
67 <Reference Include="Microsoft.CSharp" />
68 <Reference Include="System.Data" />
69 <Reference Include="System.Deployment" />
70 <Reference Include="System.Drawing" />
71 <Reference Include="System.Net.Http" />
72 <Reference Include="System.Windows.Forms" />
73 <Reference Include="System.Xml" />
74 </ItemGroup>
75 <ItemGroup>
76 <Compile Include="RegionEditForm.cs">
77 <SubType>Form</SubType>
78 </Compile>
79 <Compile Include="RegionEditForm.Designer.cs">
80 <DependentUpon>RegionEditForm.cs</DependentUpon>
81 </Compile>
82 <Compile Include="SettingsForm.cs">
83 <SubType>Form</SubType>
84 </Compile>
85 <Compile Include="SettingsForm.Designer.cs">
86 <DependentUpon>SettingsForm.cs</DependentUpon>
87 </Compile>
88 <Compile Include="VassalConfiguration.cs" />
89 <Compile Include="VassalForm.cs">
90 <SubType>Form</SubType>
91 </Compile>
92 <Compile Include="VassalForm.Designer.cs">
93 <DependentUpon>VassalForm.cs</DependentUpon>
94 </Compile>
95 <Compile Include="Vassal.cs" />
96 <Compile Include="Properties\AssemblyInfo.cs" />
97 <EmbeddedResource Include="RegionEditForm.resx">
98 <DependentUpon>RegionEditForm.cs</DependentUpon>
99 </EmbeddedResource>
100 <EmbeddedResource Include="SettingsForm.resx">
101 <DependentUpon>SettingsForm.cs</DependentUpon>
102 </EmbeddedResource>
103 <EmbeddedResource Include="VassalForm.resx">
104 <DependentUpon>VassalForm.cs</DependentUpon>
105 </EmbeddedResource>
106 <EmbeddedResource Include="Properties\Resources.resx">
107 <Generator>ResXFileCodeGenerator</Generator>
108 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
109 <SubType>Designer</SubType>
110 </EmbeddedResource>
111 <Compile Include="Properties\Resources.Designer.cs">
112 <AutoGen>True</AutoGen>
113 <DependentUpon>Resources.resx</DependentUpon>
114 </Compile>
115 <None Include="Properties\Settings.settings">
116 <Generator>SettingsSingleFileGenerator</Generator>
117 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
118 </None>
119 <Compile Include="Properties\Settings.Designer.cs">
120 <AutoGen>True</AutoGen>
121 <DependentUpon>Settings.settings</DependentUpon>
122 <DesignTimeSharedInput>True</DesignTimeSharedInput>
123 </Compile>
124 <None Include="Regions.csv">
125 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
126 </None>
6 vero 127 <None Include="Vassal.exe.config">
128 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
129 </None>
8 eva 130 <None Include="Vassal.exe.manifest">
131 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
132 </None>
2 zed 133 <None Include="Vassal.ini">
134 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
135 </None>
136 </ItemGroup>
137 <ItemGroup>
138 <None Include="App.config" />
139 </ItemGroup>
140 <ItemGroup>
141 <EmbeddedResource Include="img\loading.gif" />
142 </ItemGroup>
143 <ItemGroup>
8 eva 144 <EmbeddedResource Include="img\offline.png" />
145 <EmbeddedResource Include="img\online.png" />
2 zed 146 <Content Include="Vassal.ico" />
147 </ItemGroup>
6 vero 148 <ItemGroup>
149 <Folder Include="libs\" />
150 </ItemGroup>
7 zed 151 <ItemGroup>
152 <BootstrapperPackage Include=".NETFramework,Version=v4.5">
153 <Visible>False</Visible>
154 <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
155 <Install>true</Install>
156 </BootstrapperPackage>
157 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
158 <Visible>False</Visible>
159 <ProductName>.NET Framework 3.5 SP1</ProductName>
160 <Install>false</Install>
161 </BootstrapperPackage>
162 </ItemGroup>
2 zed 163 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165 Other similar extension points exist, see Microsoft.Common.targets.
166 <Target Name="BeforeBuild">
167 </Target>
168 <Target Name="AfterBuild">
169 </Target>
170 -->
171 </Project>