|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
@ -12,10 +12,28 @@ |
|
|
|
|
<AssemblyName>ProtoGen</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
|
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
<TargetFrameworkSubset> |
|
|
|
|
</TargetFrameworkSubset> |
|
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.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> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
@ -25,6 +43,7 @@ |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
@ -33,6 +52,7 @@ |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' "> |
|
|
|
|
<OutputPath>bin\Silverlight2\</OutputPath> |
|
|
|
@ -41,6 +61,7 @@ |
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
@ -83,6 +104,23 @@ |
|
|
|
|
<Name>ProtocolBuffers</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
|
|
|
<Install>false</Install> |
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
|
|
|
<Install>true</Install> |
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName> |
|
|
|
|
<Install>true</Install> |
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
|