blob: 5e3198754ed0fc5bc85efd06b0ca3152a069ad36 [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>
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 <ItemGroup>
59 <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
60 <SpecificVersion>False</SpecificVersion>
61 <HintPath>..\..\lib\NUnit 2.2.8.0\nunit.framework.dll</HintPath>
62 </Reference>
63 <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
64 <SpecificVersion>False</SpecificVersion>
65 <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
66 </Reference>
67 <Reference Include="mscorlib" />
68 <Reference Include="System" />
69 <Reference Include="System.Data" />
70 <Reference Include="System.Xml" />
71 </ItemGroup>
72 <ItemGroup>
73 <Compile Include="AbstractMessageTest.cs" />
74 <Compile Include="ByteStringTest.cs" />
75 <Compile Include="CodedInputStreamTest.cs" />
76 <Compile Include="CodedOutputStreamTest.cs" />
77 <Compile Include="Collections\PopsicleListTest.cs" />
csharptestb5ba93b2011-07-14 13:40:09 -050078 <Compile Include="Compatibility\BinaryCompatibilityTests.cs" />
79 <Compile Include="Compatibility\CompatibilityTests.cs" />
80 <Compile Include="Compatibility\DictionaryCompatibilityTests.cs" />
81 <Compile Include="Compatibility\JsonCompatibilityTests.cs" />
82 <Compile Include="Compatibility\TestResources.Designer.cs">
csharptest27bfcc52011-06-02 12:04:06 -050083 <AutoGen>True</AutoGen>
84 <DesignTime>True</DesignTime>
85 <DependentUpon>TestResources.resx</DependentUpon>
86 </Compile>
csharptestb5ba93b2011-07-14 13:40:09 -050087 <Compile Include="Compatibility\TextCompatibilityTests.cs" />
88 <Compile Include="Compatibility\XmlCompatibilityTests.cs" />
csharptest68d831e2011-05-03 13:47:34 -050089 <Compile Include="CSharpOptionsTest.cs" />
90 <Compile Include="DescriptorsTest.cs" />
91 <Compile Include="Descriptors\MessageDescriptorTest.cs" />
92 <Compile Include="DynamicMessageTest.cs" />
93 <Compile Include="ExtendableMessageTest.cs" />
94 <Compile Include="GeneratedMessageTest.cs" />
95 <Compile Include="MessageStreamIteratorTest.cs" />
96 <Compile Include="MessageStreamWriterTest.cs" />
97 <Compile Include="MessageTest.cs" />
98 <Compile Include="MessageUtilTest.cs" />
99 <Compile Include="NameHelpersTest.cs" />
100 <Compile Include="Properties\AssemblyInfo.cs" />
101 <Compile Include="ReflectionTester.cs" />
102 <Compile Include="ServiceTest.cs" />
103 <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
104 <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
105 <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
106 <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
csharptestf1816be2011-05-19 12:01:16 -0500107 <Compile Include="TestProtos\UnitTestGenericServices.cs" />
csharptest27bfcc52011-06-02 12:04:06 -0500108 <Compile Include="TestProtos\UnitTestGoogleSizeProtoFile.cs" />
109 <Compile Include="TestProtos\UnitTestGoogleSpeedProtoFile.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500110 <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
111 <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
112 <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
113 <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
114 <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
115 <Compile Include="TestProtos\UnitTestProtoFile.cs" />
116 <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
csharptest27bfcc52011-06-02 12:04:06 -0500117 <Compile Include="TestProtos\UnitTestXmlSerializerTestProtoFile.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500118 <Compile Include="TestRpcGenerator.cs" />
119 <Compile Include="TestUtil.cs" />
csharptestafe844b2011-06-10 16:03:22 -0500120 <Compile Include="TestWriterFormatJson.cs" />
csharptest2b868842011-06-10 14:41:47 -0500121 <Compile Include="TestWriterFormatXml.cs" />
csharptest68d831e2011-05-03 13:47:34 -0500122 <Compile Include="TextFormatTest.cs" />
123 <Compile Include="UnknownFieldSetTest.cs" />
124 <Compile Include="WireFormatTest.cs" />
125 </ItemGroup>
126 <ItemGroup>
127 <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
128 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
129 <Name>ProtocolBuffers</Name>
130 </ProjectReference>
131 </ItemGroup>
132 <ItemGroup>
csharptest68d831e2011-05-03 13:47:34 -0500133 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
134 <Visible>False</Visible>
135 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
136 <Install>false</Install>
137 </BootstrapperPackage>
138 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
139 <Visible>False</Visible>
140 <ProductName>.NET Framework 3.5 SP1</ProductName>
141 <Install>true</Install>
142 </BootstrapperPackage>
143 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
144 <Visible>False</Visible>
145 <ProductName>Windows Installer 3.1</ProductName>
146 <Install>true</Install>
147 </BootstrapperPackage>
148 </ItemGroup>
csharptest27bfcc52011-06-02 12:04:06 -0500149 <ItemGroup>
csharptestb5ba93b2011-07-14 13:40:09 -0500150 <None Include="Compatibility\google_message1.dat" />
151 <None Include="Compatibility\google_message2.dat" />
csharptest27bfcc52011-06-02 12:04:06 -0500152 </ItemGroup>
153 <ItemGroup>
csharptestb5ba93b2011-07-14 13:40:09 -0500154 <EmbeddedResource Include="Compatibility\TestResources.resx">
csharptest27bfcc52011-06-02 12:04:06 -0500155 <Generator>ResXFileCodeGenerator</Generator>
156 <LastGenOutput>TestResources.Designer.cs</LastGenOutput>
157 </EmbeddedResource>
158 </ItemGroup>
csharptest68d831e2011-05-03 13:47:34 -0500159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
160 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
csharptest5a80c372011-05-20 11:11:01 -0500161 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162 Other similar extension points exist, see Microsoft.Common.targets.
163 <Target Name="BeforeBuild">
164 </Target>
165 <Target Name="AfterBuild">
166 </Target>
csharptest68d831e2011-05-03 13:47:34 -0500167 -->
Jon Skeet68036862008-10-22 13:30:34 +0100168</Project>