2021-09-12 20:23:05 +02:00
<Project Sdk= "Microsoft.NET.Sdk" >
2023-12-22 20:24:57 +01:00
<PropertyGroup >
<ProjectGuid > {EAFFF236-FA96-4A4D-BD23-0E51EF988277}</ProjectGuid>
<OutputType > Exe</OutputType>
<TargetFramework > net6.0-windows</TargetFramework>
<LangVersion > 10</LangVersion>
2024-01-13 05:24:12 +01:00
<Nullable > enable</Nullable>
2024-02-18 05:33:00 +01:00
<RuntimeIdentifier > win-x86</RuntimeIdentifier>
<SelfContained > False</SelfContained>
2023-12-22 20:24:57 +01:00
</PropertyGroup>
<PropertyGroup Condition= "Exists('$(SolutionDir)/../../../../bin/GodotSharp/Api/Debug/GodotSharp.dll') And ('$(GodotPlatform)' == 'windows' Or ('$(GodotPlatform)' == '' And '$(OS)' == 'Windows_NT'))" >
<OutputPath > $(SolutionDir)/../../../../bin/GodotSharp/Tools</OutputPath>
<AppendTargetFrameworkToOutputPath > False</AppendTargetFrameworkToOutputPath>
2024-02-18 05:33:00 +01:00
<AppendRuntimeIdentifierToOutputPath > False</AppendRuntimeIdentifierToOutputPath>
2023-12-22 20:24:57 +01:00
</PropertyGroup>
<ItemGroup >
<PackageReference Include= "EnvDTE" Version= "17.8.37221" />
</ItemGroup>
2020-06-15 21:29:16 +02:00
</Project>