提交 a67cdffb 编写于 作者: T tanghai

简化生成路径设置,兼容mac

上级 d5d9a96c
......@@ -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>
......
......@@ -12,12 +12,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>
......
......@@ -12,12 +12,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>
......
......@@ -9,11 +9,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>bin\Debug\..\..\..\..\..\..\..\Bin\</OutputPath>
<OutputPath>..\..\..\..\..\Bin\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>bin\Release\..\..\..\..\..\..\..\Bin\</OutputPath>
<OutputPath>..\..\..\..\..\Bin\</OutputPath>
</PropertyGroup>
<ItemGroup>
......
......@@ -9,11 +9,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>bin\Debug\..\..\..\..\..\..\..\Bin\</OutputPath>
<OutputPath>..\..\..\..\..\Bin\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>bin\Release\..\..\..\..\..\..\..\Bin\</OutputPath>
<OutputPath>..\..\..\..\..\Bin\</OutputPath>
</PropertyGroup>
<ItemGroup>
......
......@@ -9,11 +9,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>bin\Debug\..\..\..\..\..\..\..\Bin\</OutputPath>
<OutputPath>..\..\..\..\..\Bin\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>bin\Release\..\..\..\..\..\..\..\Bin\</OutputPath>
<OutputPath>..\..\..\..\..\Bin\</OutputPath>
</PropertyGroup>
<ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册