Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Trunk/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj @ 6842

Last change on this file since 6842 was 6842, checked in by mkommend, 13 years ago

#1653: Extracted external libraries from trunk solution.

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