개정판 c1659a98
issue #0000 Markus.Image.ImageCompare 추가
Change-Id: I82eafc1d99c6765d77546e28ba6151a4766026a5
KCOM_API/Web.config | ||
---|---|---|
1 |
<?xml version="1.0"?>
|
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 | 2 |
<!-- |
3 | 3 |
For more information on how to configure your ASP.NET application, please visit |
4 | 4 |
https://go.microsoft.com/fwlink/?LinkId=169433 |
... | ... | |
68 | 68 |
--> |
69 | 69 |
<system.web> |
70 | 70 |
<!--<httpRuntime executionTimeout="600"/>--> |
71 |
<compilation targetFramework="4.5"/> |
|
71 |
<compilation targetFramework="4.5" debug="true"/>
|
|
72 | 72 |
<!--<pages controlRenderingCompatibilityVersion="4.0"/>--> |
73 | 73 |
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/> |
74 | 74 |
<!--<httpModules> |
... | ... | |
187 | 187 |
<value>http://localhost:9101/StationService</value> |
188 | 188 |
</setting> |
189 | 189 |
<setting name="TileSoucePath" serializeAs="String"> |
190 |
<value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
190 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
191 | 191 |
</setting> |
192 | 192 |
<setting name="TileSoucePath_SUB" serializeAs="String"> |
193 |
<value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
193 |
<value>http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
194 | 194 |
</setting> |
195 | 195 |
<setting name="IsProjectNoPass" serializeAs="String"> |
196 | 196 |
<value>True</value> |
... | ... | |
200 | 200 |
</setting> |
201 | 201 |
</KCOM_API.Properties.Settings> |
202 | 202 |
</applicationSettings> |
203 |
<runtime> |
|
204 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|
205 |
<dependentAssembly> |
|
206 |
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> |
|
207 |
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
|
208 |
</dependentAssembly> |
|
209 |
</assemblyBinding> |
|
210 |
</runtime> |
|
203 | 211 |
</configuration> |
내보내기 Unified diff