blob: 549fe88c4fe34f1cfc5cb7e543b0645875e09a46 [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 <DocumentationFile>bin\Debug\Google.ProtocolBuffers.Test.XML</DocumentationFile>
49 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
50 <NoWarn>1591</NoWarn>
csharptest68d831e2011-05-03 13:47:34 -050051 </PropertyGroup>
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53 <DebugType>pdbonly</DebugType>
54 <Optimize>true</Optimize>
55 <OutputPath>bin\Release\</OutputPath>
56 <DefineConstants>TRACE</DefineConstants>
57 <ErrorReport>prompt</ErrorReport>
58 <WarningLevel>4</WarningLevel>
59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
csharptest2d887332011-08-12 20:13:44 -050060 <DocumentationFile>bin\Release\Google.ProtocolBuffers.Test.XML</DocumentationFile>
61 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
62 <NoWarn>1591</NoWarn>
csharptest68d831e2011-05-03 13:47:34 -050063 </PropertyGroup>
64 <ItemGroup>
65 <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
66 <SpecificVersion>False</SpecificVersion>
67 <HintPath>..\..\lib\NUnit 2.2.8.0\nunit.framework.dll</HintPath>
68 </Reference>
69 <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
70 <SpecificVersion>False</SpecificVersion>
71 <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
72 </Reference>
73 <Reference Include="mscorlib" />
74 <Reference Include="System" />
75 <Reference Include="System.Data" />
76 <Reference Include="System.Xml" />
77 </ItemGroup>
78 <ItemGroup>
79 <Compile Include="AbstractMessageTest.cs" />
80 <Compile Include="ByteStringTest.cs" />
81 <Compile Include="CodedInputStreamTest.cs" />
82 <Compile Include="CodedOutputStreamTest.cs" />
83 <Compile Include="Collections\PopsicleListTest.cs" />
csharptestb5ba93b2011-07-14 13:40:09 -050084 <Compile Include="Compatibility\BinaryCompatibilityTests.cs" />
85 <Compile Include="Compatibility\CompatibilityTests.cs" />
86 <Compile Include="Compatibility\DictionaryCompatibilityTests.cs" />
87 <Compile Include="Compatibility\JsonCompatibilityTests.cs" />
88 <Compile Include="Compatibility\TestResources.Designer.cs">
csharptest27bfcc52011-06-02 12:04:06 -050089 <AutoGen>True</AutoGen>
90 <DesignTime>True</DesignTime>
91 <DependentUpon>TestResources.resx</DependentUpon>
92 </Compile>
csharptestb5ba93b2011-07-14 13:40:09 -050093 <Compile Include="Compatibility\TextCompatibilityTests.cs" />
94 <Compile Include="Compatibility\XmlCompatibilityTests.cs" />
csharptest68d831e2011-05-03 13:47:34 -050095 <Compile Include="CSharpOptionsTest.cs" />
96 <Compile Include="DescriptorsTest.cs" />
97 <Compile Include="Descriptors\MessageDescriptorTest.cs" />
98 <Compile Include="DynamicMessageTest.cs" />
99 <Compile Include="ExtendableMessageTest.cs" />
100 <Compile Include="GeneratedMessageTest.cs" />
101 <Compile Include="MessageStreamIteratorTest.cs" />
102 <Compile Include="MessageStreamWriterTest.cs" />
103 <Compile Include="MessageTest.cs" />
104 <Compile Include="MessageUtilTest.cs" />
105 <Compile Include="NameHelpersTest.cs" />
106 <Compile Include="Properties\AssemblyInfo.cs" />
107 <Compile Include="ReflectionTester.cs" />
108 <Compile Include="ServiceTest.cs" />
csharptest60fd7732011-09-09 12:18:16 -0500109 <Compile Include="TestMimeMessageFormats.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500110 <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
111 <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
112 <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
113 <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
csharptest50a89c12011-08-12 17:33:02 -0500114 <Compile Include="TestProtos\UnitTestExtrasIssuesProtoFile.cs" />
csharptestf1816be2011-05-19 12:01:16 -0500115 <Compile Include="TestProtos\UnitTestGenericServices.cs" />
csharptest27bfcc52011-06-02 12:04:06 -0500116 <Compile Include="TestProtos\UnitTestGoogleSizeProtoFile.cs" />
117 <Compile Include="TestProtos\UnitTestGoogleSpeedProtoFile.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500118 <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
119 <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
120 <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
121 <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
122 <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
123 <Compile Include="TestProtos\UnitTestProtoFile.cs" />
124 <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
csharptest27bfcc52011-06-02 12:04:06 -0500125 <Compile Include="TestProtos\UnitTestXmlSerializerTestProtoFile.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500126 <Compile Include="TestRpcGenerator.cs" />
127 <Compile Include="TestUtil.cs" />
csharptestafe844b2011-06-10 16:03:22 -0500128 <Compile Include="TestWriterFormatJson.cs" />
csharptest2b868842011-06-10 14:41:47 -0500129 <Compile Include="TestWriterFormatXml.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500130 <Compile Include="TextFormatTest.cs" />
131 <Compile Include="UnknownFieldSetTest.cs" />
132 <Compile Include="WireFormatTest.cs" />
133 </ItemGroup>
134 <ItemGroup>
csharptest0f3540e2011-08-05 20:40:14 -0500135 <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffers.Serialization.csproj">
136 <Project>{231391AF-449C-4a39-986C-AD7F270F4750}</Project>
137 <Name>ProtocolBuffers.Serialization</Name>
138 </ProjectReference>
csharptest68d831e2011-05-03 13:47:34 -0500139 <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
140 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
141 <Name>ProtocolBuffers</Name>
142 </ProjectReference>
143 </ItemGroup>
144 <ItemGroup>
csharptest68d831e2011-05-03 13:47:34 -0500145 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
146 <Visible>False</Visible>
147 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
148 <Install>false</Install>
149 </BootstrapperPackage>
150 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
151 <Visible>False</Visible>
152 <ProductName>.NET Framework 3.5 SP1</ProductName>
153 <Install>true</Install>
154 </BootstrapperPackage>
155 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
156 <Visible>False</Visible>
157 <ProductName>Windows Installer 3.1</ProductName>
158 <Install>true</Install>
159 </BootstrapperPackage>
160 </ItemGroup>
csharptest27bfcc52011-06-02 12:04:06 -0500161 <ItemGroup>
csharptestb5ba93b2011-07-14 13:40:09 -0500162 <None Include="Compatibility\google_message1.dat" />
163 <None Include="Compatibility\google_message2.dat" />
csharptest27bfcc52011-06-02 12:04:06 -0500164 </ItemGroup>
165 <ItemGroup>
csharptestb5ba93b2011-07-14 13:40:09 -0500166 <EmbeddedResource Include="Compatibility\TestResources.resx">
csharptest27bfcc52011-06-02 12:04:06 -0500167 <Generator>ResXFileCodeGenerator</Generator>
168 <LastGenOutput>TestResources.Designer.cs</LastGenOutput>
169 </EmbeddedResource>
170 </ItemGroup>
csharptest68d831e2011-05-03 13:47:34 -0500171 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
172 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
csharptest5a80c372011-05-20 11:11:01 -0500173 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174 Other similar extension points exist, see Microsoft.Common.targets.
175 <Target Name="BeforeBuild">
176 </Target>
177 <Target Name="AfterBuild">
178 </Target>
csharptest68d831e2011-05-03 13:47:34 -0500179 -->
Jon Skeet68036862008-10-22 13:30:34 +0100180</Project>