OpenAPI.NET.OData/tool/Before.Common.targets

22 lines
858 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<PropertyGroup>
<VersionRunBeforeTargets>$(VersionRunBeforeTargets);CoreCompile</VersionRunBeforeTargets>
<VersionOutputPath>$(EnlistmentRoot)\src\AssemblyInfo</VersionOutputPath>
<AssemblyInfoCommonFile Condition="'$(AssemblyInfoCommonFile)'==''">AssemblyInfoCommon$(DefaultLanguageSourceExtension)</AssemblyInfoCommonFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(VersionOutputPath)\$(AssemblyInfoCommonFile)">
<ExcludeFromSourceAnalysis>true</ExcludeFromSourceAnalysis>
<Link>$(AssemblyInfoCommonFile)</Link>
</Compile>
</ItemGroup>
</Project>