Mercurial > hg > tc-symbol-server
view jet-symbols/src/JetBrains.CommandLine.Symbols/JetBrains.CommandLine.Symbols.csproj @ 103:9ff982a9213e
report full pdb file path instead of file name when collecting pdb signatures
author | Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net |
---|---|
date | Mon, 16 May 2016 19:43:39 +0300 |
parents | 0e927b14ccf1 |
children | b287bf39ff9e |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!--Project was exported from assembly: C:\Data\Work\TeamCity\misc\tc-symbol-server\tools\JetSymbols\JetBrains.CommandLine.Symbols.exe--> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{66E56E2A-5CFC-455E-A0AF-0CC8DCBFD528}</ProjectGuid> <OutputType>Exe</OutputType> <AssemblyName>JetBrains.CommandLine.Symbols</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <ApplicationVersion>1.0.0.0</ApplicationVersion> <FileAlignment>512</FileAlignment> <RootNamespace>JetBrains.CommandLine.Symbols</RootNamespace> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>3.5</OldToolsVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="JetBrains.Platform.Symbols.Util"> <HintPath>..\..\lib\JetBrains.Platform.Symbols.Util.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml" /> <Reference Include="JetBrains.Platform.Symbols.Metadata"> <HintPath>..\..\lib\JetBrains.Platform.Symbols.Metadata.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="ICommand.cs" /> <Compile Include="DumpFilesSignCommandBase.cs" /> <Compile Include="DumpBinaryFileSignCommand.cs" /> <Compile Include="DumpSymbolsFileSignCommand.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>