csharptest | 0f3540e | 2011-08-05 20:40:14 -0500 | [diff] [blame] | 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>{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" />
|
| 101 | <Compile Include="Properties\AssemblyInfo.cs" />
|
| 102 | <Compile Include="AbstractReader.cs" />
|
| 103 | <Compile Include="AbstractTextReader.cs" />
|
| 104 | <Compile Include="AbstractTextWriter.cs" />
|
| 105 | <Compile Include="AbstractWriter.cs" />
|
| 106 | <Compile Include="DictionaryReader.cs" />
|
| 107 | <Compile Include="DictionaryWriter.cs" />
|
| 108 | <Compile Include="JsonFormatReader.cs" />
|
| 109 | <Compile Include="JsonFormatWriter.cs" />
|
| 110 | <Compile Include="JsonTextCursor.cs" />
|
| 111 | <Compile Include="RecursionLimitExceeded.cs" />
|
| 112 | <Compile Include="XmlFormatReader.cs" />
|
| 113 | <Compile Include="XmlFormatWriter.cs" />
|
| 114 | <Compile Include="XmlReaderOptions.cs" />
|
| 115 | <Compile Include="XmlWriterOptions.cs" />
|
| 116 | </ItemGroup>
|
| 117 | <ItemGroup>
|
| 118 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
| 119 | <Visible>False</Visible>
|
| 120 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
| 121 | <Install>false</Install>
|
| 122 | </BootstrapperPackage>
|
| 123 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
| 124 | <Visible>False</Visible>
|
| 125 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
| 126 | <Install>true</Install>
|
| 127 | </BootstrapperPackage>
|
| 128 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
| 129 | <Visible>False</Visible>
|
| 130 | <ProductName>Windows Installer 3.1</ProductName>
|
| 131 | <Install>true</Install>
|
| 132 | </BootstrapperPackage>
|
| 133 | </ItemGroup>
|
| 134 | <ItemGroup>
|
| 135 | <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
|
| 136 | <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
|
| 137 | <Name>ProtocolBuffers</Name>
|
| 138 | <Private>False</Private>
|
| 139 | </ProjectReference>
|
| 140 | </ItemGroup>
|
| 141 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
|
| 142 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
|
| 143 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Debug_Silverlight2' " />
|
| 144 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Release_Silverlight2' " />
|
| 145 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
| 146 | Other similar extension points exist, see Microsoft.Common.targets.
|
| 147 | <Target Name="BeforeBuild">
|
| 148 | </Target>
|
| 149 | <Target Name="AfterBuild">
|
| 150 | </Target>
|
| 151 | -->
|
| 152 | </Project> |