Browse Source

目录方法修正

zhanglu 4 years ago
parent
commit
cd057a0f10

+ 1 - 0
.gitignore

@@ -44,6 +44,7 @@ ipch/
 *.ncb
 *.opensdf
 *.sdf
+*.csproj
 
 # Visual Studio profiler
 *.psess

BIN
PMS.NetCore/.vs/PMS.NetCore/DesignTimeBuild/.dtbcache.v2


+ 4 - 4
PMS.NetCore/PMS.NetCore/PMS.NetCore.csproj

@@ -6,19 +6,19 @@
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
-    <DocumentationFile>D:\路涛科技\源代码\物业系统netcore版\PropertyManagementSystem.NetCore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
+    <DocumentationFile>E:\ym\wycore\wycore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
-    <DocumentationFile>D:\路涛科技\源代码\物业系统netcore版\PropertyManagementSystem.NetCore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
+    <DocumentationFile>E:\ym\wycore\wycore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
-    <DocumentationFile>D:\路涛科技\源代码\物业系统netcore版\PropertyManagementSystem.NetCore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
+    <DocumentationFile>E:\ym\wycore\wycore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
-    <DocumentationFile>D:\路涛科技\源代码\物业系统netcore版\PropertyManagementSystem.NetCore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
+    <DocumentationFile>E:\ym\wycore\wycore\PMS.NetCore\PMS.NetCore\PMS.NetCore.xml</DocumentationFile>
   </PropertyGroup>
 
   <ItemGroup>

+ 1 - 1
PMS.NetCore/PMS.NetCore/Program.cs

@@ -15,7 +15,7 @@ namespace PMS.NetCore
     {
         public static async Task Main(string[] args)
         {
-            Console.WriteLine("BaseDirectory:" + AppDomain.CurrentDomain.BaseDirectory);
+            Console.WriteLine("BaseDirectory:" + System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory));
 
             Console.WriteLine("current directory:" + System.IO.Directory.GetCurrentDirectory());
             var logger = NLog.Web.NLogBuilder.ConfigureNLog("nlog.config").GetCurrentClassLogger();

+ 4 - 0
PMS.NetCore/PMS.NetCore/Properties/PublishProfiles/FolderProfile.pubxml

@@ -12,5 +12,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
     <PublishProvider>FileSystem</PublishProvider>
     <PublishUrl>bin\Release\net5.0\publish\</PublishUrl>
     <WebPublishMethod>FileSystem</WebPublishMethod>
+    <SiteUrlToLaunchAfterPublish />
+    <TargetFramework>net5.0</TargetFramework>
+    <ProjectGuid>dd4f33e3-3456-4df1-91f6-ab94ca66f175</ProjectGuid>
+    <SelfContained>false</SelfContained>
   </PropertyGroup>
 </Project>

BIN
publish/PMS.NetCore.BusinessCore.dll


BIN
publish/PMS.NetCore.BusinessCore.pdb


BIN
publish/PMS.NetCore.Service.dll


BIN
publish/PMS.NetCore.Service.pdb


+ 1 - 1
publish/PMS.NetCore.StaticWebAssets.xml

@@ -1,3 +1,3 @@
 <StaticWebAssets Version="1.0">
-  <ContentRoot BasePath="/Identity" Path="C:\Users\1\.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.3\staticwebassets\V4\" />
+  <ContentRoot BasePath="/Identity" Path="C:\Users\dm\.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.3\staticwebassets\V4\" />
 </StaticWebAssets>

BIN
publish/PMS.NetCore.dll


BIN
publish/PMS.NetCore.exe


BIN
publish/PMS.NetCore.pdb


+ 2 - 3
publish/PMS.NetCore.runtimeconfig.dev.json

@@ -1,9 +1,8 @@
 {
   "runtimeOptions": {
     "additionalProbingPaths": [
-      "C:\\Users\\1\\.dotnet\\store\\|arch|\\|tfm|",
-      "C:\\Users\\1\\.nuget\\packages",
-      "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+      "C:\\Users\\dm\\.dotnet\\store\\|arch|\\|tfm|",
+      "C:\\Users\\dm\\.nuget\\packages",
       "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
     ]
   }

+ 1 - 1
publish/PMS.NetCore.xml

@@ -295,7 +295,7 @@
             <summary>
             获取项目档案实例
             </summary>
-            <param name="dto">项目档案编码</param>
+            <param name="dto">项目档案主键值</param>
             <returns></returns>
         </member>
         <member name="M:PMS.NetCore.Controllers.SystemConfigurationController.Fdc_pm_projectAdd(Sugar.Enties.fdc_pm_project)">

BIN
publish/Sugar.Enties.dll


BIN
publish/Sugar.Enties.pdb


BIN
publish/Utils.dll


BIN
publish/Utils.pdb


BIN
publish/ref/PMS.NetCore.dll