markus / KCOM / app.config @ 79f3f21a
이력 | 보기 | 이력해설 | 다운로드 (6.81 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 | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
||
11 | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
||
12 | </configSections> |
||
13 | <runtime> |
||
14 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
15 | <dependentAssembly> |
||
16 | <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
||
17 | <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" /> |
||
18 | </dependentAssembly> |
||
19 | <dependentAssembly> |
||
20 | <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
||
21 | <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" /> |
||
22 | </dependentAssembly> |
||
23 | <dependentAssembly> |
||
24 | <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
||
25 | <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" /> |
||
26 | </dependentAssembly> |
||
27 | <dependentAssembly> |
||
28 | <assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
29 | <bindingRedirect oldVersion="0.0.0.0-2017.3.1018.40" newVersion="2017.3.1018.40" /> |
||
30 | </dependentAssembly> |
||
31 | <dependentAssembly> |
||
32 | <assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
33 | <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" /> |
||
34 | </dependentAssembly> |
||
35 | <dependentAssembly> |
||
36 | <assemblyIdentity name="Telerik.Windows.Controls.Input" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
37 | <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" /> |
||
38 | </dependentAssembly> |
||
39 | 992a98b4 | KangIngu | <dependentAssembly> |
40 | <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
||
41 | <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" /> |
||
42 | </dependentAssembly> |
||
43 | 787a4489 | KangIngu | </assemblyBinding> |
44 | </runtime> |
||
45 | <userSettings> |
||
46 | <KCOM.Properties.Settings> |
||
47 | <setting name="BaseClientAddress" serializeAs="String"> |
||
48 | 0f065e57 | ljiyeon | <value>http://localhost:13009</value> |
49 | 9a1ce1db | KangIngu | </setting> |
50 | <setting name="HubAddress" serializeAs="String"> |
||
51 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5100/</value> |
52 | 787a4489 | KangIngu | </setting> |
53 | 6707a5c7 | ljiyeon | <setting name="InitInterval" serializeAs="String"> |
54 | <value>2</value> |
||
55 | </setting> |
||
56 | 5822e146 | ljiyeon | <setting name="LineSize" serializeAs="String"> |
57 | <value>3</value> |
||
58 | </setting> |
||
59 | <setting name="TextSize" serializeAs="String"> |
||
60 | <value>30</value> |
||
61 | </setting> |
||
62 | <setting name="Interval" serializeAs="String"> |
||
63 | <value>10</value> |
||
64 | </setting> |
||
65 | <setting name="ArcLength" serializeAs="String"> |
||
66 | <value>10</value> |
||
67 | </setting> |
||
68 | <setting name="SaveInterval" serializeAs="String"> |
||
69 | <value>5</value> |
||
70 | </setting> |
||
71 | 0f065e57 | ljiyeon | <setting name="loglevel" serializeAs="String"> |
72 | <value>1</value> |
||
73 | </setting> |
||
74 | 787a4489 | KangIngu | </KCOM.Properties.Settings> |
75 | </userSettings> |
||
76 | <system.serviceModel> |
||
77 | <!--<bindings> |
||
78 | <basicHttpBinding> |
||
79 | <binding name="DeepViewPoint" /> |
||
80 | </basicHttpBinding> |
||
81 | </bindings> |
||
82 | <client> |
||
83 | <endpoint address="http://localhost:13009/ServiceDeepView.svc" |
||
84 | binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
||
85 | contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
86 | </client>--> |
||
87 | <bindings> |
||
88 | <basicHttpBinding> |
||
89 | 02d33d78 | djkim | <binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00" |
90 | receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" /> |
||
91 | 787a4489 | KangIngu | </basicHttpBinding> |
92 | </bindings> |
||
93 | <client> |
||
94 | 6707a5c7 | ljiyeon | <endpoint address="http://www.devdoftech.co.kr:5978/ServiceDeepView.svc" |
95 | 02d33d78 | djkim | binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
96 | contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
97 | 787a4489 | KangIngu | </client> |
98 | </system.serviceModel> |
||
99 | <startup> |
||
100 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> |
||
101 | </startup> |
||
102 | <applicationSettings> |
||
103 | <KCOM.Properties.Settings> |
||
104 | <setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String"> |
||
105 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</value> |
106 | 787a4489 | KangIngu | </setting> |
107 | <setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
||
108 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value> |
109 | 787a4489 | KangIngu | </setting> |
110 | 992a98b4 | KangIngu | <setting name="mainServerImageWebPath" serializeAs="String"> |
111 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
112 | 992a98b4 | KangIngu | </setting> |
113 | a874198d | humkyung | <setting name="subServerImageWebPath" serializeAs="String"> |
114 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
115 | a874198d | humkyung | </setting> |
116 | <setting name="excelFilePath" serializeAs="String"> |
||
117 | 02d33d78 | djkim | <value>http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value> |
118 | a874198d | humkyung | </setting> |
119 | 8e2743a3 | humkyung | <setting name="STATUS_DISCRIPTION" serializeAs="String"> |
120 | <value>Vendor확인완료;Vendor적용완료;프로젝트 종료</value> |
||
121 | </setting> |
||
122 | 6707a5c7 | ljiyeon | <setting name="UpdateVer64" serializeAs="String"> |
123 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml</value> |
||
124 | </setting> |
||
125 | <setting name="UpdateVer86" serializeAs="String"> |
||
126 | <value>http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml</value> |
||
127 | </setting> |
||
128 | 787a4489 | KangIngu | </KCOM.Properties.Settings> |
129 | </applicationSettings> |
||
130 | <entityFramework> |
||
131 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"> |
||
132 | <parameters> |
||
133 | <parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" /> |
||
134 | </parameters> |
||
135 | </defaultConnectionFactory> |
||
136 | </entityFramework> |
||
137 | </configuration> |