virtualx-engine/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
731 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2017-10-02 23:24:00 +02:00
<PropertyGroup>
<ProjectGuid>{A8CDAD94-C6D4-4B19-A7E7-76C53CC92984}</ProjectGuid>
2022-02-27 21:57:50 +01:00
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
2017-10-02 23:24:00 +02:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="15.1.548" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.2.6" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
2017-10-02 23:24:00 +02:00
</ItemGroup>
2018-10-22 19:20:29 +02:00
<ItemGroup>
<ProjectReference Include="..\GodotTools.Core\GodotTools.Core.csproj" />
<ProjectReference Include="..\GodotTools.Shared\GodotTools.Shared.csproj" />
2018-10-22 19:20:29 +02:00
</ItemGroup>
</Project>