annotate 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
rev   line source
102
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
3 <!--Project was exported from assembly: C:\Data\Work\TeamCity\misc\tc-symbol-server\tools\JetSymbols\JetBrains.CommandLine.Symbols.exe-->
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
4 <PropertyGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
7 <ProjectGuid>{66E56E2A-5CFC-455E-A0AF-0CC8DCBFD528}</ProjectGuid>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
8 <OutputType>Exe</OutputType>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
9 <AssemblyName>JetBrains.CommandLine.Symbols</AssemblyName>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
10 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
11 <ApplicationVersion>1.0.0.0</ApplicationVersion>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
12 <FileAlignment>512</FileAlignment>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
13 <RootNamespace>JetBrains.CommandLine.Symbols</RootNamespace>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
14 <FileUpgradeFlags>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
15 </FileUpgradeFlags>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
16 <UpgradeBackupLocation>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
17 </UpgradeBackupLocation>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
18 <OldToolsVersion>3.5</OldToolsVersion>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
19 </PropertyGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
21 <PlatformTarget>AnyCPU</PlatformTarget>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
22 <DebugSymbols>true</DebugSymbols>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
23 <DebugType>full</DebugType>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
24 <Optimize>false</Optimize>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
25 <OutputPath>bin\Debug\</OutputPath>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
26 <DefineConstants>DEBUG;TRACE</DefineConstants>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
27 <ErrorReport>prompt</ErrorReport>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
28 <WarningLevel>4</WarningLevel>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
29 </PropertyGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
31 <PlatformTarget>AnyCPU</PlatformTarget>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
32 <DebugType>pdbonly</DebugType>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
33 <Optimize>true</Optimize>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
34 <OutputPath>bin\Release\</OutputPath>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
35 <DefineConstants>TRACE</DefineConstants>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
36 <ErrorReport>prompt</ErrorReport>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
37 <WarningLevel>4</WarningLevel>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
38 </PropertyGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
39 <ItemGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
40 <Reference Include="JetBrains.Platform.Symbols.Util">
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
41 <HintPath>..\..\lib\JetBrains.Platform.Symbols.Util.dll</HintPath>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
42 </Reference>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
43 <Reference Include="System" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
44 <Reference Include="System.Core" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
45 <Reference Include="System.Xml" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
46 <Reference Include="JetBrains.Platform.Symbols.Metadata">
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
47 <HintPath>..\..\lib\JetBrains.Platform.Symbols.Metadata.dll</HintPath>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
48 </Reference>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
49 </ItemGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
50 <ItemGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
51 <Compile Include="ICommand.cs" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
52 <Compile Include="DumpFilesSignCommandBase.cs" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
53 <Compile Include="DumpBinaryFileSignCommand.cs" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
54 <Compile Include="DumpSymbolsFileSignCommand.cs" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
55 <Compile Include="Program.cs" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
56 <Compile Include="Properties\AssemblyInfo.cs" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
57 </ItemGroup>
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
58 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
0e927b14ccf1 restored jet-symbols native tool sources
Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
parents:
diff changeset
59 </Project>