Unity.ShaderGraph.Editor.Tests.csproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. <LangVersion>8.0</LangVersion>
  5. <_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories>
  6. <_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths>
  7. <DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  11. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  12. <ProductVersion>10.0.20506</ProductVersion>
  13. <SchemaVersion>2.0</SchemaVersion>
  14. <RootNamespace></RootNamespace>
  15. <ProjectGuid>{98a467a4-992f-cbb4-88f0-52520e93b09a}</ProjectGuid>
  16. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <OutputType>Library</OutputType>
  18. <AppDesignerFolder>Properties</AppDesignerFolder>
  19. <AssemblyName>Unity.ShaderGraph.Editor.Tests</AssemblyName>
  20. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  21. <FileAlignment>512</FileAlignment>
  22. <BaseDirectory>.</BaseDirectory>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>Temp\Bin\Debug\Unity.Rider.Editor\</OutputPath>
  29. <DefineConstants>UNITY_EDITOR</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <NoWarn>0169,0649</NoWarn>
  33. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  34. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <NoConfig>true</NoConfig>
  38. <NoStdLib>true</NoStdLib>
  39. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  40. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  41. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Folder Include="Library\PackageCache\com.unity.shadergraph@10.10.1\Tests\Editor" />
  45. <Folder Include="Library\PackageCache\com.unity.shadergraph@10.10.1\Tests\Editor\IntegrationTests" />
  46. <Folder Include="Library\PackageCache\com.unity.shadergraph@10.10.1\Tests\Editor\UnitTests" />
  47. <None Include="Library\PackageCache\com.unity.shadergraph@10.10.1\Tests\Editor\Unity.ShaderGraph.Editor.Tests.asmdef" />
  48. <Reference Include="UnityEngine">
  49. <HintPath>D:\Unity\2020.3.48f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  50. </Reference>
  51. <Reference Include="UnityEngine.CoreModule">
  52. <HintPath>D:\Unity\2020.3.48f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  53. </Reference>
  54. <Reference Include="UnityEditor">
  55. <HintPath>D:\Unity\2020.3.48f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  56. </Reference>
  57. </ItemGroup>
  58. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  59. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  60. Other similar extension points exist, see Microsoft.Common.targets.
  61. <Target Name="BeforeBuild">
  62. </Target>
  63. <Target Name="AfterBuild">
  64. </Target>
  65. -->
  66. </Project>