|
@@ -43,7 +43,67 @@
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
- <OutputPath>bin\x64\Release\</OutputPath>
|
|
|
+ <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|AnyCPU'">
|
|
|
+ <OutputPath>bin\Release_oxford50\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <Prefer32Bit>true</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
|
|
|
+ <OutputPath>..\bin\x64\Release_oxford50\</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_oxford61|AnyCPU'">
|
|
|
+ <OutputPath>bin\Release_oxford61\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <Prefer32Bit>true</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
|
|
|
+ <OutputPath>bin\x64\Release_oxford61\</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_oxford61sp1|AnyCPU'">
|
|
|
+ <OutputPath>bin\Release_oxford61sp1\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <Prefer32Bit>true</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
|
|
|
+ <OutputPath>bin\x64\Release_oxford61sp1\</OutputPath>
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<Optimize>true</Optimize>
|
|
|
<DebugType>pdbonly</DebugType>
|