개정판 a197bf6f
issue #00000 sign manager 수정
Change-Id: I37e286b276179d93d61c50d419ad6861b611bc75
KCOM/KCOM.csproj | ||
---|---|---|
361 | 361 |
</PropertyGroup> |
362 | 362 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
363 | 363 |
<DebugSymbols>true</DebugSymbols> |
364 |
<OutputPath>..\Setup\</OutputPath>
|
|
364 |
<OutputPath>bin\x64\Release_Default\</OutputPath>
|
|
365 | 365 |
<DefineConstants>TRACE;DEBUG;CUSTOM_BINDING;_BASIC_BINDING</DefineConstants> |
366 | 366 |
<WarningLevel>3</WarningLevel> |
367 | 367 |
<DebugType>full</DebugType> |
... | ... | |
1543 | 1543 |
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
1544 | 1544 |
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F |
1545 | 1545 |
|
1546 |
rmdir "$(TargetDir)Obfuscator_Output" /s /q |
|
1547 |
rem rmdir "$(SolutionDir)Setup\Release_default\" /s /q |
|
1546 |
del "$(TargetDir)mapping.txt" /q |
|
1547 |
|
|
1548 |
rem rmdir "$(TargetDir)Obfuscator_Output" /s /q |
|
1549 |
rmdir "$(SolutionDir)Setup\Release_default\" /s /q |
|
1548 | 1550 |
|
1549 | 1551 |
xcopy "$(TargetDir)" "$(SolutionDir)Setup\Release_default\" /S /Y /F |
1550 |
xcopy $(TargetDir)..\packages\potrace.exe |
|
1552 |
rem xcopy $(TargetDir)..\packages\potrace.exe
|
|
1551 | 1553 |
|
1552 |
del "$(TargetDir)mapping.txt" /q |
|
1553 | 1554 |
cd $(SolutionDir) |
1554 | 1555 |
call "PublishSign.bat" |
1555 | 1556 |
rem call "appCast_Daelim.bat" "@(VersionNumber)" |
내보내기 Unified diff