프로젝트

일반

사용자정보

개정판 c1659a98

IDc1659a9847e29a74c5f14cdac86ea7a689499231
상위 520b8e45
하위 f1dd3ed6

김태성이(가) 5달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)