Просмотр исходного кода

init: 沈阳基线版初始化

zhengjie 1 год назад
Родитель
Сommit
7e4a9fe63e
6 измененных файлов с 2 добавлено и 85 удалено
  1. 0 25
      ChongQingMI.sln
  2. 1 1
      InsuBusiness.cs
  3. 1 1
      ShenYangMI.csproj
  4. 0 0
      ShenYangMI.csproj.user
  5. 0 38
      UserControl1.Designer.cs
  6. 0 20
      UserControl1.cs

+ 0 - 25
ChongQingMI.sln

@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.32228.343
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChongQingMI", "ChongQingMI.csproj", "{E9B4D618-13F0-4864-9C4C-28B8A6532653}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{E9B4D618-13F0-4864-9C4C-28B8A6532653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{E9B4D618-13F0-4864-9C4C-28B8A6532653}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{E9B4D618-13F0-4864-9C4C-28B8A6532653}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{E9B4D618-13F0-4864-9C4C-28B8A6532653}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-	GlobalSection(ExtensibilityGlobals) = postSolution
-		SolutionGuid = {8354F792-CB93-4CFA-9399-5ED29741F965}
-	EndGlobalSection
-EndGlobal

+ 1 - 1
InsuBusiness.cs

@@ -68,7 +68,7 @@ namespace PTMedicalInsurance
                 operationType = JsonHelper.getDestValue(joInParam, "operationType");
                 if ((businessType == "M6") || (businessType == "M6C") || (businessType == "M6Confirm"))
                 {
-                    Environment.CurrentDirectory = @"D:\HttpServerAPI\bin\libs";
+                    Environment.CurrentDirectory = @"D:\HttpServerAPI\bin";
                 }
                 return 0;
             }

+ 1 - 1
JiNanMI.csproj → ShenYangMI.csproj

@@ -8,7 +8,7 @@
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>PTMedicalInsurance</RootNamespace>
-    <AssemblyName>JiNanMI</AssemblyName>
+    <AssemblyName>ShenYangMI</AssemblyName>
     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>

+ 0 - 0
JiNanMI.csproj.user → ShenYangMI.csproj.user


+ 0 - 38
UserControl1.Designer.cs

@@ -1,38 +0,0 @@
-
-namespace KunMingMIMI
-{
-    partial class UserControl1
-    {
-        /// <summary> 
-        /// 必需的设计器变量。
-        /// </summary>
-        private System.ComponentModel.IContainer components = null;
-
-        /// <summary> 
-        /// 清理所有正在使用的资源。
-        /// </summary>
-        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
-        protected override void Dispose(bool disposing)
-        {
-            if (disposing && (components != null))
-            {
-                components.Dispose();
-            }
-            base.Dispose(disposing);
-        }
-
-        #region 组件设计器生成的代码
-
-        /// <summary> 
-        /// 设计器支持所需的方法 - 不要修改
-        /// 使用代码编辑器修改此方法的内容。
-        /// </summary>
-        private void InitializeComponent()
-        {
-            components = new System.ComponentModel.Container();
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-        }
-
-        #endregion
-    }
-}

+ 0 - 20
UserControl1.cs

@@ -1,20 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace KunMingMIMI
-{
-    public partial class UserControl1 : UserControl
-    {
-        public UserControl1()
-        {
-            InitializeComponent();
-        }
-    }
-}