개정판 5c64268e
issue #00000 finalservice - polyline 닫히는 현상 수정
Change-Id: I497a5007442e0ea82e3e8f4f27736a9e84eb4427
KCOM/KCOM.csproj | ||
---|---|---|
992 | 992 |
<SubType>Designer</SubType> |
993 | 993 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
994 | 994 |
</None> |
995 |
<None Include="MARKUS - 복사본.ini"> |
|
996 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
997 |
</None> |
|
995 | 998 |
<None Include="MARKUS.ini"> |
996 | 999 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
997 | 1000 |
</None> |
... | ... | |
1461 | 1464 |
PostBuildMacros; |
1462 | 1465 |
</PostBuildEventDependsOn> |
1463 | 1466 |
<PostBuildEvent>if $(ConfigurationName) == Release_Default ( |
1467 |
|
|
1468 |
|
|
1469 |
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
|
1470 |
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F |
|
1471 |
rd "$(TargetDir)Obfuscator_Output" /s |
|
1472 |
rd "$(SolutionDir)Setup\Release_default\" /s |
|
1473 |
|
|
1474 |
xcopy "$(TargetDir)" "$(SolutionDir)Setup\Release_default\" /S /Y /F |
|
1475 |
|
|
1464 | 1476 |
cd $(SolutionDir) |
1465 | 1477 |
call "PublishSign.bat" |
1466 |
|
|
1478 |
|
|
1467 | 1479 |
rem call "appCast_Daelim.bat" "@(VersionNumber)" |
1468 | 1480 |
call "appCast_SNI.bat" "@(VersionNumber)" |
1469 | 1481 |
call "appCast_doftech.bat" "@(VersionNumber)" |
... | ... | |
1471 | 1483 |
rem "appCast_bseng.bat" "@(VersionNumber)" |
1472 | 1484 |
rem call "appCast_Daelim_test.bat" "@(VersionNumber)" |
1473 | 1485 |
|
1474 |
call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
|
1475 |
xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F |
|
1476 |
) |
|
1477 |
</PostBuildEvent> |
|
1486 |
)</PostBuildEvent> |
|
1478 | 1487 |
</PropertyGroup> |
1479 | 1488 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
1480 | 1489 |
<Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')"> |
내보내기 Unified diff