Commit f58b3e59 by Neo Turing

优化

parent ef29c18a
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
/.vs /.vs
/Src/bin/Debug /Src/bin/Debug
/Src/obj/Debug /Src/obj/Debug
/Src/obj/Release
...@@ -12,8 +12,8 @@ namespace Kivii.Third.Bestseller ...@@ -12,8 +12,8 @@ namespace Kivii.Third.Bestseller
//正式环境 //正式环境
public const string _defaultUrl = "http://scm.bestseller.com.cn"; public const string _defaultUrl = "http://scm.bestseller.com.cn";
public const string _token = "7395A941BBF7B7DC22A3BC08E3A9FC93"; public const string _token = "E026CBA4E0B970973490FB39DD1EB627";
public const string _secret = "$2y$13$x2Pm3jqkrVam2oANsfpa1eNEKfaNchyBFrROyii1hq7Ng.2xj55.a"; public const string _secret = "$2y$13$rIiP4vdNuYua2ksnvJlbhuVhkZaxd2Xwvy/qIQaD9RqQ9h5FOVera";
public const string _ownerName = "绫致时装(天津)有限公司"; public const string _ownerName = "绫致时装(天津)有限公司";
public const string _ownerKvid = "0A02263D-50C9-43B5-B27A-E732FD6D8BDE"; public const string _ownerKvid = "0A02263D-50C9-43B5-B27A-E732FD6D8BDE";
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath> <OutputPath>..\..\Kivii%27s Releases\</OutputPath>
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
...@@ -70,4 +70,7 @@ ...@@ -70,4 +70,7 @@
<None Include="Resources\北京毛纺所_绫致三方检测平台接口文档.docx" /> <None Include="Resources\北京毛纺所_绫致三方检测平台接口文档.docx" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if "$(ConfigurationName)"=="Release" if exist "$(TargetDir)Reactor\dotNET_Reactor.exe" (call "$(TargetDir)Reactor\dotNET_Reactor.exe" -file "$(TargetPath)" -targetfile "$(TargetDir)Release\$(TargetFileName)" -stringencryption 0 -antitamp 1 -suppressildasm 1)</PostBuildEvent>
</PropertyGroup>
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment