|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 1 | +<Project ToolsVersion="Current"> |
3 | 2 | <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) --> |
4 | 3 | <PropertyGroup> |
5 | | - <LangVersion>9.0</LangVersion> |
| 4 | + <BaseIntermediateOutputPath>Temp/obj/$(Configuration)/$(MSBuildProjectName)</BaseIntermediateOutputPath> |
| 5 | + <IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath> |
6 | 6 | </PropertyGroup> |
| 7 | + <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> |
| 8 | + <ItemGroup> |
| 9 | + <ProjectCapability Include="Unity" /> |
| 10 | + </ItemGroup> |
7 | 11 | <PropertyGroup> |
| 12 | + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| 13 | + <EnableDefaultItems>false</EnableDefaultItems> |
| 14 | + <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
| 15 | + <LangVersion>9.0</LangVersion> |
| 16 | + <Configurations>Debug;Release</Configurations> |
8 | 17 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
9 | 18 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
10 | | - <ProductVersion>10.0.20506</ProductVersion> |
11 | | - <SchemaVersion>2.0</SchemaVersion> |
12 | 19 | <RootNamespace></RootNamespace> |
13 | | - <ProjectGuid>{CF9D0F6C-754F-839B-BBA3-3D89DA3656D1}</ProjectGuid> |
14 | 20 | <OutputType>Library</OutputType> |
15 | 21 | <AppDesignerFolder>Properties</AppDesignerFolder> |
16 | 22 | <AssemblyName>Assembly-CSharp</AssemblyName> |
17 | | - <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> |
18 | | - <FileAlignment>512</FileAlignment> |
| 23 | + <TargetFramework>netstandard2.1</TargetFramework> |
19 | 24 | <BaseDirectory>.</BaseDirectory> |
20 | 25 | </PropertyGroup> |
21 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
39 | 44 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
40 | 45 | </PropertyGroup> |
41 | 46 | <PropertyGroup> |
42 | | - <NoConfig>true</NoConfig> |
| 47 | + <NoStandardLibraries>true</NoStandardLibraries> |
43 | 48 | <NoStdLib>true</NoStdLib> |
44 | | - <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> |
45 | | - <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades> |
46 | | - <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades> |
| 49 | + <NoConfig>true</NoConfig> |
| 50 | + <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> |
| 51 | + <MSBuildWarningsAsMessages>MSB3277</MSBuildWarningsAsMessages> |
47 | 52 | </PropertyGroup> |
48 | 53 | <PropertyGroup> |
49 | | - <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
50 | 54 | <UnityProjectGenerator>Package</UnityProjectGenerator> |
51 | 55 | <UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion> |
52 | | - <UnityProjectGeneratorStyle>Legacy</UnityProjectGeneratorStyle> |
| 56 | + <UnityProjectGeneratorStyle>SDK</UnityProjectGeneratorStyle> |
53 | 57 | <UnityProjectType>Game:1</UnityProjectType> |
54 | 58 | <UnityBuildTarget>StandaloneOSX:2</UnityBuildTarget> |
55 | 59 | <UnityVersion>6000.0.32f1</UnityVersion> |
56 | 60 | </PropertyGroup> |
57 | 61 | <ItemGroup> |
58 | | - <Analyzer Include="/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll" /> |
| 62 | + <Analyzer Include="/Users/bharathvishal/.vscode/extensions/visualstudiotoolsforunity.vstuc-1.0.5/Analyzers/Microsoft.Unity.Analyzers.dll" /> |
59 | 63 | <Analyzer Include="/Applications/Unity/Hub/Editor/6000.0.32f1/Unity.app/Contents/Tools/Unity.SourceGenerators/Unity.SourceGenerators.dll" /> |
60 | 64 | <Analyzer Include="/Applications/Unity/Hub/Editor/6000.0.32f1/Unity.app/Contents/Tools/Unity.SourceGenerators/Unity.Properties.SourceGenerator.dll" /> |
61 | 65 | <Analyzer Include="/Applications/Unity/Hub/Editor/6000.0.32f1/Unity.app/Contents/Tools/Unity.SourceGenerators/Unity.UIToolkit.SourceGenerator.dll" /> |
|
1177 | 1181 | <HintPath>Library/ScriptAssemblies/Unity.AI.Navigation.Editor.dll</HintPath> |
1178 | 1182 | <Private>False</Private> |
1179 | 1183 | </Reference> |
1180 | | - <Reference Include="Unity.VSCode.Editor"> |
1181 | | - <HintPath>Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath> |
1182 | | - <Private>False</Private> |
1183 | | - </Reference> |
1184 | 1184 | <Reference Include="Analytics"> |
1185 | 1185 | <HintPath>Library/ScriptAssemblies/Analytics.dll</HintPath> |
1186 | 1186 | <Private>False</Private> |
|
1228 | 1228 | </ItemGroup> |
1229 | 1229 | <ItemGroup> |
1230 | 1230 | </ItemGroup> |
1231 | | - <Import Project="$(MSBuildToolsPath)/Microsoft.CSharp.targets" /> |
1232 | | - <Target Name="GenerateTargetFrameworkMonikerAttribute" /> |
1233 | | - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
1234 | | - Other similar extension points exist, see Microsoft.Common.targets. |
1235 | | - <Target Name="BeforeBuild"> |
1236 | | - </Target> |
1237 | | - <Target Name="AfterBuild"> |
1238 | | - </Target> |
1239 | | - --> |
| 1231 | + <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" /> |
| 1232 | + <ItemGroup> |
| 1233 | + <ProjectCapability Remove="LaunchProfiles" /> |
| 1234 | + <ProjectCapability Remove="SharedProjectReferences" /> |
| 1235 | + <ProjectCapability Remove="ReferenceManagerSharedProjects" /> |
| 1236 | + <ProjectCapability Remove="ProjectReferences" /> |
| 1237 | + <ProjectCapability Remove="ReferenceManagerProjects" /> |
| 1238 | + <ProjectCapability Remove="COMReferences" /> |
| 1239 | + <ProjectCapability Remove="ReferenceManagerCOM" /> |
| 1240 | + <ProjectCapability Remove="AssemblyReferences" /> |
| 1241 | + <ProjectCapability Remove="ReferenceManagerAssemblies" /> |
| 1242 | + </ItemGroup> |
1240 | 1243 | </Project> |
0 commit comments