mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
10 lines
438 B
XML
10 lines
438 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
|
|
</ItemGroup>
|
|
</Project>
|