corrade-vassal – Blame information for rev 7

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