comparison jet-symbols/src/JetBrains.CommandLine.Symbols/JetBrains.CommandLine.Symbols.csproj @ 105:b287bf39ff9e

package jet-symbols.exe build from sources
author Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net
date Tue, 17 May 2016 11:49:29 +0300
parents 0e927b14ccf1
children
comparison
equal deleted inserted replaced
104:1c462701ed75 105:b287bf39ff9e
29 </PropertyGroup> 29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <PlatformTarget>AnyCPU</PlatformTarget> 31 <PlatformTarget>AnyCPU</PlatformTarget>
32 <DebugType>pdbonly</DebugType> 32 <DebugType>pdbonly</DebugType>
33 <Optimize>true</Optimize> 33 <Optimize>true</Optimize>
34 <OutputPath>bin\Release\</OutputPath> 34 <OutputPath>..\..\out\</OutputPath>
35 <DefineConstants>TRACE</DefineConstants> 35 <DefineConstants>TRACE</DefineConstants>
36 <ErrorReport>prompt</ErrorReport> 36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel> 37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup> 38 </PropertyGroup>
39 <ItemGroup> 39 <ItemGroup>