|
|
@ -2,7 +2,7 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
<ProductVersion>8.0.50727</ProductVersion> |
|
|
|
<ProductVersion>9.0.21022</ProductVersion> |
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
<ProjectGuid>{5F6B97F8-7EA6-4B5D-9A5D-F5581505C303}</ProjectGuid> |
|
|
|
<OutputType>WinExe</OutputType> |
|
|
@ -19,7 +19,7 @@ |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>..\bin\</OutputPath> |
|
|
|
<OutputPath>..\..\bin\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
@ -27,16 +27,16 @@ |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
<OutputPath>..\..\bin\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug Linux|AnyCPU' "> |
|
|
|
<OutputPath>bin\Debug Linux\</OutputPath> |
|
|
|
<OutputPath>..\..\bin\</OutputPath> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Linux|AnyCPU' "> |
|
|
|
<OutputPath>bin\Release Linux\</OutputPath> |
|
|
|
<OutputPath>..\..\bin\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|