Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj @ 4682

Last change on this file since 4682 was 4065, checked in by swagner, 14 years ago

Migrated solution and projects to Visual Studio 2010 (#1093)

File size: 6.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{C7A4A435-2813-41C8-AA87-BD914BA5223D}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers.ProtoBench</RootNamespace>
12    <AssemblyName>ProtoBench</AssemblyName>
13    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation />
19    <PublishUrl>publish\</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Disk</InstallFrom>
22    <UpdateEnabled>false</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>false</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46    <DebugType>pdbonly</DebugType>
47    <Optimize>true</Optimize>
48    <OutputPath>bin\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <ErrorReport>prompt</ErrorReport>
51    <WarningLevel>4</WarningLevel>
52    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
55    <OutputPath>bin\Silverlight2\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <Optimize>true</Optimize>
58    <DebugType>pdbonly</DebugType>
59    <PlatformTarget>AnyCPU</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>bin\x86\Debug\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
73    <OutputPath>bin\x86\Release\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <Optimize>true</Optimize>
76    <DebugType>pdbonly</DebugType>
77    <PlatformTarget>x86</PlatformTarget>
78    <ErrorReport>prompt</ErrorReport>
79    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
80  </PropertyGroup>
81  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
82    <OutputPath>bin\x86\Silverlight2\</OutputPath>
83    <DefineConstants>TRACE</DefineConstants>
84    <Optimize>true</Optimize>
85    <DebugType>pdbonly</DebugType>
86    <PlatformTarget>x86</PlatformTarget>
87    <ErrorReport>prompt</ErrorReport>
88    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
91    <DebugSymbols>true</DebugSymbols>
92    <OutputPath>bin\x64\Debug\</OutputPath>
93    <DefineConstants>DEBUG;TRACE</DefineConstants>
94    <DebugType>full</DebugType>
95    <PlatformTarget>x64</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98  </PropertyGroup>
99  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
100    <OutputPath>bin\x64\Release\</OutputPath>
101    <DefineConstants>TRACE</DefineConstants>
102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
107  </PropertyGroup>
108  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
109    <OutputPath>bin\x64\Silverlight2\</OutputPath>
110    <DefineConstants>TRACE</DefineConstants>
111    <Optimize>true</Optimize>
112    <DebugType>pdbonly</DebugType>
113    <PlatformTarget>x64</PlatformTarget>
114    <ErrorReport>prompt</ErrorReport>
115    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
116  </PropertyGroup>
117  <ItemGroup>
118    <Reference Include="System" />
119    <Reference Include="System.Data" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
123    <Compile Include="Program.cs" />
124    <Compile Include="Properties\AssemblyInfo.cs" />
125  </ItemGroup>
126  <ItemGroup>
127    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
128      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
129      <Name>ProtocolBuffers</Name>
130    </ProjectReference>
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="app.config" />
134  </ItemGroup>
135  <ItemGroup>
136    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
137      <Visible>False</Visible>
138      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
139      <Install>false</Install>
140    </BootstrapperPackage>
141    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
142      <Visible>False</Visible>
143      <ProductName>.NET Framework 3.5 SP1</ProductName>
144      <Install>true</Install>
145    </BootstrapperPackage>
146    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
147      <Visible>False</Visible>
148      <ProductName>Windows Installer 3.1</ProductName>
149      <Install>true</Install>
150    </BootstrapperPackage>
151  </ItemGroup>
152  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154       Other similar extension points exist, see Microsoft.Common.targets.
155  <Target Name="BeforeBuild">
156  </Target>
157  <Target Name="AfterBuild">
158  </Target>
159  -->
160</Project>
Note: See TracBrowser for help on using the repository browser.