|
|
@@ -13,12 +13,12 @@
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;SERVER</DefineConstants>
|
|
|
- <OutputPath>bin\Debug\..\..\..\..\Bin\</OutputPath>
|
|
|
+ <OutputPath>..\..\Bin\</OutputPath>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
<DefineConstants>TRACE;RELEASE;NETCOREAPP2_0;SERVER</DefineConstants>
|
|
|
- <OutputPath>bin\Release\..\..\..\..\Bin\</OutputPath>
|
|
|
+ <OutputPath>..\..\Bin\</OutputPath>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|