19 строки
640 B
XML
19 строки
640 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- this file is used by Package ES, see https://osgwiki.com/wiki/Package_ES_MSBuild_Implementation_and_Properties -->
|
|
<Choose>
|
|
<When Condition="'$(OutputSubDir)' != ''" /> <!-- don't override one already defined -->
|
|
|
|
<Otherwise>
|
|
<PropertyGroup>
|
|
<OutputSubDir>$(MSBuildProjectName)</OutputSubDir>
|
|
</PropertyGroup>
|
|
</Otherwise>
|
|
</Choose>
|
|
|
|
<PropertyGroup Label="Version">
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
</PropertyGroup>
|
|
</Project>
|