|
@@ -1,7 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
|
- <TargetFrameworkClass>CLIENTPROFILE</TargetFrameworkClass>
|
|
|
+ <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
|
|
|
+ <EnvironmentTemplate>NET35</EnvironmentTemplate>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
@@ -11,31 +12,11 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>Google.ProtocolBuffers</RootNamespace>
|
|
|
<AssemblyName>Google.ProtocolBuffers.Test</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
<AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
|
|
|
- <FileUpgradeFlags>
|
|
|
- </FileUpgradeFlags>
|
|
|
- <UpgradeBackupLocation>
|
|
|
- </UpgradeBackupLocation>
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
- <PublishUrl>publish\</PublishUrl>
|
|
|
- <Install>true</Install>
|
|
|
- <InstallFrom>Disk</InstallFrom>
|
|
|
- <UpdateEnabled>false</UpdateEnabled>
|
|
|
- <UpdateMode>Foreground</UpdateMode>
|
|
|
- <UpdateInterval>7</UpdateInterval>
|
|
|
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
- <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
- <UpdateRequired>false</UpdateRequired>
|
|
|
- <MapFileExtensions>true</MapFileExtensions>
|
|
|
- <ApplicationRevision>0</ApplicationRevision>
|
|
|
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
- <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
- <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
- <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
- <TrackFileAccess>false</TrackFileAccess>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -45,8 +26,8 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
+ <NoStdLib>true</NoStdLib>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
@@ -55,21 +36,21 @@
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
+ <NoStdLib>true</NoStdLib>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="mscorlib" />
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup Condition=" '$(TargetFrameworkClass)' == 'CLIENTPROFILE' ">
|
|
|
+ <ItemGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
|
|
|
<Reference Include="nunit.framework">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
|
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup Condition=" '$(TargetFrameworkClass)' != 'CLIENTPROFILE' ">
|
|
|
+ <ItemGroup Condition=" '$(EnvironmentFlavor)' != 'CLIENTPROFILE' ">
|
|
|
<Reference Include="Microsoft.Silverlight.Testing, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.Silverlight.Testing.dll</HintPath>
|