|
@@ -32,6 +32,46 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <OutputPath>bin\Release_oxford50\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <Prefer32Bit>true</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <Prefer32Bit>true</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
+ <OutputPath>bin\x64\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <Prefer32Bit>true</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <Prefer32Bit>true</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|