markus / KCOM / app.config @ b60e844d
이력 | 보기 | 이력해설 | 다운로드 (8.27 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 | 787a4489 | KangIngu | </KCOM.Properties.Settings> |
100 | </userSettings> |
||
101 | <system.serviceModel> |
||
102 | <!--<bindings> |
||
103 | <basicHttpBinding> |
||
104 | <binding name="DeepViewPoint" /> |
||
105 | </basicHttpBinding> |
||
106 | </bindings> |
||
107 | <client> |
||
108 | <endpoint address="http://localhost:13009/ServiceDeepView.svc" |
||
109 | binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
||
110 | contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
111 | </client>--> |
||
112 | <bindings> |
||
113 | <basicHttpBinding> |
||
114 | 6b6e937c | taeseongkim | <binding name="DeepViewPoint" /> |
115 | <binding name="DeepViewPoint1" /> |
||
116 | 787a4489 | KangIngu | </basicHttpBinding> |
117 | </bindings> |
||
118 | <client> |
||
119 | e1c892f7 | taeseongkim | <endpoint address="http://localhost:8080/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint1" contract="KcomService.ServiceDeepView" name="DeepViewPoint1" /> |
120 | <endpoint address="http://localhost:8080/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
121 | 787a4489 | KangIngu | </client> |
122 | </system.serviceModel> |
||
123 | <applicationSettings> |
||
124 | <KCOM.Properties.Settings> |
||
125 | <setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String"> |
||
126 | 53880c83 | ljiyeon | <value>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</value> |
127 | 787a4489 | KangIngu | </setting> |
128 | <setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
||
129 | 53880c83 | ljiyeon | <value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value> |
130 | 787a4489 | KangIngu | </setting> |
131 | 992a98b4 | KangIngu | <setting name="mainServerImageWebPath" serializeAs="String"> |
132 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
133 | 992a98b4 | KangIngu | </setting> |
134 | a874198d | humkyung | <setting name="subServerImageWebPath" serializeAs="String"> |
135 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
136 | a874198d | humkyung | </setting> |
137 | <setting name="excelFilePath" serializeAs="String"> |
||
138 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value> |
139 | a874198d | humkyung | </setting> |
140 | 8e2743a3 | humkyung | <setting name="STATUS_DISCRIPTION" serializeAs="String"> |
141 | <value>Vendor확인완료;Vendor적용완료;프로젝트 종료</value> |
||
142 | </setting> |
||
143 | 6707a5c7 | ljiyeon | <setting name="UpdateVer64" serializeAs="String"> |
144 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml</value> |
||
145 | </setting> |
||
146 | <setting name="UpdateVer86" serializeAs="String"> |
||
147 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml</value> |
||
148 | </setting> |
||
149 | 3c71b3a5 | taeseongkim | <setting name="obfuscar" serializeAs="String"> |
150 | <value>..\packages\Obfuscar.2.2.23\tools\Obfuscar.Console.exe</value> |
||
151 | </setting> |
||
152 | 787a4489 | KangIngu | </KCOM.Properties.Settings> |
153 | </applicationSettings> |
||
154 | b60e844d | taeseongkim | <!--<entityFramework> |
155 | 787a4489 | KangIngu | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"> |
156 | <parameters> |
||
157 | <parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" /> |
||
158 | </parameters> |
||
159 | </defaultConnectionFactory> |
||
160 | a7346d3c | humkyung | <providers> |
161 | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
||
162 | <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" /> |
||
163 | </providers> |
||
164 | b60e844d | taeseongkim | </entityFramework>--> |
165 | a7346d3c | humkyung | |
166 | b60e844d | taeseongkim | </configuration> |