Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj @ 5142

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

Migrated projects to .NET 4.0 (#1350)

File size: 6.5 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>{DD01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers</RootNamespace>
12    <AssemblyName>Google.ProtocolBuffers.Test</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.Test.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>bin\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>bin\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
59    <OutputPath>bin\Silverlight2\</OutputPath>
60    <DefineConstants>TRACE</DefineConstants>
61    <Optimize>true</Optimize>
62    <DebugType>pdbonly</DebugType>
63    <PlatformTarget>AnyCPU</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
69      <SpecificVersion>False</SpecificVersion>
70      <HintPath>..\..\lib\nunit.framework.dll</HintPath>
71    </Reference>
72    <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
73      <SpecificVersion>False</SpecificVersion>
74      <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
75    </Reference>
76    <Reference Include="System" />
77    <Reference Include="System.Data" />
78    <Reference Include="System.Xml" />
79  </ItemGroup>
80  <ItemGroup>
81    <Compile Include="AbstractMessageTest.cs" />
82    <Compile Include="ByteStringTest.cs" />
83    <Compile Include="CodedInputStreamTest.cs" />
84    <Compile Include="CodedOutputStreamTest.cs" />
85    <Compile Include="Collections\PopsicleListTest.cs" />
86    <Compile Include="CSharpOptionsTest.cs" />
87    <Compile Include="DescriptorsTest.cs" />
88    <Compile Include="Descriptors\MessageDescriptorTest.cs" />
89    <Compile Include="DynamicMessageTest.cs" />
90    <Compile Include="GeneratedMessageTest.cs" />
91    <Compile Include="MessageStreamIteratorTest.cs" />
92    <Compile Include="MessageStreamWriterTest.cs" />
93    <Compile Include="MessageTest.cs" />
94    <Compile Include="MessageUtilTest.cs" />
95    <Compile Include="NameHelpersTest.cs" />
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <Compile Include="ReflectionTester.cs" />
98    <Compile Include="ServiceTest.cs" />
99    <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
100    <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
101    <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
102    <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
103    <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
104    <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
105    <Compile Include="TestProtos\UnitTestProtoFile.cs" />
106    <Compile Include="TestUtil.cs" />
107    <Compile Include="TextFormatTest.cs" />
108    <Compile Include="UnknownFieldSetTest.cs" />
109    <Compile Include="WireFormatTest.cs" />
110  </ItemGroup>
111  <ItemGroup>
112    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
113      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
114      <Name>ProtocolBuffers</Name>
115    </ProjectReference>
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
119  </ItemGroup>
120  <ItemGroup>
121    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
122      <Visible>False</Visible>
123      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
124      <Install>false</Install>
125    </BootstrapperPackage>
126    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
127      <Visible>False</Visible>
128      <ProductName>.NET Framework 3.5 SP1</ProductName>
129      <Install>true</Install>
130    </BootstrapperPackage>
131    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
132      <Visible>False</Visible>
133      <ProductName>Windows Installer 3.1</ProductName>
134      <Install>true</Install>
135    </BootstrapperPackage>
136  </ItemGroup>
137  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139       Other similar extension points exist, see Microsoft.Common.targets.
140  <Target Name="BeforeBuild">
141  </Target>
142  <Target Name="AfterBuild">
143  </Target>
144  -->
145</Project>
Note: See TracBrowser for help on using the repository browser.