개정판 86562d21
issue #0000 Release build에서 Markus_Sec.ini 복사 하도록 수정
Change-Id: I855df0fa3b347361dd7489b786ef362ff627509c
ID2.Manager/ID2.Manager.sln | ||
---|---|---|
17 | 17 |
ProjectSection(SolutionItems) = preProject |
18 | 18 |
Markus\KCOM.exe = Markus\KCOM.exe |
19 | 19 |
Markus\MARKUS.ini = Markus\MARKUS.ini |
20 |
Markus\MARKUS_SEC.ini = Markus\MARKUS_SEC.ini |
|
21 |
Markus\test_SEC.bat = Markus\test_SEC.bat |
|
20 | 22 |
EndProjectSection |
21 | 23 |
EndProject |
22 | 24 |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkusImageCreate", "MarkusImageCreate\MarkusImageCreate.csproj", "{465FA895-49CF-4E6D-A0E4-D12CA03B9FD5}" |
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
369 | 369 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
370 | 370 |
<PropertyGroup> |
371 | 371 |
<PostBuildEvent>if NOT exist "$(TargetDir)\kcom.exe" ( |
372 |
xcopy /s /y /f "$(SolutionDir)Markus\" "$(TargetDir)" |
|
372 |
xcopy /s /y /f "$(SolutionDir)Markus\Kcom*.exe" "$(TargetDir)"
|
|
373 | 373 |
) |
374 | 374 |
|
375 |
if $(ConfigurationName) == Release ( |
|
376 |
xcopy /I /E /S /Y /F "$(SolutionDir)Markus\Kcom.exe" "$(TargetDir)kcom.exe" |
|
377 |
xcopy /I /E /S /Y /F "$(SolutionDir)Markus\Markus_SEC.ini" "$(TargetDir)Markus.ini" |
|
378 |
) |
|
375 | 379 |
REM xcopy /s /y /f "$(SolutionDir)Markus\" "$(TargetDir)" |
376 | 380 |
REM xcopy /s /y /f "$(SolutionDir)Markus\Markus.ini" "$(TargetDir)\*.ini"</PostBuildEvent> |
377 | 381 |
</PropertyGroup> |
ID2.Manager/Markus/MARKUS_SEC.ini | ||
---|---|---|
1 | 1 |
[Internal] |
2 |
IP=http://192.168.0.147:9991/markusapi
|
|
2 |
IP=http://12.127.163.230:9991
|
|
3 | 3 |
[External] |
4 |
IP=http://192.168.0.147:9991/markusapi
|
|
4 |
IP=http://12.127.163.230:9991
|
|
5 | 5 |
[BaseClientAddress] |
6 |
URL=http://192.168.0.147:9991/markusapi
|
|
6 |
URL=http://12.127.163.230:9991
|
|
7 | 7 |
[HubAddress] |
8 | 8 |
URL=http://192.168.0.67:5100/ |
9 | 9 |
[UpdateVer64] |
... | ... | |
15 | 15 |
[KCOM_Get_FinalImage_Get_PdfImage] |
16 | 16 |
URL=http://localhost:8080/Get_FInalImage/Get_PdfImage.asmx |
17 | 17 |
[KCOM_kr_co_devdoftech_cloud_FileUpload] |
18 |
URL=http://192.168.0.147:9991/markusapi/ImageUpload/FileUpload.asmx
|
|
18 |
URL=http://12.127.163.230:9991/ImageUpload/FileUpload.asmx
|
|
19 | 19 |
[mainServerImageWebPath] |
20 |
URL=http://192.168.0.147:9991/markusapi/TileSource/{0}/{1}.png
|
|
20 |
URL=http://12.127.163.230:9991/TileSource/{0}/{1}.png
|
|
21 | 21 |
[subServerImageWebPath] |
22 |
URL=http://192.168.0.147:9991/markusapi/TileSource/{0}/{1}.png
|
|
22 |
URL=http://12.127.163.230:9991/TileSource/{0}/{1}.png
|
|
23 | 23 |
[Debug_BaseClientAddress] |
24 | 24 |
URL=http://192.168.0.67:5979 |
25 | 25 |
[HOST_DOMAIN] |
내보내기 Unified diff