comparison IBBoard.Windows.Forms.csproj @ 17:6a697a7c78d3

* Migrate to VS.Net 2008 no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Tue, 28 Sep 2010 19:54:45 +0000
parents 7ddfbe85c8d9
children 5413a4e98d5f
comparison
equal deleted inserted replaced
16:7ddfbe85c8d9 17:6a697a7c78d3
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup> 3 <PropertyGroup>
4 <ProjectType>Local</ProjectType> 4 <ProjectType>Local</ProjectType>
5 <ProductVersion>8.0.50727</ProductVersion> 5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion> 6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{E3790268-2082-4975-B1A3-C70B37842CE8}</ProjectGuid> 7 <ProjectGuid>{E3790268-2082-4975-B1A3-C70B37842CE8}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <AssemblyKeyContainerName> 10 <AssemblyKeyContainerName>
19 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 19 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
20 <FileUpgradeFlags> 20 <FileUpgradeFlags>
21 </FileUpgradeFlags> 21 </FileUpgradeFlags>
22 <UpgradeBackupLocation> 22 <UpgradeBackupLocation>
23 </UpgradeBackupLocation> 23 </UpgradeBackupLocation>
24 <OldToolsVersion>2.0</OldToolsVersion>
25 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
26 <TargetFrameworkSubset>
27 </TargetFrameworkSubset>
28 <PublishUrl>publish\</PublishUrl>
29 <Install>true</Install>
30 <InstallFrom>Disk</InstallFrom>
31 <UpdateEnabled>false</UpdateEnabled>
32 <UpdateMode>Foreground</UpdateMode>
33 <UpdateInterval>7</UpdateInterval>
34 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
35 <UpdatePeriodically>false</UpdatePeriodically>
36 <UpdateRequired>false</UpdateRequired>
37 <MapFileExtensions>true</MapFileExtensions>
38 <ApplicationRevision>0</ApplicationRevision>
39 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
40 <IsWebBootstrapper>false</IsWebBootstrapper>
41 <UseApplicationTrust>false</UseApplicationTrust>
42 <BootstrapperEnabled>true</BootstrapperEnabled>
24 </PropertyGroup> 43 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26 <OutputPath>bin\Debug\</OutputPath> 45 <OutputPath>bin\Debug\</OutputPath>
27 <BaseAddress>285212672</BaseAddress> 46 <BaseAddress>285212672</BaseAddress>
28 <ConfigurationOverrideFile> 47 <ConfigurationOverrideFile>
121 </EmbeddedResource> 140 </EmbeddedResource>
122 <EmbeddedResource Include="Windows\Forms\IBBMenuItem.resx"> 141 <EmbeddedResource Include="Windows\Forms\IBBMenuItem.resx">
123 <DependentUpon>IBBMenuItem.cs</DependentUpon> 142 <DependentUpon>IBBMenuItem.cs</DependentUpon>
124 </EmbeddedResource> 143 </EmbeddedResource>
125 </ItemGroup> 144 </ItemGroup>
145 <ItemGroup>
146 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
147 <Visible>False</Visible>
148 <ProductName>.NET Framework Client Profile</ProductName>
149 <Install>false</Install>
150 </BootstrapperPackage>
151 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
152 <Visible>False</Visible>
153 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
154 <Install>false</Install>
155 </BootstrapperPackage>
156 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
157 <Visible>False</Visible>
158 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
159 <Install>false</Install>
160 </BootstrapperPackage>
161 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
162 <Visible>False</Visible>
163 <ProductName>.NET Framework 3.5</ProductName>
164 <Install>false</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>true</Install>
170 </BootstrapperPackage>
171 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
172 <Visible>False</Visible>
173 <ProductName>Windows Installer 3.1</ProductName>
174 <Install>true</Install>
175 </BootstrapperPackage>
176 </ItemGroup>
126 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 177 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
127 <PropertyGroup> 178 <PropertyGroup>
128 <PreBuildEvent> 179 <PreBuildEvent>
129 </PreBuildEvent> 180 </PreBuildEvent>
130 <PostBuildEvent> 181 <PostBuildEvent>
131 </PostBuildEvent> 182 </PostBuildEvent>
132 </PropertyGroup> 183 </PropertyGroup>
133 <ItemGroup> 184 <ItemGroup>
185 <None Include="app.config" />
134 <None Include="COPYING.GPL" /> 186 <None Include="COPYING.GPL" />
135 <None Include="COPYING.LGPL" /> 187 <None Include="COPYING.LGPL" />
136 </ItemGroup> 188 </ItemGroup>
137 </Project> 189 </Project>