markus / KCOM / app.config @ 3c4acae8
이력 | 보기 | 이력해설 | 다운로드 (8.7 KB)
1 | 787a4489 | KangIngu | <?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 | b60e844d | taeseongkim | <!--<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 | 787a4489 | KangIngu | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
13 | </configSections> |
||
14 | a7346d3c | humkyung | <startup> |
15 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> |
||
16 | </startup> |
||
17 | 787a4489 | KangIngu | <runtime> |
18 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
19 | f65e6c02 | taeseongkim | <!--<probing privatePath="DLL;DLL\Teigha"/>--> |
20 | 787a4489 | KangIngu | <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 | a7346d3c | humkyung | <bindingRedirect oldVersion="0.0.0.0-2019.1.220.40" newVersion="2019.1.220.40" /> |
35 | 787a4489 | KangIngu | </dependentAssembly> |
36 | <dependentAssembly> |
||
37 | <assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
38 | <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" /> |
||
39 | </dependentAssembly> |
||
40 | <dependentAssembly> |
||
41 | <assemblyIdentity name="Telerik.Windows.Controls.Input" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
42 | <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" /> |
||
43 | </dependentAssembly> |
||
44 | 992a98b4 | KangIngu | <dependentAssembly> |
45 | <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
||
46 | b60e844d | taeseongkim | <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
47 | 992a98b4 | KangIngu | </dependentAssembly> |
48 | a7346d3c | humkyung | <dependentAssembly> |
49 | <assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" /> |
||
50 | 4fcd9bda | taeseongkim | <bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" /> |
51 | a7346d3c | humkyung | </dependentAssembly> |
52 | 787a4489 | KangIngu | </assemblyBinding> |
53 | </runtime> |
||
54 | a7346d3c | humkyung | |
55 | 787a4489 | KangIngu | <userSettings> |
56 | <KCOM.Properties.Settings> |
||
57 | <setting name="BaseClientAddress" serializeAs="String"> |
||
58 | af22332b | ljiyeon | <value>http://www.devdoftech.co.kr:5979</value> |
59 | 9a1ce1db | KangIngu | </setting> |
60 | <setting name="HubAddress" serializeAs="String"> |
||
61 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5100/</value> |
62 | 787a4489 | KangIngu | </setting> |
63 | 6707a5c7 | ljiyeon | <setting name="InitInterval" serializeAs="String"> |
64 | <value>2</value> |
||
65 | </setting> |
||
66 | 5822e146 | ljiyeon | <setting name="LineSize" serializeAs="String"> |
67 | <value>3</value> |
||
68 | </setting> |
||
69 | <setting name="TextSize" serializeAs="String"> |
||
70 | <value>30</value> |
||
71 | </setting> |
||
72 | <setting name="Interval" serializeAs="String"> |
||
73 | <value>10</value> |
||
74 | </setting> |
||
75 | <setting name="ArcLength" serializeAs="String"> |
||
76 | <value>10</value> |
||
77 | </setting> |
||
78 | <setting name="SaveInterval" serializeAs="String"> |
||
79 | <value>5</value> |
||
80 | </setting> |
||
81 | 0f065e57 | ljiyeon | <setting name="loglevel" serializeAs="String"> |
82 | <value>1</value> |
||
83 | </setting> |
||
84 | af22332b | ljiyeon | <setting name="HOST_DOMAIN" serializeAs="String"> |
85 | <value>DAELIM.COM</value> |
||
86 | </setting> |
||
87 | <setting name="Remote_BaseClientAddress" serializeAs="String"> |
||
88 | <value>http://www.devdoftech.co.kr:5979</value> |
||
89 | </setting> |
||
90 | 19abb0c0 | ljiyeon | <setting name="grouping" serializeAs="String"> |
91 | <value>0</value> |
||
92 | </setting> |
||
93 | 80856edb | taeseongkim | <setting name="cad" serializeAs="String"> |
94 | <value>0</value> |
||
95 | </setting> |
||
96 | c5519c44 | taeseongkim | <setting name="FontFamily" serializeAs="String"> |
97 | <value /> |
||
98 | </setting> |
||
99 | aa73d664 | 이지연 | <setting name="GemBoxLicense" serializeAs="String"> |
100 | <value>EXK0-W4HZ-N518-IMEW</value> |
||
101 | </setting> |
||
102 | 787a4489 | KangIngu | </KCOM.Properties.Settings> |
103 | </userSettings> |
||
104 | <system.serviceModel> |
||
105 | <!--<bindings> |
||
106 | <basicHttpBinding> |
||
107 | <binding name="DeepViewPoint" /> |
||
108 | </basicHttpBinding> |
||
109 | </bindings> |
||
110 | <client> |
||
111 | <endpoint address="http://localhost:13009/ServiceDeepView.svc" |
||
112 | binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
||
113 | contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
114 | </client>--> |
||
115 | <bindings> |
||
116 | <basicHttpBinding> |
||
117 | 6b6e937c | taeseongkim | <binding name="DeepViewPoint" /> |
118 | <binding name="DeepViewPoint1" /> |
||
119 | 787a4489 | KangIngu | </basicHttpBinding> |
120 | a8aec13a | taeseongkim | <wsHttpBinding> |
121 | <binding name="MarkusAPIgzip"> |
||
122 | <security mode="None" /> |
||
123 | </binding> |
||
124 | </wsHttpBinding> |
||
125 | 787a4489 | KangIngu | </bindings> |
126 | <client> |
||
127 | 3b938959 | taeseongkim | <endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
128 | <endpoint address="http://localhost:44301/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
129 | <endpoint address="http://localhost:44301/ServiceDeepView.svc/GZIP" binding="wsHttpBinding" bindingConfiguration="MarkusAPIgzip" contract="ServiceDeepView.ServiceDeepView" name="MarkusAPIgzip" /> |
||
130 | 787a4489 | KangIngu | </client> |
131 | </system.serviceModel> |
||
132 | <applicationSettings> |
||
133 | <KCOM.Properties.Settings> |
||
134 | <setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
||
135 | 53880c83 | ljiyeon | <value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value> |
136 | 787a4489 | KangIngu | </setting> |
137 | 992a98b4 | KangIngu | <setting name="mainServerImageWebPath" serializeAs="String"> |
138 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
139 | 992a98b4 | KangIngu | </setting> |
140 | a874198d | humkyung | <setting name="subServerImageWebPath" serializeAs="String"> |
141 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
142 | a874198d | humkyung | </setting> |
143 | <setting name="excelFilePath" serializeAs="String"> |
||
144 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value> |
145 | a874198d | humkyung | </setting> |
146 | 8e2743a3 | humkyung | <setting name="STATUS_DISCRIPTION" serializeAs="String"> |
147 | <value>Vendor확인완료;Vendor적용완료;프로젝트 종료</value> |
||
148 | </setting> |
||
149 | 6707a5c7 | ljiyeon | <setting name="UpdateVer64" serializeAs="String"> |
150 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml</value> |
||
151 | </setting> |
||
152 | <setting name="UpdateVer86" serializeAs="String"> |
||
153 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml</value> |
||
154 | </setting> |
||
155 | 3c71b3a5 | taeseongkim | <setting name="obfuscar" serializeAs="String"> |
156 | <value>..\packages\Obfuscar.2.2.23\tools\Obfuscar.Console.exe</value> |
||
157 | </setting> |
||
158 | a2c29ea2 | swate0609 | <setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String"> |
159 | <value>https://localhost:44393/FileUpload.asmx</value> |
||
160 | </setting> |
||
161 | 787a4489 | KangIngu | </KCOM.Properties.Settings> |
162 | </applicationSettings> |
||
163 | b60e844d | taeseongkim | <!--<entityFramework> |
164 | 787a4489 | KangIngu | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"> |
165 | <parameters> |
||
166 | <parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" /> |
||
167 | </parameters> |
||
168 | </defaultConnectionFactory> |
||
169 | a7346d3c | humkyung | <providers> |
170 | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
||
171 | <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> |
||
172 | </providers> |
||
173 | b60e844d | taeseongkim | </entityFramework>--> |
174 | a7346d3c | humkyung | |
175 | b60e844d | taeseongkim | </configuration> |