GodotTools.OpenVisualStudio.csproj 954 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <ProjectGuid>{EAFFF236-FA96-4A4D-BD23-0E51EF988277}</ProjectGuid>
  4. <OutputType>Exe</OutputType>
  5. <TargetFramework>net6.0-windows</TargetFramework>
  6. <LangVersion>10</LangVersion>
  7. <Nullable>enable</Nullable>
  8. <RuntimeIdentifier>win-x86</RuntimeIdentifier>
  9. <SelfContained>False</SelfContained>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="Exists('$(SolutionDir)/../../../../bin/GodotSharp/Api/Debug/GodotSharp.dll') And ('$(GodotPlatform)' == 'windows' Or ('$(GodotPlatform)' == '' And '$(OS)' == 'Windows_NT'))">
  12. <OutputPath>$(SolutionDir)/../../../../bin/GodotSharp/Tools</OutputPath>
  13. <AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
  14. <AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
  15. </PropertyGroup>
  16. <ItemGroup>
  17. <PackageReference Include="EnvDTE" Version="17.8.37221" />
  18. </ItemGroup>
  19. </Project>