Output: Add <ProjectReference> elements in .csproj files

This commit is contained in:
Katy Coe
2020-01-21 02:38:45 +01:00
parent f01c20570b
commit ff90ab7c96
2 changed files with 19 additions and 1 deletions

View File

@@ -733,6 +733,9 @@
&lt;HintPath&gt;%UNITYPATH%/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll&lt;/HintPath&gt;
&lt;/Reference&gt;
&lt;/ItemGroup&gt;
&lt;ItemGroup&gt;
%PROJECTREFERENCES%
&lt;/ItemGroup&gt;
&lt;!--&lt;Target Name="GenerateTargetFrameworkMonikerAttribute"/&gt;--&gt;
&lt;Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.Targets" /&gt;