GodotSharpEditor.csproj 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{8FBEC238-D944-4074-8548-B3B524305905}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <OutputPath>bin/$(Configuration)</OutputPath>
  9. <RootNamespace>Godot</RootNamespace>
  10. <AssemblyName>GodotSharpEditor</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <DocumentationFile>$(OutputPath)/$(AssemblyName).xml</DocumentationFile>
  13. <BaseIntermediateOutputPath>obj</BaseIntermediateOutputPath>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>portable</DebugType>
  18. <Optimize>false</Optimize>
  19. <DefineConstants>$(GodotDefineConstants);GODOT;DEBUG;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>portable</DebugType>
  26. <Optimize>true</Optimize>
  27. <DefineConstants>$(GodotDefineConstants);GODOT;</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <Compile Include="Properties\AssemblyInfo.cs" />
  37. </ItemGroup>
  38. <Import Project="Generated\GeneratedIncludes.props" />
  39. <ItemGroup>
  40. <ProjectReference Include="..\GodotSharp\GodotSharp.csproj">
  41. <Private>False</Private>
  42. </ProjectReference>
  43. </ItemGroup>
  44. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  45. </Project>