Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.1/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.csproj

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

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

File size: 7.6 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>{C268DA4C-4004-47DA-AF23-44C983281A68}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace>
12    <AssemblyName>Google.ProtocolBuffers.ProtoGen.Test</AssemblyName>
13    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.Test.snk</AssemblyOriginatorKeyFile>
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>
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>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
99    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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>
117    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
118  </PropertyGroup>
119  <ItemGroup>
120    <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\lib\nunit.framework.dll</HintPath>
123    </Reference>
124    <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
127    </Reference>
128    <Reference Include="System" />
129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="DependencyResolutionTest.cs" />
132    <Compile Include="Properties\AssemblyInfo.cs" />
133  </ItemGroup>
134  <ItemGroup>
135    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
136      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
137      <Name>ProtocolBuffers</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\ProtoGen\ProtoGen.csproj">
140      <Project>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</Project>
141      <Name>ProtoGen</Name>
142    </ProjectReference>
143  </ItemGroup>
144  <ItemGroup>
145    <None Include="Properties\Google.ProtocolBuffers.ProtoGen.Test.snk" />
146  </ItemGroup>
147  <ItemGroup>
148    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
149      <Visible>False</Visible>
150      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
151      <Install>false</Install>
152    </BootstrapperPackage>
153    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
154      <Visible>False</Visible>
155      <ProductName>.NET Framework 3.5 SP1</ProductName>
156      <Install>true</Install>
157    </BootstrapperPackage>
158    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
159      <Visible>False</Visible>
160      <ProductName>Windows Installer 3.1</ProductName>
161      <Install>true</Install>
162    </BootstrapperPackage>
163  </ItemGroup>
164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
166       Other similar extension points exist, see Microsoft.Common.targets.
167  <Target Name="BeforeBuild">
168  </Target>
169  <Target Name="AfterBuild">
170  </Target>
171  -->
172</Project>
Note: See TracBrowser for help on using the repository browser.