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.Protobuf.JsonDump</RootNamespace> 12 <AssemblyName>Google.Protobuf.JsonDump</AssemblyName> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile> 16 </TargetFrameworkProfile> 17 </PropertyGroup> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 19 <DebugSymbols>true</DebugSymbols> 20 <DebugType>full</DebugType> 21 <Optimize>false</Optimize> 22 <OutputPath>bin\Debug</OutputPath> 23 <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath> 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 <ErrorReport>prompt</ErrorReport> 26 <WarningLevel>4</WarningLevel> 27 <NoStdLib>true</NoStdLib> 28 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> 29 <Prefer32Bit>false</Prefer32Bit> 30 </PropertyGroup> 31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 32 <DebugType>pdbonly</DebugType> 33 <Optimize>true</Optimize> 34 <OutputPath>bin\Release</OutputPath> 35 <IntermediateOutputPath>obj\Release\</IntermediateOutputPath> 36 <DefineConstants>TRACE</DefineConstants> 37 <ErrorReport>prompt</ErrorReport> 38 <WarningLevel>4</WarningLevel> 39 <NoStdLib>true</NoStdLib> 40 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> 41 <Prefer32Bit>false</Prefer32Bit> 42 </PropertyGroup> 43 <ItemGroup> 44 <Reference Include="mscorlib" /> 45 <Reference Include="System" /> 46 </ItemGroup> 47 <ItemGroup> 48 <Compile Include="Program.cs" /> 49 <Compile Include="Properties\AssemblyInfo.cs" /> 50 </ItemGroup> 51 <ItemGroup> 52 <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj"> 53 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 54 <Name>Google.Protobuf</Name> 55 </ProjectReference> 56 </ItemGroup> 57 <ItemGroup> 58 <None Include="app.config" /> 59 </ItemGroup> 60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 61 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 62 Other similar extension points exist, see Microsoft.Common.targets. 63 <Target Name="BeforeBuild"> 64 </Target> 65 <Target Name="AfterBuild"> 66 </Target> 67 --> 68</Project>