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>{D7282E99-2DC3-405B-946F-177DB2FD2AE2}</ProjectGuid>
|
---|
9 | <OutputType>Exe</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>Google.ProtocolBuffers.ProtoDump</RootNamespace>
|
---|
12 | <AssemblyName>ProtoDump</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
---|
14 | <TargetFrameworkProfile></TargetFrameworkProfile>
|
---|
15 | <FileAlignment>512</FileAlignment>
|
---|
16 | <FileUpgradeFlags>
|
---|
17 | </FileUpgradeFlags>
|
---|
18 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
19 | <UpgradeBackupLocation />
|
---|
20 | <PublishUrl>publish\</PublishUrl>
|
---|
21 | <Install>true</Install>
|
---|
22 | <InstallFrom>Disk</InstallFrom>
|
---|
23 | <UpdateEnabled>false</UpdateEnabled>
|
---|
24 | <UpdateMode>Foreground</UpdateMode>
|
---|
25 | <UpdateInterval>7</UpdateInterval>
|
---|
26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
27 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
28 | <UpdateRequired>false</UpdateRequired>
|
---|
29 | <MapFileExtensions>true</MapFileExtensions>
|
---|
30 | <ApplicationRevision>0</ApplicationRevision>
|
---|
31 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
32 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
33 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
34 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
37 | <DebugSymbols>true</DebugSymbols>
|
---|
38 | <DebugType>full</DebugType>
|
---|
39 | <Optimize>false</Optimize>
|
---|
40 | <OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
|
---|
41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
42 | <ErrorReport>prompt</ErrorReport>
|
---|
43 | <WarningLevel>4</WarningLevel>
|
---|
44 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
45 | </PropertyGroup>
|
---|
46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
47 | <DebugType>pdbonly</DebugType>
|
---|
48 | <Optimize>true</Optimize>
|
---|
49 | <OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
|
---|
50 | <DefineConstants>TRACE</DefineConstants>
|
---|
51 | <ErrorReport>prompt</ErrorReport>
|
---|
52 | <WarningLevel>4</WarningLevel>
|
---|
53 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
54 | </PropertyGroup>
|
---|
55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
|
---|
56 | <OutputPath>bin\Silverlight2\</OutputPath>
|
---|
57 | <DefineConstants>TRACE</DefineConstants>
|
---|
58 | <Optimize>true</Optimize>
|
---|
59 | <DebugType>pdbonly</DebugType>
|
---|
60 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
61 | <ErrorReport>prompt</ErrorReport>
|
---|
62 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
63 | </PropertyGroup>
|
---|
64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
65 | <DebugSymbols>true</DebugSymbols>
|
---|
66 | <OutputPath>$(SolutionDir)\bin\x86\Debug\</OutputPath>
|
---|
67 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
68 | <DebugType>full</DebugType>
|
---|
69 | <PlatformTarget>x86</PlatformTarget>
|
---|
70 | <ErrorReport>prompt</ErrorReport>
|
---|
71 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
72 | </PropertyGroup>
|
---|
73 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
74 | <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath>
|
---|
75 | <DefineConstants>TRACE</DefineConstants>
|
---|
76 | <Optimize>true</Optimize>
|
---|
77 | <DebugType>pdbonly</DebugType>
|
---|
78 | <PlatformTarget>x86</PlatformTarget>
|
---|
79 | <ErrorReport>prompt</ErrorReport>
|
---|
80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
81 | </PropertyGroup>
|
---|
82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
|
---|
83 | <OutputPath>bin\x86\Silverlight2\</OutputPath>
|
---|
84 | <DefineConstants>TRACE</DefineConstants>
|
---|
85 | <Optimize>true</Optimize>
|
---|
86 | <DebugType>pdbonly</DebugType>
|
---|
87 | <PlatformTarget>x86</PlatformTarget>
|
---|
88 | <ErrorReport>prompt</ErrorReport>
|
---|
89 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
90 | </PropertyGroup>
|
---|
91 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
92 | <DebugSymbols>true</DebugSymbols>
|
---|
93 | <OutputPath>$(SolutionDir)\bin\x64\Debug\</OutputPath>
|
---|
94 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
95 | <DebugType>full</DebugType>
|
---|
96 | <PlatformTarget>x64</PlatformTarget>
|
---|
97 | <ErrorReport>prompt</ErrorReport>
|
---|
98 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
99 | </PropertyGroup>
|
---|
100 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
101 | <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath>
|
---|
102 | <DefineConstants>TRACE</DefineConstants>
|
---|
103 | <Optimize>true</Optimize>
|
---|
104 | <DebugType>pdbonly</DebugType>
|
---|
105 | <PlatformTarget>x64</PlatformTarget>
|
---|
106 | <ErrorReport>prompt</ErrorReport>
|
---|
107 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
108 | </PropertyGroup>
|
---|
109 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
|
---|
110 | <OutputPath>bin\x64\Silverlight2\</OutputPath>
|
---|
111 | <DefineConstants>TRACE</DefineConstants>
|
---|
112 | <Optimize>true</Optimize>
|
---|
113 | <DebugType>pdbonly</DebugType>
|
---|
114 | <PlatformTarget>x64</PlatformTarget>
|
---|
115 | <ErrorReport>prompt</ErrorReport>
|
---|
116 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
117 | </PropertyGroup>
|
---|
118 | <ItemGroup>
|
---|
119 | <Reference Include="System" />
|
---|
120 | </ItemGroup>
|
---|
121 | <ItemGroup>
|
---|
122 | <Compile Include="Program.cs" />
|
---|
123 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
124 | </ItemGroup>
|
---|
125 | <ItemGroup>
|
---|
126 | <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
|
---|
127 | <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
|
---|
128 | <Name>ProtocolBuffers</Name>
|
---|
129 | <Private>False</Private></ProjectReference>
|
---|
130 | </ItemGroup>
|
---|
131 | <ItemGroup>
|
---|
132 | <None Include="app.config" />
|
---|
133 | </ItemGroup>
|
---|
134 | <ItemGroup>
|
---|
135 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
136 | <Visible>False</Visible>
|
---|
137 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
138 | <Install>false</Install>
|
---|
139 | </BootstrapperPackage>
|
---|
140 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
141 | <Visible>False</Visible>
|
---|
142 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
143 | <Install>true</Install>
|
---|
144 | </BootstrapperPackage>
|
---|
145 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
146 | <Visible>False</Visible>
|
---|
147 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
148 | <Install>true</Install>
|
---|
149 | </BootstrapperPackage>
|
---|
150 | </ItemGroup>
|
---|
151 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
152 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
153 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
154 | <Target Name="BeforeBuild">
|
---|
155 | </Target>
|
---|
156 | <Target Name="AfterBuild">
|
---|
157 | </Target>
|
---|
158 | -->
|
---|
159 | </Project> |
---|