Operating System Testing.csproj 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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)' == '' ">Tools</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{780B9CDA-51E7-446A-816F-0E2CF667C96C}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <OutputPath>.mono/temp/bin/$(Configuration)</OutputPath>
  9. <RootNamespace>OperatingSystemTesting</RootNamespace>
  10. <AssemblyName>Operating System Testing</AssemblyName>
  11. <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
  12. <GodotProjectGeneratorVersion>1.0.7374.17554</GodotProjectGeneratorVersion>
  13. <BaseIntermediateOutputPath>.mono/temp/obj</BaseIntermediateOutputPath>
  14. <IntermediateOutputPath>$(BaseIntermediateOutputPath)/$(Configuration)</IntermediateOutputPath>
  15. <ApiConfiguration Condition=" '$(Configuration)' != 'Release' ">Debug</ApiConfiguration>
  16. <ApiConfiguration Condition=" '$(Configuration)' == 'Release' ">Release</ApiConfiguration>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>portable</DebugType>
  21. <Optimize>false</Optimize>
  22. <DefineConstants>$(GodotDefineConstants);GODOT;DEBUG;</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <ConsolePause>false</ConsolePause>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>portable</DebugType>
  29. <Optimize>true</Optimize>
  30. <DefineConstants>$(GodotDefineConstants);GODOT;</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <ConsolePause>false</ConsolePause>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Tools|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>portable</DebugType>
  38. <Optimize>false</Optimize>
  39. <DefineConstants>$(GodotDefineConstants);GODOT;DEBUG;TOOLS;</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <ConsolePause>false</ConsolePause>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="GodotSharp">
  46. <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="GodotSharpEditor" Condition=" '$(Configuration)' == 'Tools' ">
  50. <HintPath>$(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll</HintPath>
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="System" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="MonoTest.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  60. </Project>