개정판 cc749215
ini 수정
Change-Id: Id52c98a5f48f6f5d7f5d9cabd779a3732945376d
KCOM.sln | ||
---|---|---|
90 | 90 |
appCast.bat = appCast.bat |
91 | 91 |
appCast_All_Build.bat = appCast_All_Build.bat |
92 | 92 |
appCast_Daelim.bat = appCast_Daelim.bat |
93 |
appCast_Daelim_test.bat = appCast_Daelim_test.bat |
|
93 | 94 |
appCast_HS.bat = appCast_HS.bat |
94 | 95 |
appCast_SNI.bat = appCast_SNI.bat |
95 | 96 |
EndProjectSection |
KCOM_API/Properties/PublishProfiles/FolderProfile.pubxml.user | ||
---|---|---|
10 | 10 |
</PropertyGroup> |
11 | 11 |
<ItemGroup> |
12 | 12 |
<File Include="bin/CommonLib.dll"> |
13 |
<publishTime>09/19/2020 14:04:11</publishTime>
|
|
13 |
<publishTime>09/21/2020 09:42:03</publishTime>
|
|
14 | 14 |
</File> |
15 | 15 |
<File Include="bin/CommonLib.pdb"> |
16 |
<publishTime>09/19/2020 14:04:11</publishTime>
|
|
16 |
<publishTime>09/21/2020 09:42:03</publishTime>
|
|
17 | 17 |
</File> |
18 | 18 |
<File Include="bin/CompareLib.dll"> |
19 | 19 |
<publishTime>03/27/2018 10:07:16</publishTime> |
... | ... | |
58 | 58 |
<publishTime>09/19/2015 15:28:04</publishTime> |
59 | 59 |
</File> |
60 | 60 |
<File Include="bin/IFinalPDF.dll"> |
61 |
<publishTime>09/19/2020 14:04:10</publishTime>
|
|
61 |
<publishTime>09/22/2020 10:10:32</publishTime>
|
|
62 | 62 |
</File> |
63 | 63 |
<File Include="bin/IFinalPDF.pdb"> |
64 |
<publishTime>09/19/2020 14:04:10</publishTime>
|
|
64 |
<publishTime>09/22/2020 10:10:32</publishTime>
|
|
65 | 65 |
</File> |
66 | 66 |
<File Include="bin/IKCOM.dll"> |
67 |
<publishTime>09/19/2020 14:11:14</publishTime>
|
|
67 |
<publishTime>09/21/2020 09:42:17</publishTime>
|
|
68 | 68 |
</File> |
69 | 69 |
<File Include="bin/IKCOM.pdb"> |
70 |
<publishTime>09/19/2020 14:11:14</publishTime>
|
|
70 |
<publishTime>09/21/2020 09:42:17</publishTime>
|
|
71 | 71 |
</File> |
72 | 72 |
<File Include="bin/it/ZedGraph.resources.dll"> |
73 | 73 |
<publishTime>09/19/2015 15:28:04</publishTime> |
... | ... | |
76 | 76 |
<publishTime>09/19/2015 15:28:04</publishTime> |
77 | 77 |
</File> |
78 | 78 |
<File Include="bin/KCOMDataModel.dll"> |
79 |
<publishTime>09/19/2020 14:04:16</publishTime>
|
|
79 |
<publishTime>09/21/2020 09:42:06</publishTime>
|
|
80 | 80 |
</File> |
81 | 81 |
<File Include="bin/KCOMDataModel.dll.config"> |
82 | 82 |
<publishTime>06/08/2020 15:07:57</publishTime> |
83 | 83 |
</File> |
84 | 84 |
<File Include="bin/KCOMDataModel.pdb"> |
85 |
<publishTime>09/19/2020 14:04:16</publishTime>
|
|
85 |
<publishTime>09/21/2020 09:42:06</publishTime>
|
|
86 | 86 |
</File> |
87 | 87 |
<File Include="bin/KCOM_API.dll"> |
88 |
<publishTime>09/19/2020 14:11:15</publishTime>
|
|
88 |
<publishTime>09/22/2020 10:14:41</publishTime>
|
|
89 | 89 |
</File> |
90 | 90 |
<File Include="bin/KCOM_API.pdb"> |
91 |
<publishTime>09/19/2020 14:11:15</publishTime>
|
|
91 |
<publishTime>09/22/2020 10:14:41</publishTime>
|
|
92 | 92 |
</File> |
93 | 93 |
<File Include="bin/Leadtools.Codecs.Cmp.dll"> |
94 | 94 |
<publishTime>06/29/2017 11:38:22</publishTime> |
... | ... | |
220 | 220 |
<publishTime>07/10/2019 14:11:36</publishTime> |
221 | 221 |
</File> |
222 | 222 |
<File Include="Web.config"> |
223 |
<publishTime>09/19/2020 14:11:15</publishTime>
|
|
223 |
<publishTime>09/22/2020 10:14:41</publishTime>
|
|
224 | 224 |
</File> |
225 | 225 |
</ItemGroup> |
226 | 226 |
</Project> |
KCOM_API/Properties/Settings.Designer.cs | ||
---|---|---|
52 | 52 |
|
53 | 53 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
54 | 54 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
55 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9091/remFinalPDF")]
|
|
55 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9093/remFinalPDF")]
|
|
56 | 56 |
public string FinalService { |
57 | 57 |
get { |
58 | 58 |
return ((string)(this["FinalService"])); |
KCOM_API/Properties/Settings.settings | ||
---|---|---|
12 | 12 |
<Value Profile="(Default)">http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value> |
13 | 13 |
</Setting> |
14 | 14 |
<Setting Name="FinalService" Type="System.String" Scope="Application"> |
15 |
<Value Profile="(Default)">tcp://localhost:9091/remFinalPDF</Value>
|
|
15 |
<Value Profile="(Default)">tcp://localhost:9093/remFinalPDF</Value>
|
|
16 | 16 |
</Setting> |
17 | 17 |
</Settings> |
18 | 18 |
</SettingsFile> |
MarkusAutoUpdate/INI/Markus.AppUpdate_DEBUG.ini | ||
---|---|---|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
[APP_CAST] |
5 |
URI = http://localhost:9901/appcast.xml |
|
5 |
URI = http://172.20.120.141:5977/MarkusUpdate/appcast.xml |
MarkusAutoUpdate/NetSparkleUpdater.sln | ||
---|---|---|
183 | 183 |
{B4D6FCB0-1217-4AFA-A2A5-4BA5482876C0}.Release|x64.Build.0 = Release|Any CPU |
184 | 184 |
{B4D6FCB0-1217-4AFA-A2A5-4BA5482876C0}.Release|x86.ActiveCfg = Release|Any CPU |
185 | 185 |
{B4D6FCB0-1217-4AFA-A2A5-4BA5482876C0}.Release|x86.Build.0 = Release|Any CPU |
186 |
{BBE308BB-4096-4E7B-A458-85172F47C497}.Debug_Daelim|Any CPU.ActiveCfg = Debug|Any CPU |
|
187 |
{BBE308BB-4096-4E7B-A458-85172F47C497}.Debug_Daelim|Any CPU.Build.0 = Debug|Any CPU |
|
186 |
{BBE308BB-4096-4E7B-A458-85172F47C497}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
|
|
187 |
{BBE308BB-4096-4E7B-A458-85172F47C497}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
|
|
188 | 188 |
{BBE308BB-4096-4E7B-A458-85172F47C497}.Debug_Daelim|ARM.ActiveCfg = Debug|x86 |
189 | 189 |
{BBE308BB-4096-4E7B-A458-85172F47C497}.Debug_Daelim|Mixed Platforms.ActiveCfg = Debug|x86 |
190 | 190 |
{BBE308BB-4096-4E7B-A458-85172F47C497}.Debug_Daelim|Mixed Platforms.Build.0 = Debug|x86 |
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/Markus.AppUpdate.ini | ||
---|---|---|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
[APP_CAST] |
5 |
URI = http://localhost:9901/appcast.xml |
|
5 |
URI = http://172.20.120.141:5977/MarkusUpdate/appcast.xml |
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/NetSparkle.Samples.NetFramework.WPF.csproj | ||
---|---|---|
151 | 151 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Daelim|AnyCPU'"> |
152 | 152 |
<OutputPath>bin\Release_Daelim\</OutputPath> |
153 | 153 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
154 |
<Optimize>true</Optimize>
|
|
154 |
<Optimize>false</Optimize>
|
|
155 | 155 |
<DebugType>pdbonly</DebugType> |
156 | 156 |
<PlatformTarget>AnyCPU</PlatformTarget> |
157 | 157 |
<LangVersion>7.3</LangVersion> |
... | ... | |
159 | 159 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
160 | 160 |
<Prefer32Bit>false</Prefer32Bit> |
161 | 161 |
</PropertyGroup> |
162 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
|
163 |
<OutputPath>bin\Debug\</OutputPath> |
|
164 |
<Prefer32Bit>false</Prefer32Bit> |
|
165 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
166 |
</PropertyGroup> |
|
167 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
|
168 |
<Prefer32Bit>false</Prefer32Bit> |
|
169 |
<Optimize>true</Optimize> |
|
170 |
</PropertyGroup> |
|
162 | 171 |
<ItemGroup> |
163 | 172 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
164 | 173 |
<HintPath>..\..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
MarkusAutoUpdate/src/NetSparkle/AppCastHandlers/XMLAppCast.cs | ||
---|---|---|
106 | 106 |
_logWriter.PrintMessage("Error reading app cast {0}.dsa: {1} ", _castUrl, e.Message); |
107 | 107 |
} |
108 | 108 |
} |
109 |
|
|
109 | 110 |
isValidAppcast = VerifyAppCast(appcast, signature); |
110 | 111 |
} |
111 | 112 |
if (isValidAppcast) |
appCast_Daelim.bat | ||
---|---|---|
53 | 53 |
|
54 | 54 |
:Continue |
55 | 55 |
|
56 |
xcopy /s %cd%\INI\MARKUS_DAELIM.ini %MARKUS_PUBLISH_PATH%\MARKUS.* /Y /F |
|
56 |
xcopy /s %cd%\INI\MARKUS_DAELIM_test.ini %MARKUS_PUBLISH_PATH%\MARKUS.* /Y /F
|
|
57 | 57 |
|
58 | 58 |
Xcopy %cd%\Accessories\* %APPCAST_PUBLISH_PATH% /I /E /S /Y /F |
59 | 59 |
|
내보내기 Unified diff