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>v4.0</TargetFrameworkVersion> |
---|
14 | <TargetFrameworkProfile></TargetFrameworkProfile>
|
---|
15 | <FileAlignment>512</FileAlignment>
|
---|
16 | <SignAssembly>true</SignAssembly>
|
---|
17 | <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.snk</AssemblyOriginatorKeyFile>
|
---|
18 | <FileUpgradeFlags>
|
---|
19 | </FileUpgradeFlags>
|
---|
20 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
21 | <UpgradeBackupLocation />
|
---|
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 | </PropertyGroup>
|
---|
38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
39 | <DebugSymbols>true</DebugSymbols>
|
---|
40 | <DebugType>full</DebugType>
|
---|
41 | <Optimize>false</Optimize>
|
---|
42 | <OutputPath>bin\Debug\</OutputPath>
|
---|
43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
44 | <ErrorReport>prompt</ErrorReport>
|
---|
45 | <WarningLevel>4</WarningLevel>
|
---|
46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
47 | </PropertyGroup>
|
---|
48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
49 | <DebugType>pdbonly</DebugType>
|
---|
50 | <Optimize>true</Optimize>
|
---|
51 | <OutputPath>bin\Release\</OutputPath>
|
---|
52 | <DefineConstants>TRACE</DefineConstants>
|
---|
53 | <ErrorReport>prompt</ErrorReport>
|
---|
54 | <WarningLevel>4</WarningLevel>
|
---|
55 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
|
---|
58 | <OutputPath>bin\Silverlight2\</OutputPath>
|
---|
59 | <DefineConstants>TRACE</DefineConstants>
|
---|
60 | <Optimize>true</Optimize>
|
---|
61 | <DebugType>pdbonly</DebugType>
|
---|
62 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
63 | <ErrorReport>prompt</ErrorReport>
|
---|
64 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
65 | </PropertyGroup>
|
---|
66 | <ItemGroup>
|
---|
67 | <Reference Include="System" />
|
---|
68 | <Reference Include="System.Data" />
|
---|
69 | <Reference Include="System.Xml" />
|
---|
70 | </ItemGroup>
|
---|
71 | <ItemGroup>
|
---|
72 | <Compile Include="DescriptorUtil.cs" />
|
---|
73 | <Compile Include="EnumFieldGenerator.cs" />
|
---|
74 | <Compile Include="EnumGenerator.cs" />
|
---|
75 | <Compile Include="ExtensionGenerator.cs" />
|
---|
76 | <Compile Include="FieldGeneratorBase.cs" />
|
---|
77 | <Compile Include="IFieldSourceGenerator.cs" />
|
---|
78 | <Compile Include="ISourceGenerator.cs" />
|
---|
79 | <Compile Include="MessageFieldGenerator.cs" />
|
---|
80 | <Compile Include="MessageGenerator.cs" />
|
---|
81 | <Compile Include="PrimitiveFieldGenerator.cs" />
|
---|
82 | <Compile Include="RepeatedEnumFieldGenerator.cs" />
|
---|
83 | <Compile Include="RepeatedMessageFieldGenerator.cs" />
|
---|
84 | <Compile Include="RepeatedPrimitiveFieldGenerator.cs" />
|
---|
85 | <Compile Include="ServiceGenerator.cs" />
|
---|
86 | <Compile Include="DependencyResolutionException.cs" />
|
---|
87 | <Compile Include="Generator.cs" />
|
---|
88 | <Compile Include="GeneratorOptions.cs" />
|
---|
89 | <Compile Include="Helpers.cs" />
|
---|
90 | <Compile Include="InvalidOptionsException.cs" />
|
---|
91 | <Compile Include="Program.cs" />
|
---|
92 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
93 | <Compile Include="SourceGeneratorBase.cs" />
|
---|
94 | <Compile Include="SourceGenerators.cs" />
|
---|
95 | <Compile Include="UmbrellaClassGenerator.cs" />
|
---|
96 | </ItemGroup>
|
---|
97 | <ItemGroup>
|
---|
98 | <None Include="app.config" />
|
---|
99 | <None Include="Properties\Google.ProtocolBuffers.ProtoGen.snk" />
|
---|
100 | </ItemGroup>
|
---|
101 | <ItemGroup>
|
---|
102 | <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
|
---|
103 | <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
|
---|
104 | <Name>ProtocolBuffers</Name>
|
---|
105 | </ProjectReference>
|
---|
106 | </ItemGroup>
|
---|
107 | <ItemGroup>
|
---|
108 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
109 | <Visible>False</Visible>
|
---|
110 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
111 | <Install>false</Install>
|
---|
112 | </BootstrapperPackage>
|
---|
113 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
114 | <Visible>False</Visible>
|
---|
115 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
116 | <Install>true</Install>
|
---|
117 | </BootstrapperPackage>
|
---|
118 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
119 | <Visible>False</Visible>
|
---|
120 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
121 | <Install>true</Install>
|
---|
122 | </BootstrapperPackage>
|
---|
123 | </ItemGroup>
|
---|
124 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
125 | <PropertyGroup>
|
---|
126 | <PreBuildEvent>
|
---|
127 | </PreBuildEvent>
|
---|
128 | </PropertyGroup>
|
---|
129 | <PropertyGroup>
|
---|
130 | <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
|
---|
131 | </PropertyGroup>
|
---|
132 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
133 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
134 | <Target Name="BeforeBuild">
|
---|
135 | </Target>
|
---|
136 | <Target Name="AfterBuild">
|
---|
137 | </Target>
|
---|
138 | -->
|
---|
139 | </Project> |
---|