Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj @ 5163

Last change on this file since 5163 was 5163, checked in by swagner, 13 years ago

Reintegrated .NET 4.0 migration branch (#1350)

File size: 7.0 KB
RevLine 
[3857]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3857]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>{A31F5FB2-4FF3-432A-B35B-5CD203606311}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers.Examples.AddressBook</RootNamespace>
12    <AssemblyName>AddressBook</AssemblyName>
[5163]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile></TargetFrameworkProfile>
[3857]15    <FileAlignment>512</FileAlignment>
16    <StartupObject>Google.ProtocolBuffers.Examples.AddressBook.Program</StartupObject>
[4065]17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
[3857]36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
[4065]45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
[4065]54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
57    <OutputPath>bin\Silverlight2\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>AnyCPU</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
[4065]63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>bin\x86\Debug\</OutputPath>
68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
[4065]72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
75    <OutputPath>bin\x86\Release\</OutputPath>
76    <DefineConstants>TRACE</DefineConstants>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x86</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
[4065]81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
84    <OutputPath>bin\x86\Silverlight2\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x86</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
[4065]90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
93    <DebugSymbols>true</DebugSymbols>
94    <OutputPath>bin\x64\Debug\</OutputPath>
95    <DefineConstants>DEBUG;TRACE</DefineConstants>
96    <DebugType>full</DebugType>
97    <PlatformTarget>x64</PlatformTarget>
98    <ErrorReport>prompt</ErrorReport>
[4065]99    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]100  </PropertyGroup>
101  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
102    <OutputPath>bin\x64\Release\</OutputPath>
103    <DefineConstants>TRACE</DefineConstants>
104    <Optimize>true</Optimize>
105    <DebugType>pdbonly</DebugType>
106    <PlatformTarget>x64</PlatformTarget>
107    <ErrorReport>prompt</ErrorReport>
[4065]108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]109  </PropertyGroup>
110  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
111    <OutputPath>bin\x64\Silverlight2\</OutputPath>
112    <DefineConstants>TRACE</DefineConstants>
113    <Optimize>true</Optimize>
114    <DebugType>pdbonly</DebugType>
115    <PlatformTarget>x64</PlatformTarget>
116    <ErrorReport>prompt</ErrorReport>
[4065]117    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[3857]118  </PropertyGroup>
119  <ItemGroup>
120    <Reference Include="System" />
121  </ItemGroup>
122  <ItemGroup>
123    <Compile Include="AddPerson.cs" />
124    <Compile Include="AddressBookProtos.cs" />
125    <Compile Include="ListPeople.cs" />
126    <Compile Include="Program.cs" />
127    <Compile Include="Properties\AssemblyInfo.cs" />
128  </ItemGroup>
129  <ItemGroup>
130    <None Include="app.config" />
131  </ItemGroup>
132  <ItemGroup>
133    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
134      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
135      <Name>ProtocolBuffers</Name>
136    </ProjectReference>
137  </ItemGroup>
[4065]138  <ItemGroup>
139    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
140      <Visible>False</Visible>
141      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
142      <Install>false</Install>
143    </BootstrapperPackage>
144    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
145      <Visible>False</Visible>
146      <ProductName>.NET Framework 3.5 SP1</ProductName>
147      <Install>true</Install>
148    </BootstrapperPackage>
149    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
150      <Visible>False</Visible>
151      <ProductName>Windows Installer 3.1</ProductName>
152      <Install>true</Install>
153    </BootstrapperPackage>
154  </ItemGroup>
[3857]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>
Note: See TracBrowser for help on using the repository browser.