개정판 274cde11
after build event에서 version을 가져오도록 수정
Change-Id: I7a5cc54cabf6e2080c89d22b7631683eaecfebe4
KCOM/KCOM.csproj | ||
---|---|---|
1367 | 1367 |
</PropertyGroup> |
1368 | 1368 |
<Error Condition="!Exists('..\packages\Obfuscar.2.2.23\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.23\build\obfuscar.props'))" /> |
1369 | 1369 |
</Target> |
1370 |
<Target Name="PostBuildMacros"> |
|
1371 |
<GetAssemblyIdentity AssemblyFiles="$(TargetPath)"> |
|
1372 |
<Output TaskParameter="Assemblies" ItemName="Targets" /> |
|
1373 |
</GetAssemblyIdentity> |
|
1374 |
<ItemGroup> |
|
1375 |
<VersionNumber Include="@(Targets->'%(Version)')" /> |
|
1376 |
</ItemGroup> |
|
1377 |
</Target> |
|
1370 | 1378 |
<PropertyGroup> |
1371 |
<PostBuildEvent>rem mkdir $(TargetDir)Bin |
|
1372 |
rem MOVE $(TargetDir)*.dll $(TargetDir)dll\ |
|
1373 |
rem MOVE $(TargetDir)*.tx $(TargetDir)dll\ |
|
1374 |
rem MOVE $(TargetDir)DLL\Teigha\*.* $(TargetDir) |
|
1375 |
</PostBuildEvent> |
|
1379 |
<PostBuildEventDependsOn> |
|
1380 |
$(PostBuildEventDependsOn); |
|
1381 |
PostBuildMacros; |
|
1382 |
</PostBuildEventDependsOn> |
|
1383 |
<PostBuildEvent>if $(ConfigurationName) == Release_Default ( |
|
1384 |
cd $(SolutionDir) |
|
1385 |
call "$(SolutionDir)PublishSign.bat" |
|
1386 |
|
|
1387 |
call "$(SolutionDir)appCast_Daelim.bat" "@(VersionNumber)" |
|
1388 |
call "$(SolutionDir)appCast_HS.bat" "@(VersionNumber)" |
|
1389 |
call "$(SolutionDir)appCast_SNI.bat" "@(VersionNumber)" |
|
1390 |
)</PostBuildEvent> |
|
1376 | 1391 |
</PropertyGroup> |
1377 | 1392 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
1378 | 1393 |
<Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')"> |
내보내기 Unified diff