-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnityEngine.UI.Tests.csproj
82 lines (82 loc) · 4.85 KB
/
UnityEngine.UI.Tests.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LangVersion>9.0</LangVersion>
<_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories>
<_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths>
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{b0ec218a-8b97-6a4f-1d41-3faf569e5db6}</ProjectGuid>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>UnityEngine.UI.Tests</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>.</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\Bin\Debug\Unity.Rider.Editor\</OutputPath>
<DefineConstants>UNITY_EDITOR</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169,0649</NoWarn>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<NoConfig>true</NoConfig>
<NoStdLib>true</NoStdLib>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
</PropertyGroup>
<ItemGroup>
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Image" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Toggle" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Button" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\ScrollBar" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Graphic" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\TextEditor" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Slider" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime" />
<None Include="Library\PackageCache\[email protected]\Tests\Runtime\UnityEngine.UI.Tests.asmdef" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\InputField" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\EventSystem\InputModuleTests" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Canvas" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Dropdown" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\MaskClipping" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\ScrollRect" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\EventSystem" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Layout" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\LayoutGroup" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\Util" />
<Folder Include="Library\PackageCache\[email protected]\Tests\Runtime\NestedLayout" />
<Reference Include="UnityEngine">
<HintPath>D:\Program Files\Unity\Editor\2021.3.16f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>D:\Program Files\Unity\Editor\2021.3.16f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>D:\Program Files\Unity\Editor\2021.3.16f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>