Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj @ 4032

Last change on this file since 4032 was 3857, checked in by abeham, 15 years ago

#866

  • Added protobuf-csharp-port project source to ExtLibs
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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    <TargetFrameworkSubset>
16    </TargetFrameworkSubset>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.snk</AssemblyOriginatorKeyFile>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
38    <OutputPath>bin\Silverlight2\</OutputPath>
39    <DefineConstants>TRACE</DefineConstants>
40    <Optimize>true</Optimize>
41    <DebugType>pdbonly</DebugType>
42    <PlatformTarget>AnyCPU</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
46    <DebugSymbols>true</DebugSymbols>
47    <OutputPath>bin\x86\Debug\</OutputPath>
48    <DefineConstants>DEBUG;TRACE</DefineConstants>
49    <DebugType>full</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
54    <OutputPath>bin\x86\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
62    <OutputPath>bin\x86\Silverlight2\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
70    <DebugSymbols>true</DebugSymbols>
71    <OutputPath>bin\x64\Debug\</OutputPath>
72    <DefineConstants>DEBUG;TRACE</DefineConstants>
73    <DebugType>full</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
78    <OutputPath>bin\x64\Release\</OutputPath>
79    <DefineConstants>TRACE</DefineConstants>
80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
86    <OutputPath>bin\x64\Silverlight2\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="System" />
95    <Reference Include="System.Data" />
96    <Reference Include="System.Xml" />
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="DescriptorUtil.cs" />
100    <Compile Include="EnumFieldGenerator.cs" />
101    <Compile Include="EnumGenerator.cs" />
102    <Compile Include="ExtensionGenerator.cs" />
103    <Compile Include="FieldGeneratorBase.cs" />
104    <Compile Include="IFieldSourceGenerator.cs" />
105    <Compile Include="ISourceGenerator.cs" />
106    <Compile Include="MessageFieldGenerator.cs" />
107    <Compile Include="MessageGenerator.cs" />
108    <Compile Include="PrimitiveFieldGenerator.cs" />
109    <Compile Include="RepeatedEnumFieldGenerator.cs" />
110    <Compile Include="RepeatedMessageFieldGenerator.cs" />
111    <Compile Include="RepeatedPrimitiveFieldGenerator.cs" />
112    <Compile Include="ServiceGenerator.cs" />
113    <Compile Include="DependencyResolutionException.cs" />
114    <Compile Include="Generator.cs" />
115    <Compile Include="GeneratorOptions.cs" />
116    <Compile Include="Helpers.cs" />
117    <Compile Include="InvalidOptionsException.cs" />
118    <Compile Include="Program.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <Compile Include="SourceGeneratorBase.cs" />
121    <Compile Include="SourceGenerators.cs" />
122    <Compile Include="UmbrellaClassGenerator.cs" />
123  </ItemGroup>
124  <ItemGroup>
125    <None Include="app.config" />
126    <None Include="Properties\Google.ProtocolBuffers.ProtoGen.snk" />
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
130      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
131      <Name>ProtocolBuffers</Name>
132    </ProjectReference>
133  </ItemGroup>
134  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136       Other similar extension points exist, see Microsoft.Common.targets.
137  <Target Name="BeforeBuild">
138  </Target>
139  <Target Name="AfterBuild">
140  </Target>
141  -->
142</Project>
Note: See TracBrowser for help on using the repository browser.