tao.mo

代码提交

mt
2020年11月18日14:33:20
...@@ -68,7 +68,9 @@ ...@@ -68,7 +68,9 @@
68 <DependentUpon>Resources.resx</DependentUpon> 68 <DependentUpon>Resources.resx</DependentUpon>
69 <DesignTime>True</DesignTime> 69 <DesignTime>True</DesignTime>
70 </Compile> 70 </Compile>
71 - <None Include="app.config" /> 71 + <None Include="app.config">
72 + <SubType>Designer</SubType>
73 + </None>
72 <None Include="Properties\Settings.settings"> 74 <None Include="Properties\Settings.settings">
73 <Generator>SettingsSingleFileGenerator</Generator> 75 <Generator>SettingsSingleFileGenerator</Generator>
74 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 76 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 <!--<add key="ServerPath" value="\\192.168.0.225\agentUpgrade" />--> 13 <!--<add key="ServerPath" value="\\192.168.0.225\agentUpgrade" />-->
14 <add key="UpdateFile"/> 14 <add key="UpdateFile"/>
15 <add key="UpdateStrategy"/> 15 <add key="UpdateStrategy"/>
16 - <add key="FilePath" value="D:\DMSSSO"/> 16 + <add key="FilePath" value="D:\TNT DMS"/>
17 </appSettings> 17 </appSettings>
18 <startup> 18 <startup>
19 <supportedRuntime version="v2.0.50727" /> 19 <supportedRuntime version="v2.0.50727" />
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
21 <applicationSettings> 21 <applicationSettings>
22 <DMSSSOUpgrade.Properties.Settings> 22 <DMSSSOUpgrade.Properties.Settings>
23 <setting name="DMSSSOUpgrade_DMSSSOService_SSOServices" serializeAs="String"> 23 <setting name="DMSSSOUpgrade_DMSSSOService_SSOServices" serializeAs="String">
24 - <!--<value>http://www.erry.com:38090/axis2/services/SSOServices?wsdl</value>-->
25 - <!--Demo-->
26 <value>http://164.39.68.247/dms_demo/services/SSOServices?wsdl</value> 24 <value>http://164.39.68.247/dms_demo/services/SSOServices?wsdl</value>
27 - <!--<value>http://164.39.68.58:8080/dms/services/SSOServices?wsdl</value>--> 25 + <!--Demo-->
26 + <!--<value>http://webserver2.cx.tnt.com/dms_sso_prod/services/SSOServices?wsdl</value>-->
27 + <!--<value>http://164.39.68.247/dms_demo/services/SSOServices?wsdl</value>-->
28 </setting> 28 </setting>
29 </DMSSSOUpgrade.Properties.Settings> 29 </DMSSSOUpgrade.Properties.Settings>
30 </applicationSettings> 30 </applicationSettings>
......