markus / KCOM / app.config @ 95c73392
이력 | 보기 | 이력해설 | 다운로드 (11.6 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<configuration> |
3 |
<configSections> |
4 |
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
5 |
<section name="KCOM.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
6 |
</sectionGroup> |
7 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
8 |
<section name="KCOM.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
9 |
</sectionGroup> |
10 |
<!--<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />--> |
11 |
<!--<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />--> |
12 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
13 |
</configSections> |
14 |
<startup> |
15 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> |
16 |
</startup> |
17 |
<!--<runtime> |
18 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
19 |
--><!--<probing privatePath="DLL;DLL\Teigha"/>--><!-- |
20 |
<dependentAssembly> |
21 |
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
22 |
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" /> |
23 |
</dependentAssembly> |
24 |
<dependentAssembly> |
25 |
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
26 |
<bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" /> |
27 |
</dependentAssembly> |
28 |
<dependentAssembly> |
29 |
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
30 |
<bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" /> |
31 |
</dependentAssembly> |
32 |
<dependentAssembly> |
33 |
<assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
34 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
35 |
</dependentAssembly> |
36 |
<dependentAssembly> |
37 |
<assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
38 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
39 |
</dependentAssembly> |
40 |
<dependentAssembly> |
41 |
<assemblyIdentity name="Telerik.Windows.Controls.Input" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
42 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
43 |
</dependentAssembly> |
44 |
<dependentAssembly> |
45 |
<assemblyIdentity name="Telerik.Windows.Controls.Navigation" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
46 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
47 |
</dependentAssembly> |
48 |
<dependentAssembly> |
49 |
<assemblyIdentity name="Telerik.Windows.Controls.Docking" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
50 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
51 |
</dependentAssembly> |
52 |
<dependentAssembly> |
53 |
<assemblyIdentity name="Telerik.Windows.Controls.GridView" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
54 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
55 |
</dependentAssembly> |
56 |
<dependentAssembly> |
57 |
<assemblyIdentity name="Telerik.Windows.Controls.RibbonView" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
58 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
59 |
</dependentAssembly> |
60 |
<dependentAssembly> |
61 |
<assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
62 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
63 |
</dependentAssembly> |
64 |
--><!--<dependentAssembly> |
65 |
<assemblyIdentity name="Telerik.Windows.Themes.VisualStudio2013" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
66 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
67 |
</dependentAssembly>--><!-- |
68 |
<dependentAssembly> |
69 |
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
70 |
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
71 |
</dependentAssembly> |
72 |
|
73 |
<dependentAssembly> |
74 |
<assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" /> |
75 |
<bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" /> |
76 |
</dependentAssembly> |
77 |
</assemblyBinding> |
78 |
</runtime>--> |
79 |
|
80 |
<userSettings> |
81 |
<KCOM.Properties.Settings> |
82 |
<setting name="BaseClientAddress" serializeAs="String"> |
83 |
<value>http://www.devdoftech.co.kr:5979</value> |
84 |
</setting> |
85 |
<setting name="HubAddress" serializeAs="String"> |
86 |
<value>http://www.devdoftech.co.kr:5100/</value> |
87 |
</setting> |
88 |
<setting name="InitInterval" serializeAs="String"> |
89 |
<value>2</value> |
90 |
</setting> |
91 |
<setting name="LineSize" serializeAs="String"> |
92 |
<value>3</value> |
93 |
</setting> |
94 |
<setting name="TextSize" serializeAs="String"> |
95 |
<value>30</value> |
96 |
</setting> |
97 |
<setting name="Interval" serializeAs="String"> |
98 |
<value>10</value> |
99 |
</setting> |
100 |
<setting name="ArcLength" serializeAs="String"> |
101 |
<value>10</value> |
102 |
</setting> |
103 |
<setting name="SaveInterval" serializeAs="String"> |
104 |
<value>5</value> |
105 |
</setting> |
106 |
<setting name="loglevel" serializeAs="String"> |
107 |
<value>1</value> |
108 |
</setting> |
109 |
<setting name="HOST_DOMAIN" serializeAs="String"> |
110 |
<value>DAELIM.COM</value> |
111 |
</setting> |
112 |
<setting name="Remote_BaseClientAddress" serializeAs="String"> |
113 |
<value>http://www.devdoftech.co.kr:5979</value> |
114 |
</setting> |
115 |
<setting name="grouping" serializeAs="String"> |
116 |
<value>0</value> |
117 |
</setting> |
118 |
<setting name="cad" serializeAs="String"> |
119 |
<value>0</value> |
120 |
</setting> |
121 |
<setting name="FontFamily" serializeAs="String"> |
122 |
<value /> |
123 |
</setting> |
124 |
</KCOM.Properties.Settings> |
125 |
</userSettings> |
126 |
<system.serviceModel> |
127 |
<!--<bindings> |
128 |
<basicHttpBinding> |
129 |
<binding name="DeepViewPoint" /> |
130 |
</basicHttpBinding> |
131 |
</bindings> |
132 |
<client> |
133 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" |
134 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
135 |
contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
136 |
</client>--> |
137 |
<bindings> |
138 |
<basicHttpBinding> |
139 |
<binding name="DeepViewPoint" /> |
140 |
<binding name="DeepViewPoint1" /> |
141 |
</basicHttpBinding> |
142 |
</bindings> |
143 |
<client> |
144 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
145 |
<endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
146 |
</client> |
147 |
</system.serviceModel> |
148 |
<applicationSettings> |
149 |
<KCOM.Properties.Settings> |
150 |
<setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
151 |
<value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value> |
152 |
</setting> |
153 |
<setting name="mainServerImageWebPath" serializeAs="String"> |
154 |
<value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
155 |
</setting> |
156 |
<setting name="subServerImageWebPath" serializeAs="String"> |
157 |
<value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
158 |
</setting> |
159 |
<setting name="excelFilePath" serializeAs="String"> |
160 |
<value>http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value> |
161 |
</setting> |
162 |
<setting name="STATUS_DISCRIPTION" serializeAs="String"> |
163 |
<value>Vendor확인완료;Vendor적용완료;프로젝트 종료</value> |
164 |
</setting> |
165 |
<setting name="UpdateVer64" serializeAs="String"> |
166 |
<value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml</value> |
167 |
</setting> |
168 |
<setting name="UpdateVer86" serializeAs="String"> |
169 |
<value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml</value> |
170 |
</setting> |
171 |
<setting name="obfuscar" serializeAs="String"> |
172 |
<value>..\packages\Obfuscar.2.2.23\tools\Obfuscar.Console.exe</value> |
173 |
</setting> |
174 |
<setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String"> |
175 |
<value>http://localhost:44301/ImageUpload/FileUpload.asmx</value> |
176 |
</setting> |
177 |
</KCOM.Properties.Settings> |
178 |
</applicationSettings> |
179 |
<!--<entityFramework> |
180 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"> |
181 |
<parameters> |
182 |
<parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" /> |
183 |
</parameters> |
184 |
</defaultConnectionFactory> |
185 |
<providers> |
186 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
187 |
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> |
188 |
</providers> |
189 |
</entityFramework>--> |
190 |
|
191 |
<runtime> |
192 |
|
193 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
194 |
|
195 |
<dependentAssembly> |
196 |
|
197 |
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
198 |
|
199 |
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
200 |
|
201 |
</dependentAssembly> |
202 |
|
203 |
<!--<dependentAssembly> |
204 |
|
205 |
<assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
206 |
|
207 |
<bindingRedirect oldVersion="0.0.0.0-2023.2.606.45" newVersion="2023.2.606.45" /> |
208 |
|
209 |
</dependentAssembly> |
210 |
|
211 |
<dependentAssembly> |
212 |
|
213 |
<assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
214 |
|
215 |
<bindingRedirect oldVersion="0.0.0.0-2023.2.606.45" newVersion="2023.2.606.45" /> |
216 |
|
217 |
</dependentAssembly>--> |
218 |
|
219 |
<!--<dependentAssembly> |
220 |
|
221 |
<assemblyIdentity name="Telerik.Windows.Controls.Navigation" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
222 |
|
223 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
224 |
|
225 |
</dependentAssembly> |
226 |
|
227 |
<dependentAssembly> |
228 |
|
229 |
<assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
230 |
|
231 |
<bindingRedirect oldVersion="0.0.0.0-2023.2.606.45" newVersion="2023.2.606.45" /> |
232 |
|
233 |
</dependentAssembly> |
234 |
|
235 |
<dependentAssembly> |
236 |
|
237 |
<assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
238 |
|
239 |
<bindingRedirect oldVersion="0.0.0.0-2019.1.220.45" newVersion="2019.1.220.45" /> |
240 |
|
241 |
</dependentAssembly>--> |
242 |
|
243 |
</assemblyBinding> |
244 |
|
245 |
</runtime> |
246 |
</configuration> |