|
| 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>9.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>{217c2321-c986-f739-d37b-c0eb8a8dabee}</ProjectGuid> |
| 16 | + <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 17 | + <OutputType>Library</OutputType> |
| 18 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 19 | + <AssemblyName>Assembly-CSharp</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="Assets" /> |
| 45 | + <Folder Include="Library/BuildInstructions" /> |
| 46 | + <Folder Include="/Users/hadashi/dev/VContainer/VContainer/Assets/VContainer" /> |
| 47 | + <None Include="Assets/link.xml" /> |
| 48 | + <Folder Include="Assets/Resources" /> |
| 49 | + <None Include="/Users/hadashi/dev/VContainer/VContainer/Assets/VContainer/package.json" /> |
| 50 | + <Reference Include="UnityEngine"> |
| 51 | + <HintPath>/Applications/Unity/Hub/Editor/2023.1.18f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll</HintPath> |
| 52 | + </Reference> |
| 53 | + <Reference Include="UnityEngine.CoreModule"> |
| 54 | + <HintPath>/Applications/Unity/Hub/Editor/2023.1.18f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath> |
| 55 | + </Reference> |
| 56 | + <Reference Include="UnityEditor"> |
| 57 | + <HintPath>/Applications/Unity/Hub/Editor/2023.1.18f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll</HintPath> |
| 58 | + </Reference> |
| 59 | + </ItemGroup> |
| 60 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 61 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 62 | + Other similar extension points exist, see Microsoft.Common.targets. |
| 63 | + <Target Name="BeforeBuild"> |
| 64 | + </Target> |
| 65 | + <Target Name="AfterBuild"> |
| 66 | + </Target> |
| 67 | + --> |
| 68 | +</Project> |
0 commit comments