blob: fdbbe5032682efb65310554aca31081cbdef07cc [file] [log] [blame]
csharptest0f3540e2011-08-05 20:40:14 -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>{231391AF-449C-4A39-986C-AD7F270F4750}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Google.ProtocolBuffers.Serialization</RootNamespace>
12 <AssemblyName>Google.ProtocolBuffers.Serialization</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <SignAssembly>true</SignAssembly>
16 <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
17 <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>
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39 <DebugSymbols>true</DebugSymbols>
40 <DebugType>full</DebugType>
41 <Optimize>false</Optimize>
42 <OutputPath>bin\Debug\</OutputPath>
43 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
44 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
45 <DefineConstants>DEBUG;TRACE</DefineConstants>
46 <ErrorReport>prompt</ErrorReport>
47 <WarningLevel>4</WarningLevel>
48 <NoStdLib>true</NoStdLib>
49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <DebugType>pdbonly</DebugType>
53 <Optimize>true</Optimize>
54 <OutputPath>bin\Release\</OutputPath>
55 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
56 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
57 <DefineConstants>TRACE</DefineConstants>
58 <ErrorReport>prompt</ErrorReport>
59 <WarningLevel>4</WarningLevel>
60 <NoStdLib>true</NoStdLib>
61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62 </PropertyGroup>
63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Silverlight2|AnyCPU'">
64 <DebugSymbols>true</DebugSymbols>
65 <DebugType>full</DebugType>
66 <Optimize>false</Optimize>
67 <OutputPath>bin\Debug_Silverlight2\</OutputPath>
68 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
69 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
70 <DefineConstants>DEBUG;TRACE;SILVERLIGHT2</DefineConstants>
71 <ErrorReport>prompt</ErrorReport>
72 <WarningLevel>4</WarningLevel>
73 <NoStdLib>true</NoStdLib>
74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Silverlight2|AnyCPU'">
77 <DebugType>pdbonly</DebugType>
78 <Optimize>true</Optimize>
79 <OutputPath>bin\Release_Silverlight2\</OutputPath>
80 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
81 <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
82 <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
83 <ErrorReport>prompt</ErrorReport>
84 <WarningLevel>4</WarningLevel>
85 <NoStdLib>true</NoStdLib>
86 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87 </PropertyGroup>
88 <ItemGroup>
89 <Reference Include="mscorlib" />
90 <Reference Include="System" />
91 <Reference Include="System.Xml" />
92 <!-- Only for 2.x compatibility of extension methods -->
93 <Reference Include="System.Core">
94 <SpecificVersion>False</SpecificVersion>
95 <HintPath>..\..\lib\System.Core\System.Core.dll</HintPath>
96 <Private>False</Private>
97 </Reference>
98 </ItemGroup>
99 <ItemGroup>
100 <Compile Include="Extensions.cs" />
csharptestc2d2c1a2011-09-08 20:02:11 -0500101 <Compile Include="Http\MessageFormatFactory.cs" />
102 <Compile Include="Http\MessageFormatOptions.cs" />
103 <Compile Include="Http\ServiceExtensions.cs" />
csharptest0f3540e2011-08-05 20:40:14 -0500104 <Compile Include="Properties\AssemblyInfo.cs" />
105 <Compile Include="AbstractReader.cs" />
106 <Compile Include="AbstractTextReader.cs" />
107 <Compile Include="AbstractTextWriter.cs" />
108 <Compile Include="AbstractWriter.cs" />
109 <Compile Include="DictionaryReader.cs" />
110 <Compile Include="DictionaryWriter.cs" />
111 <Compile Include="JsonFormatReader.cs" />
112 <Compile Include="JsonFormatWriter.cs" />
113 <Compile Include="JsonTextCursor.cs" />
114 <Compile Include="RecursionLimitExceeded.cs" />
115 <Compile Include="XmlFormatReader.cs" />
116 <Compile Include="XmlFormatWriter.cs" />
117 <Compile Include="XmlReaderOptions.cs" />
118 <Compile Include="XmlWriterOptions.cs" />
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 <ItemGroup>
138 <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
139 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
140 <Name>ProtocolBuffers</Name>
141 <Private>False</Private>
142 </ProjectReference>
143 </ItemGroup>
144 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
146 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Debug_Silverlight2' " />
147 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Release_Silverlight2' " />
148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149 Other similar extension points exist, see Microsoft.Common.targets.
150 <Target Name="BeforeBuild">
151 </Target>
152 <Target Name="AfterBuild">
153 </Target>
154 -->
155</Project>