프로젝트

일반

사용자정보

개정판 bcc7d79e

IDbcc7d79e87aa9cc531876b8baac8dcee78d739fe
상위 3b57417a
하위 3f59180e

유성호이(가) 일년 이상 전에 추가함

issue #0000
markus targetdir 변경

Change-Id: I0b992f0e77b89a47e9b83abb64090c22b5c32694

차이점 보기:

ID2.Manager/FileUpdate.ps1
1
$sourceFilePath = "D:\Source\Repos\DTIPID\ID2.Manager\Markus\KCOM.exe"
2
$targetFilePath = "D:\Source\Repos\DTIPID\ID2.Manager\ID2.Manager\bin\x64\Debug\KCOM.exe"
3

  
4
#$sourceFilePath = $args[0]
5
#$targetFilePath = $args[1]
1

2
$sourceFilePath = $args[0]
3
$targetFilePath = $args[1]
6 4

  
7 5
$sourceFileVersionInfo = Get-ItemProperty -Path $sourceFilePath -Name VersionInfo
8 6
$targetFileVersionInfo = Get-ItemProperty -Path $targetFilePath -Name VersionInfo
ID2.Manager/ID2.Manager/ID2.Manager.csproj
417 417
  </ItemGroup>
418 418
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
419 419
  <PropertyGroup>
420
    <PostBuildEvent>rem if NOT exist "$(TargetDir)\kcom.exe" (
421
rem xcopy  /s /y /f  "$(SolutionDir)Markus\Kcom*.exe" "$(TargetDir)"
422
rem )
420
    <PostBuildEvent>if NOT exist "$(TargetDir)\kcom.exe" (
421
xcopy  /s /y /f  "$(SolutionDir)Markus\Kcom*.exe" "$(TargetDir)"
422
)
423 423

  
424 424
powershell -ExecutionPolicy Bypass -File "$(SolutionDir)FileUpdate.ps1"  "$(SolutionDir)Markus\Kcom.exe"  "$(TargetDir)Kcom.exe"
425 425

  

내보내기 Unified diff