Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ParameterBinding/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj @ 13401

Last change on this file since 13401 was 4643, checked in by abeham, 14 years ago

#1248

  • Removed platform specific configurations for ProtocolBuffers projects
  • fixed a small typo in the SolutionMessageBuilder
File size: 5.9 KB
Line 
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>
13    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
57    <OutputPath>bin\Silverlight2\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>AnyCPU</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="System" />
67    <Reference Include="System.Data" />
68    <Reference Include="System.Xml" />
69  </ItemGroup>
70  <ItemGroup>
71    <Compile Include="DescriptorUtil.cs" />
72    <Compile Include="EnumFieldGenerator.cs" />
73    <Compile Include="EnumGenerator.cs" />
74    <Compile Include="ExtensionGenerator.cs" />
75    <Compile Include="FieldGeneratorBase.cs" />
76    <Compile Include="IFieldSourceGenerator.cs" />
77    <Compile Include="ISourceGenerator.cs" />
78    <Compile Include="MessageFieldGenerator.cs" />
79    <Compile Include="MessageGenerator.cs" />
80    <Compile Include="PrimitiveFieldGenerator.cs" />
81    <Compile Include="RepeatedEnumFieldGenerator.cs" />
82    <Compile Include="RepeatedMessageFieldGenerator.cs" />
83    <Compile Include="RepeatedPrimitiveFieldGenerator.cs" />
84    <Compile Include="ServiceGenerator.cs" />
85    <Compile Include="DependencyResolutionException.cs" />
86    <Compile Include="Generator.cs" />
87    <Compile Include="GeneratorOptions.cs" />
88    <Compile Include="Helpers.cs" />
89    <Compile Include="InvalidOptionsException.cs" />
90    <Compile Include="Program.cs" />
91    <Compile Include="Properties\AssemblyInfo.cs" />
92    <Compile Include="SourceGeneratorBase.cs" />
93    <Compile Include="SourceGenerators.cs" />
94    <Compile Include="UmbrellaClassGenerator.cs" />
95  </ItemGroup>
96  <ItemGroup>
97    <None Include="app.config" />
98    <None Include="Properties\Google.ProtocolBuffers.ProtoGen.snk" />
99  </ItemGroup>
100  <ItemGroup>
101    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
102      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
103      <Name>ProtocolBuffers</Name>
104    </ProjectReference>
105  </ItemGroup>
106  <ItemGroup>
107    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
108      <Visible>False</Visible>
109      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
110      <Install>false</Install>
111    </BootstrapperPackage>
112    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
113      <Visible>False</Visible>
114      <ProductName>.NET Framework 3.5 SP1</ProductName>
115      <Install>true</Install>
116    </BootstrapperPackage>
117    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
118      <Visible>False</Visible>
119      <ProductName>Windows Installer 3.1</ProductName>
120      <Install>true</Install>
121    </BootstrapperPackage>
122  </ItemGroup>
123  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124  <PropertyGroup>
125    <PreBuildEvent>
126    </PreBuildEvent>
127  </PropertyGroup>
128  <PropertyGroup>
129    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
130  </PropertyGroup>
131  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132       Other similar extension points exist, see Microsoft.Common.targets.
133  <Target Name="BeforeBuild">
134  </Target>
135  <Target Name="AfterBuild">
136  </Target>
137  -->
138</Project>
Note: See TracBrowser for help on using the repository browser.