mirror of
https://github.com/microsoft/HybridRow.git
synced 2026-01-24 03:43:18 +00:00
Copied dotnet code from CosmosDB repository
This commit is contained in:
20
dotnet/src/build.props
Normal file
20
dotnet/src/build.props
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
<ProductRoot Condition=" '$(ProductRoot)'=='' ">$(MSBuildThisFileDirectory)</ProductRoot>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="..\Build.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionMajor>1</VersionMajor>
|
||||
<VersionMinor>0</VersionMinor>
|
||||
<VersionPatch>0</VersionPatch>
|
||||
<ProductSemanticVersion>$(VersionMajor).$(VersionMinor).$(VersionPatch)-preview</ProductSemanticVersion>
|
||||
<Version>$(ProductSemanticVersion)</Version>
|
||||
<FileVersion>$(ProductSemanticVersion)</FileVersion>
|
||||
<AssemblyVersion>$(ProductSemanticVersion)</AssemblyVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user