개정판 5639752b
issue #00000 Compare 오류 수정
Change-Id: If0efab86e471922327866c6e89b3252e6f565df2
KCOM/KCOM.csproj | ||
---|---|---|
58 | 58 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
59 | 59 |
<DebugSymbols>true</DebugSymbols> |
60 | 60 |
<OutputPath>bin\x64\Debug\</OutputPath> |
61 |
<DefineConstants>TRACE;DEBUG;CUSTOM_BINDING;_BASIC_BINDING</DefineConstants>
|
|
61 |
<DefineConstants>TRACE;DEBUG;_CUSTOM_BINDING;BASIC_BINDING</DefineConstants>
|
|
62 | 62 |
<DebugType>full</DebugType> |
63 | 63 |
<PlatformTarget>x64</PlatformTarget> |
64 | 64 |
<ErrorReport>prompt</ErrorReport> |
... | ... | |
208 | 208 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
209 | 209 |
<DebugSymbols>true</DebugSymbols> |
210 | 210 |
<OutputPath>bin\x64\Debug_SNI\</OutputPath> |
211 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
211 |
<DefineConstants>TRACE;DEBUG;_CUSTOM_BINDING;BASIC_BINDING</DefineConstants>
|
|
212 | 212 |
<WarningLevel>3</WarningLevel> |
213 | 213 |
<DebugType>full</DebugType> |
214 | 214 |
<PlatformTarget>x64</PlatformTarget> |
... | ... | |
1534 | 1534 |
call "appCast_DIG.bat" "@(VersionNumber)" |
1535 | 1535 |
rem call "appCast_DIG_DEBUG.bat" "@(VersionNumber)" |
1536 | 1536 |
rem call "appCast_SNI_SDMS.bat" "@(VersionNumber)" |
1537 |
rem call "appCast_SNI_XICNA.bat" "@(VersionNumber)"
|
|
1537 |
rem call "appCast_SNI_XICNA.bat" "@(VersionNumber)"
|
|
1538 | 1538 |
rem call "appCast_doftech.bat" "@(VersionNumber)" |
1539 | 1539 |
rem call "appCast_HS.bat" "@(VersionNumber)" |
1540 | 1540 |
rem "appCast_bseng.bat" "@(VersionNumber)" |
... | ... | |
1609 | 1609 |
xcopy /s "$(ProjectDir)..\INI\MARKUS_BSENG.ini" "$(TargetDir)MARKUS.*" /Y /F |
1610 | 1610 |
) |
1611 | 1611 |
if $(ConfigurationName) == Debug_SNI ( |
1612 |
xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI.ini" "$(TargetDir)MARKUS.*" /Y /F |
|
1612 |
xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI_XICNA.ini" "$(TargetDir)MARKUS.*" /Y /F
|
|
1613 | 1613 |
) |
1614 | 1614 |
|
1615 | 1615 |
rem xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim.ini" "$(TargetDir)MARKUS.*" /Y /F</PreBuildEvent> |
내보내기 Unified diff