From 104cee8881f03e2d1ab4edc349b866cfd980d573 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 07 二月 2025 13:44:42 +0800 Subject: [PATCH] 1.来料检验”重新加载项目“按钮完成 --- GsPdaApp.sln | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/GsPdaApp.sln b/GsPdaApp.sln index 5082048..3e5cbb7 100644 --- a/GsPdaApp.sln +++ b/GsPdaApp.sln @@ -3,24 +3,25 @@ # Visual Studio Version 17 VisualStudioVersion = 17.11.35327.3 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "GsPdaApp", ".", "{E44C1573-72F6-4CBB-9C02-FFC26ACC48E9}" +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "QXPDA", ".", "{E44C1573-72F6-4CBB-9C02-FFC26ACC48E9}" ProjectSection(WebsiteProperties) = preProject TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8" Debug.AspNetCompiler.VirtualPath = "/localhost_51933" - Debug.AspNetCompiler.PhysicalPath = "D:\Workspace\gs\GsPdaApp\" + Debug.AspNetCompiler.PhysicalPath = "..\QXPDA\" Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51933\" Debug.AspNetCompiler.Updateable = "true" Debug.AspNetCompiler.ForceOverwrite = "true" Debug.AspNetCompiler.FixedNames = "false" Debug.AspNetCompiler.Debug = "True" Release.AspNetCompiler.VirtualPath = "/localhost_51933" - Release.AspNetCompiler.PhysicalPath = "D:\Workspace\gs\GsPdaApp\" + Release.AspNetCompiler.PhysicalPath = "..\QXPDA\" Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51933\" Release.AspNetCompiler.Updateable = "true" Release.AspNetCompiler.ForceOverwrite = "true" Release.AspNetCompiler.FixedNames = "false" Release.AspNetCompiler.Debug = "False" VWDPort = "51933" + SlnRelativePath = "..\QXPDA\" EndProjectSection EndProject Global -- Gitblit v1.9.3