[3857] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3857] | 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>{C268DA4C-4004-47DA-AF23-44C983281A68}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace>
|
---|
| 12 | <AssemblyName>Google.ProtocolBuffers.ProtoGen.Test</AssemblyName>
|
---|
[6760] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
[3857] | 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <SignAssembly>true</SignAssembly>
|
---|
| 18 | <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.Test.snk</AssemblyOriginatorKeyFile>
|
---|
[4065] | 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
| 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[3857] | 38 | </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>
|
---|
[4065] | 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3857] | 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>
|
---|
[4065] | 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3857] | 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
|
---|
| 59 | <OutputPath>bin\Silverlight2\</OutputPath>
|
---|
| 60 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 61 | <Optimize>true</Optimize>
|
---|
| 62 | <DebugType>pdbonly</DebugType>
|
---|
| 63 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3857] | 66 | </PropertyGroup>
|
---|
[6760] | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 68 | <DebugSymbols>true</DebugSymbols>
|
---|
| 69 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 70 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 71 | <DebugType>full</DebugType>
|
---|
| 72 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 73 | <CodeAnalysisLogFile>bin\Debug\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 74 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 75 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 76 | <ErrorReport>prompt</ErrorReport>
|
---|
| 77 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 78 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 79 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 80 | </PropertyGroup>
|
---|
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 82 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 83 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 84 | <Optimize>true</Optimize>
|
---|
| 85 | <DebugType>pdbonly</DebugType>
|
---|
| 86 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 87 | <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 88 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 89 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 90 | <ErrorReport>prompt</ErrorReport>
|
---|
| 91 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 92 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 93 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 94 | </PropertyGroup>
|
---|
| 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Silverlight2|x64'">
|
---|
| 96 | <OutputPath>bin\x64\Silverlight2\</OutputPath>
|
---|
| 97 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 98 | <Optimize>true</Optimize>
|
---|
| 99 | <DebugType>pdbonly</DebugType>
|
---|
| 100 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 101 | <CodeAnalysisLogFile>bin\Silverlight2\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 102 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 103 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 104 | <ErrorReport>prompt</ErrorReport>
|
---|
| 105 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 106 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 107 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 108 | </PropertyGroup>
|
---|
| 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 110 | <DebugSymbols>true</DebugSymbols>
|
---|
| 111 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 112 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 113 | <DebugType>full</DebugType>
|
---|
| 114 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 115 | <CodeAnalysisLogFile>bin\Debug\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 116 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 117 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 118 | <ErrorReport>prompt</ErrorReport>
|
---|
| 119 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 120 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 121 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 122 | </PropertyGroup>
|
---|
| 123 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 124 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 125 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 126 | <Optimize>true</Optimize>
|
---|
| 127 | <DebugType>pdbonly</DebugType>
|
---|
| 128 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 129 | <CodeAnalysisLogFile>bin\Release\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 130 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 131 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 132 | <ErrorReport>prompt</ErrorReport>
|
---|
| 133 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 134 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 135 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 136 | </PropertyGroup>
|
---|
| 137 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Silverlight2|x86'">
|
---|
| 138 | <OutputPath>bin\x86\Silverlight2\</OutputPath>
|
---|
| 139 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 140 | <Optimize>true</Optimize>
|
---|
| 141 | <DebugType>pdbonly</DebugType>
|
---|
| 142 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 143 | <CodeAnalysisLogFile>bin\Silverlight2\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 144 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 145 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 146 | <ErrorReport>prompt</ErrorReport>
|
---|
| 147 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 148 | <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 149 | <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 150 | </PropertyGroup>
|
---|
[3857] | 151 | <ItemGroup>
|
---|
| 152 | <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
|
---|
| 153 | <SpecificVersion>False</SpecificVersion>
|
---|
| 154 | <HintPath>..\..\lib\nunit.framework.dll</HintPath>
|
---|
| 155 | </Reference>
|
---|
| 156 | <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
|
---|
| 157 | <SpecificVersion>False</SpecificVersion>
|
---|
| 158 | <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
|
---|
| 159 | </Reference>
|
---|
| 160 | <Reference Include="System" />
|
---|
| 161 | </ItemGroup>
|
---|
| 162 | <ItemGroup>
|
---|
| 163 | <Compile Include="DependencyResolutionTest.cs" />
|
---|
| 164 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 165 | </ItemGroup>
|
---|
| 166 | <ItemGroup>
|
---|
| 167 | <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
|
---|
| 168 | <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
|
---|
| 169 | <Name>ProtocolBuffers</Name>
|
---|
| 170 | </ProjectReference>
|
---|
| 171 | <ProjectReference Include="..\ProtoGen\ProtoGen.csproj">
|
---|
| 172 | <Project>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</Project>
|
---|
| 173 | <Name>ProtoGen</Name>
|
---|
| 174 | </ProjectReference>
|
---|
| 175 | </ItemGroup>
|
---|
| 176 | <ItemGroup>
|
---|
| 177 | <None Include="Properties\Google.ProtocolBuffers.ProtoGen.Test.snk" />
|
---|
| 178 | </ItemGroup>
|
---|
[4065] | 179 | <ItemGroup>
|
---|
| 180 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 181 | <Visible>False</Visible>
|
---|
| 182 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 183 | <Install>false</Install>
|
---|
| 184 | </BootstrapperPackage>
|
---|
| 185 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 186 | <Visible>False</Visible>
|
---|
| 187 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 188 | <Install>true</Install>
|
---|
| 189 | </BootstrapperPackage>
|
---|
| 190 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 191 | <Visible>False</Visible>
|
---|
| 192 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 193 | <Install>true</Install>
|
---|
| 194 | </BootstrapperPackage>
|
---|
| 195 | </ItemGroup>
|
---|
[3857] | 196 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 197 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 198 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 199 | <Target Name="BeforeBuild">
|
---|
| 200 | </Target>
|
---|
| 201 | <Target Name="AfterBuild">
|
---|
| 202 | </Target>
|
---|
| 203 | -->
|
---|
| 204 | </Project> |
---|