blob: e720ce005650b98948f0dc2817516339d958ab4b [file] [log] [blame]
csharptest68d831e2011-05-03 13:47:34 -05001<?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>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <SignAssembly>true</SignAssembly>
csharptest5a80c372011-05-20 11:11:01 -050016 <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
csharptest68d831e2011-05-03 13:47:34 -050017 <FileUpgradeFlags>
18 </FileUpgradeFlags>
19 <UpgradeBackupLocation>
20 </UpgradeBackupLocation>
21 <OldToolsVersion>3.5</OldToolsVersion>
22 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode>
27 <UpdateInterval>7</UpdateInterval>
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29 <UpdatePeriodically>false</UpdatePeriodically>
30 <UpdateRequired>false</UpdateRequired>
31 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <IsWebBootstrapper>false</IsWebBootstrapper>
35 <UseApplicationTrust>false</UseApplicationTrust>
36 <BootstrapperEnabled>true</BootstrapperEnabled>
csharptest27bfcc52011-06-02 12:04:06 -050037 <TrackFileAccess>false</TrackFileAccess>
csharptest68d831e2011-05-03 13:47:34 -050038 </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>
csharptest2d887332011-08-12 20:13:44 -050048 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
csharptest68d831e2011-05-03 13:47:34 -050049 </PropertyGroup>
50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51 <DebugType>pdbonly</DebugType>
52 <Optimize>true</Optimize>
53 <OutputPath>bin\Release\</OutputPath>
54 <DefineConstants>TRACE</DefineConstants>
55 <ErrorReport>prompt</ErrorReport>
56 <WarningLevel>4</WarningLevel>
57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
csharptest2d887332011-08-12 20:13:44 -050058 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
csharptest68d831e2011-05-03 13:47:34 -050059 </PropertyGroup>
60 <ItemGroup>
61 <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
62 <SpecificVersion>False</SpecificVersion>
63 <HintPath>..\..\lib\NUnit 2.2.8.0\nunit.framework.dll</HintPath>
64 </Reference>
65 <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
66 <SpecificVersion>False</SpecificVersion>
67 <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
68 </Reference>
69 <Reference Include="mscorlib" />
70 <Reference Include="System" />
71 <Reference Include="System.Data" />
72 <Reference Include="System.Xml" />
73 </ItemGroup>
74 <ItemGroup>
75 <Compile Include="AbstractMessageTest.cs" />
76 <Compile Include="ByteStringTest.cs" />
77 <Compile Include="CodedInputStreamTest.cs" />
78 <Compile Include="CodedOutputStreamTest.cs" />
79 <Compile Include="Collections\PopsicleListTest.cs" />
csharptestb5ba93b2011-07-14 13:40:09 -050080 <Compile Include="Compatibility\BinaryCompatibilityTests.cs" />
81 <Compile Include="Compatibility\CompatibilityTests.cs" />
82 <Compile Include="Compatibility\DictionaryCompatibilityTests.cs" />
83 <Compile Include="Compatibility\JsonCompatibilityTests.cs" />
84 <Compile Include="Compatibility\TestResources.Designer.cs">
csharptest27bfcc52011-06-02 12:04:06 -050085 <AutoGen>True</AutoGen>
86 <DesignTime>True</DesignTime>
87 <DependentUpon>TestResources.resx</DependentUpon>
88 </Compile>
csharptestb5ba93b2011-07-14 13:40:09 -050089 <Compile Include="Compatibility\TextCompatibilityTests.cs" />
90 <Compile Include="Compatibility\XmlCompatibilityTests.cs" />
csharptest08c84b92011-10-01 12:00:23 -050091 <Compile Include="TestProtos\UnitTestExtrasProtoFile.cs" />
csharptestfa8fa922011-09-29 19:11:24 -050092 <Compile Include="TestRpcForMimeTypes.cs" />
csharptest2cf6e1b2011-09-16 10:55:10 -050093 <Compile Include="TestReaderForUrlEncoded.cs" />
csharptest68d831e2011-05-03 13:47:34 -050094 <Compile Include="CSharpOptionsTest.cs" />
csharptest4a594ca2011-09-09 15:53:10 -050095 <Compile Include="DeprecatedMemberTest.cs" />
csharptest68d831e2011-05-03 13:47:34 -050096 <Compile Include="DescriptorsTest.cs" />
97 <Compile Include="Descriptors\MessageDescriptorTest.cs" />
98 <Compile Include="DynamicMessageTest.cs" />
99 <Compile Include="ExtendableMessageTest.cs" />
csharptest4ecebd82011-09-16 12:21:00 -0500100 <Compile Include="GeneratedBuilderTest.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500101 <Compile Include="GeneratedMessageTest.cs" />
102 <Compile Include="MessageStreamIteratorTest.cs" />
103 <Compile Include="MessageStreamWriterTest.cs" />
104 <Compile Include="MessageTest.cs" />
105 <Compile Include="MessageUtilTest.cs" />
106 <Compile Include="NameHelpersTest.cs" />
107 <Compile Include="Properties\AssemblyInfo.cs" />
108 <Compile Include="ReflectionTester.cs" />
csharptest1a0764a2011-09-09 21:05:29 -0500109 <Compile Include="ReusableBuilderTest.cs" />
csharptest3c6e9322011-09-09 18:14:40 -0500110 <Compile Include="SerializableTest.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500111 <Compile Include="ServiceTest.cs" />
csharptesta105eac2011-09-09 13:39:54 -0500112 <Compile Include="TestCornerCases.cs" />
csharptest60fd7732011-09-09 12:18:16 -0500113 <Compile Include="TestMimeMessageFormats.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500114 <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
115 <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
116 <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
117 <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
csharptest50a89c12011-08-12 17:33:02 -0500118 <Compile Include="TestProtos\UnitTestExtrasIssuesProtoFile.cs" />
csharptestf1816be2011-05-19 12:01:16 -0500119 <Compile Include="TestProtos\UnitTestGenericServices.cs" />
csharptest27bfcc52011-06-02 12:04:06 -0500120 <Compile Include="TestProtos\UnitTestGoogleSizeProtoFile.cs" />
121 <Compile Include="TestProtos\UnitTestGoogleSpeedProtoFile.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500122 <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
123 <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
124 <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
125 <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
126 <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
127 <Compile Include="TestProtos\UnitTestProtoFile.cs" />
128 <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
csharptest27bfcc52011-06-02 12:04:06 -0500129 <Compile Include="TestProtos\UnitTestXmlSerializerTestProtoFile.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500130 <Compile Include="TestRpcGenerator.cs" />
131 <Compile Include="TestUtil.cs" />
csharptestafe844b2011-06-10 16:03:22 -0500132 <Compile Include="TestWriterFormatJson.cs" />
csharptest2b868842011-06-10 14:41:47 -0500133 <Compile Include="TestWriterFormatXml.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500134 <Compile Include="TextFormatTest.cs" />
135 <Compile Include="UnknownFieldSetTest.cs" />
136 <Compile Include="WireFormatTest.cs" />
137 </ItemGroup>
138 <ItemGroup>
csharptest0f3540e2011-08-05 20:40:14 -0500139 <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffers.Serialization.csproj">
140 <Project>{231391AF-449C-4a39-986C-AD7F270F4750}</Project>
141 <Name>ProtocolBuffers.Serialization</Name>
142 </ProjectReference>
csharptest68d831e2011-05-03 13:47:34 -0500143 <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
144 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
145 <Name>ProtocolBuffers</Name>
146 </ProjectReference>
147 </ItemGroup>
148 <ItemGroup>
csharptest68d831e2011-05-03 13:47:34 -0500149 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
150 <Visible>False</Visible>
151 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
152 <Install>false</Install>
153 </BootstrapperPackage>
154 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
155 <Visible>False</Visible>
156 <ProductName>.NET Framework 3.5 SP1</ProductName>
157 <Install>true</Install>
158 </BootstrapperPackage>
159 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
160 <Visible>False</Visible>
161 <ProductName>Windows Installer 3.1</ProductName>
162 <Install>true</Install>
163 </BootstrapperPackage>
164 </ItemGroup>
csharptest27bfcc52011-06-02 12:04:06 -0500165 <ItemGroup>
csharptestb5ba93b2011-07-14 13:40:09 -0500166 <None Include="Compatibility\google_message1.dat" />
167 <None Include="Compatibility\google_message2.dat" />
csharptest27bfcc52011-06-02 12:04:06 -0500168 </ItemGroup>
169 <ItemGroup>
csharptestb5ba93b2011-07-14 13:40:09 -0500170 <EmbeddedResource Include="Compatibility\TestResources.resx">
csharptest27bfcc52011-06-02 12:04:06 -0500171 <Generator>ResXFileCodeGenerator</Generator>
172 <LastGenOutput>TestResources.Designer.cs</LastGenOutput>
173 </EmbeddedResource>
174 </ItemGroup>
csharptest68d831e2011-05-03 13:47:34 -0500175 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
176 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
csharptest5a80c372011-05-20 11:11:01 -0500177 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
178 Other similar extension points exist, see Microsoft.Common.targets.
179 <Target Name="BeforeBuild">
180 </Target>
181 <Target Name="AfterBuild">
182 </Target>
csharptest68d831e2011-05-03 13:47:34 -0500183 -->
Jon Skeet68036862008-10-22 13:30:34 +0100184</Project>