[8295] | 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>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</ProjectGuid>
|
---|
| 9 | <OutputType>Exe</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace>
|
---|
| 12 | <AssemblyName>ProtoGen</AssemblyName>
|
---|
[18210] | 13 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
---|
[8295] | 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 | <StartupObject>Google.ProtocolBuffers.ProtoGen.ProgramPreprocess</StartupObject>
|
---|
| 38 | <TargetFrameworkProfile />
|
---|
| 39 | </PropertyGroup>
|
---|
| 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 41 | <DebugSymbols>true</DebugSymbols>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | <Optimize>false</Optimize>
|
---|
| 44 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <ErrorReport>prompt</ErrorReport>
|
---|
| 47 | <WarningLevel>4</WarningLevel>
|
---|
| 48 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 49 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8295] | 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <Optimize>true</Optimize>
|
---|
| 54 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 55 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 56 | <ErrorReport>prompt</ErrorReport>
|
---|
| 57 | <WarningLevel>4</WarningLevel>
|
---|
| 58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[11623] | 59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8295] | 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
| 63 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 67 | <CodeAnalysisLogFile>bin\Debug\ProtoGen-2.4.1.473.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 68 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 69 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 70 | <ErrorReport>prompt</ErrorReport>
|
---|
| 71 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 72 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 73 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 74 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 75 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 76 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8295] | 77 | </PropertyGroup>
|
---|
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 79 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 80 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 81 | <Optimize>true</Optimize>
|
---|
| 82 | <DebugType>pdbonly</DebugType>
|
---|
| 83 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 84 | <CodeAnalysisLogFile>bin\Release\ProtoGen-2.4.1.473.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 85 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 86 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 87 | <ErrorReport>prompt</ErrorReport>
|
---|
| 88 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 89 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 90 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 91 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 92 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 93 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8295] | 94 | </PropertyGroup>
|
---|
| 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 96 | <DebugSymbols>true</DebugSymbols>
|
---|
| 97 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 98 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 99 | <DebugType>full</DebugType>
|
---|
| 100 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 101 | <CodeAnalysisLogFile>bin\Debug\ProtoGen-2.4.1.473.exe.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 (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 107 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 108 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 109 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 110 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8295] | 111 | </PropertyGroup>
|
---|
| 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 113 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 114 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 115 | <Optimize>true</Optimize>
|
---|
| 116 | <DebugType>pdbonly</DebugType>
|
---|
| 117 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 118 | <CodeAnalysisLogFile>bin\Release\ProtoGen-2.4.1.473.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 119 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 120 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 121 | <ErrorReport>prompt</ErrorReport>
|
---|
| 122 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 123 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 124 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 125 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 126 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 127 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[8295] | 128 | </PropertyGroup>
|
---|
| 129 | <ItemGroup>
|
---|
| 130 | <Reference Include="mscorlib" />
|
---|
| 131 | <Reference Include="System" />
|
---|
| 132 | <Reference Include="System.Data" />
|
---|
| 133 | <Reference Include="System.Xml" />
|
---|
| 134 | </ItemGroup>
|
---|
| 135 | <ItemGroup>
|
---|
| 136 | <Compile Include="DescriptorUtil.cs" />
|
---|
| 137 | <Compile Include="EnumFieldGenerator.cs" />
|
---|
| 138 | <Compile Include="EnumGenerator.cs" />
|
---|
| 139 | <Compile Include="ExtensionGenerator.cs" />
|
---|
| 140 | <Compile Include="FieldGeneratorBase.cs" />
|
---|
| 141 | <Compile Include="IFieldSourceGenerator.cs" />
|
---|
| 142 | <Compile Include="ISourceGenerator.cs" />
|
---|
| 143 | <Compile Include="MessageFieldGenerator.cs" />
|
---|
| 144 | <Compile Include="MessageGenerator.cs" />
|
---|
| 145 | <Compile Include="PrimitiveFieldGenerator.cs" />
|
---|
| 146 | <Compile Include="ProgramPreprocess.cs" />
|
---|
| 147 | <Compile Include="RepeatedEnumFieldGenerator.cs" />
|
---|
| 148 | <Compile Include="RepeatedMessageFieldGenerator.cs" />
|
---|
| 149 | <Compile Include="RepeatedPrimitiveFieldGenerator.cs" />
|
---|
| 150 | <Compile Include="ServiceGenerator.cs" />
|
---|
| 151 | <Compile Include="DependencyResolutionException.cs" />
|
---|
| 152 | <Compile Include="Generator.cs" />
|
---|
| 153 | <Compile Include="GeneratorOptions.cs" />
|
---|
| 154 | <Compile Include="Helpers.cs" />
|
---|
| 155 | <Compile Include="InvalidOptionsException.cs" />
|
---|
| 156 | <Compile Include="Program.cs" />
|
---|
| 157 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 158 | <Compile Include="ServiceInterfaceGenerator.cs" />
|
---|
| 159 | <Compile Include="SourceGeneratorBase.cs" />
|
---|
| 160 | <Compile Include="SourceGenerators.cs" />
|
---|
| 161 | <Compile Include="UmbrellaClassGenerator.cs" />
|
---|
| 162 | </ItemGroup>
|
---|
| 163 | <ItemGroup>
|
---|
| 164 | <None Include="app.config" />
|
---|
| 165 | </ItemGroup>
|
---|
| 166 | <ItemGroup>
|
---|
| 167 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 168 | <Visible>False</Visible>
|
---|
| 169 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 170 | <Install>false</Install>
|
---|
| 171 | </BootstrapperPackage>
|
---|
| 172 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 173 | <Visible>False</Visible>
|
---|
| 174 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 175 | <Install>true</Install>
|
---|
| 176 | </BootstrapperPackage>
|
---|
| 177 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 178 | <Visible>False</Visible>
|
---|
| 179 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 180 | <Install>true</Install>
|
---|
| 181 | </BootstrapperPackage>
|
---|
| 182 | </ItemGroup>
|
---|
| 183 | <ItemGroup>
|
---|
| 184 | <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers-2.4.1.473.csproj">
|
---|
| 185 | <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
|
---|
| 186 | <Name>ProtocolBuffers-2.4.1.473</Name>
|
---|
| 187 | </ProjectReference>
|
---|
| 188 | </ItemGroup>
|
---|
| 189 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 190 | <PropertyGroup>
|
---|
[11830] | 191 | <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
| 192 | copy "$(TargetPath)" "$(SolutionDir)"
|
---|
| 193 | copy "$(TargetDir)Google.ProtocolBuffers-2.4.1.473.dll" "$(SolutionDir)"
|
---|
| 194 | copy "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"
|
---|
| 195 | </PostBuildEvent>
|
---|
| 196 | <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[13008] | 197 | cp "$(TargetPath)*" "$(SolutionDir)"
|
---|
[11830] | 198 | cp "$(TargetDir)Google.ProtocolBuffers-2.4.1.473.dll" "$(SolutionDir)"
|
---|
[13008] | 199 | cp "$(ProjectDir)../../lib/protoc.exe" "$(SolutionDir)"
|
---|
[11830] | 200 | </PostBuildEvent>
|
---|
[13008] | 201 | </PropertyGroup>
|
---|
[8295] | 202 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 203 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 204 | <Target Name="BeforeBuild">
|
---|
| 205 | </Target>
|
---|
| 206 | <Target Name="AfterBuild">
|
---|
| 207 | </Target>
|
---|
| 208 | -->
|
---|
| 209 | </Project> |
---|