10 строки
333 B
XML
10 строки
333 B
XML
<Project Sdk="Microsoft.Build.Traversal">
|
|
<PropertyGroup>
|
|
<BuildInParallel>false</BuildInParallel>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="nuget\Microsoft.Windows.SDK.Win32Metadata\Win32MetadataNuget.proj" />
|
|
<ProjectReference Include="GeneratorSdk\nuget\BuildSdk.proj" />
|
|
</ItemGroup>
|
|
</Project> |