|
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>{32FC2D6E-06A6-8EAA-4ACD-5D8E354BB81E}</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>StandaloneWindows64:19</UnityBuildTarget> |
55 | 59 | <UnityVersion>6000.0.23f1</UnityVersion> |
56 | 60 | </PropertyGroup> |
57 | 61 | <ItemGroup> |
58 | | - <Analyzer Include="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" /> |
| 62 | + <Analyzer Include="C:\Users\Elena\.vscode\extensions\visualstudiotoolsforunity.vstuc-1.0.5\Analyzers\Microsoft.Unity.Analyzers.dll" /> |
59 | 63 | <Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.23f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" /> |
60 | 64 | <Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.23f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" /> |
61 | 65 | <Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.23f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.UIToolkit.SourceGenerator.dll" /> |
|
66 | 70 | <Compile Include="Assets\TextMesh Pro\Examples & Extras\Scripts\TMP_TextSelector_A.cs" /> |
67 | 71 | <Compile Include="Assets\TextMesh Pro\Examples & Extras\Scripts\Benchmark02.cs" /> |
68 | 72 | <Compile Include="Assets\CutsceneDirector.cs" /> |
| 73 | + <Compile Include="Assets\Scripts\Timer.cs" /> |
69 | 74 | <Compile Include="Assets\TextMesh Pro\Examples & Extras\Scripts\TMP_ExampleScript_01.cs" /> |
70 | 75 | <Compile Include="Assets\TextMesh Pro\Examples & Extras\Scripts\TMPro_InstructionOverlay.cs" /> |
71 | 76 | <Compile Include="Assets\TextMesh Pro\Examples & Extras\Scripts\VertexShakeB.cs" /> |
|
684 | 689 | <HintPath>Assets\RoslynCSharp\Plugin\Microsoft.CodeAnalysis.dll</HintPath> |
685 | 690 | <Private>False</Private> |
686 | 691 | </Reference> |
| 692 | + <Reference Include="Unity.Android.Types"> |
| 693 | + <HintPath>C:\Program Files\Unity\Hub\Editor\6000.0.23f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll</HintPath> |
| 694 | + <Private>False</Private> |
| 695 | + </Reference> |
| 696 | + <Reference Include="Unity.Android.Gradle"> |
| 697 | + <HintPath>C:\Program Files\Unity\Hub\Editor\6000.0.23f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll</HintPath> |
| 698 | + <Private>False</Private> |
| 699 | + </Reference> |
687 | 700 | <Reference Include="netstandard"> |
688 | 701 | <HintPath>C:\Program Files\Unity\Hub\Editor\6000.0.23f1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll</HintPath> |
689 | 702 | <Private>False</Private> |
|
1344 | 1357 | <HintPath>Library\ScriptAssemblies\Unity.RenderPipelines.Core.Editor.dll</HintPath> |
1345 | 1358 | <Private>False</Private> |
1346 | 1359 | </Reference> |
| 1360 | + <Reference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64"> |
| 1361 | + <HintPath>Library\ScriptAssemblies\Unity.Toolchain.Win-x86_64-Linux-x86_64.dll</HintPath> |
| 1362 | + <Private>False</Private> |
| 1363 | + </Reference> |
1347 | 1364 | <Reference Include="Unity.Toolchain.Linux-x86_64"> |
1348 | 1365 | <HintPath>Library\ScriptAssemblies\Unity.Toolchain.Linux-x86_64.dll</HintPath> |
1349 | 1366 | <Private>False</Private> |
|
1418 | 1435 | </Reference> |
1419 | 1436 | </ItemGroup> |
1420 | 1437 | <ItemGroup> |
1421 | | - <ProjectReference Include="RoslynCSharp.Editor.csproj"> |
1422 | | - <Project>{5793E34A-59EB-0F12-5692-5D3D1317F9AC}</Project> |
1423 | | - <Name>RoslynCSharp.Editor</Name> |
1424 | | - </ProjectReference> |
1425 | | - <ProjectReference Include="RoslynCSharp.Compiler.csproj"> |
1426 | | - <Project>{27D02FB1-0E3D-DDF4-A0B7-BDE668CFF3A5}</Project> |
1427 | | - <Name>RoslynCSharp.Compiler</Name> |
1428 | | - </ProjectReference> |
1429 | | - <ProjectReference Include="RoslynCSharp.Examples.csproj"> |
1430 | | - <Project>{66094792-A2A3-7B8C-4079-BC57B9305F9B}</Project> |
1431 | | - <Name>RoslynCSharp.Examples</Name> |
1432 | | - </ProjectReference> |
1433 | | - <ProjectReference Include="RoslynCSharp.csproj"> |
1434 | | - <Project>{F812AC53-E793-688E-33DF-FC4AAC160D06}</Project> |
1435 | | - <Name>RoslynCSharp</Name> |
1436 | | - </ProjectReference> |
1437 | | - <ProjectReference Include="DOTween.Modules.csproj"> |
1438 | | - <Project>{BB9FB294-48FB-EC28-D84B-AB93478E9080}</Project> |
1439 | | - <Name>DOTween.Modules</Name> |
1440 | | - </ProjectReference> |
| 1438 | + <ProjectReference Include="RoslynCSharp.Editor.csproj" /> |
| 1439 | + <ProjectReference Include="RoslynCSharp.Compiler.csproj" /> |
| 1440 | + <ProjectReference Include="RoslynCSharp.Examples.csproj" /> |
| 1441 | + <ProjectReference Include="RoslynCSharp.csproj" /> |
| 1442 | + <ProjectReference Include="DOTween.Modules.csproj" /> |
| 1443 | + </ItemGroup> |
| 1444 | + <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" /> |
| 1445 | + <ItemGroup> |
| 1446 | + <ProjectCapability Remove="LaunchProfiles" /> |
| 1447 | + <ProjectCapability Remove="SharedProjectReferences" /> |
| 1448 | + <ProjectCapability Remove="ReferenceManagerSharedProjects" /> |
| 1449 | + <ProjectCapability Remove="ProjectReferences" /> |
| 1450 | + <ProjectCapability Remove="ReferenceManagerProjects" /> |
| 1451 | + <ProjectCapability Remove="COMReferences" /> |
| 1452 | + <ProjectCapability Remove="ReferenceManagerCOM" /> |
| 1453 | + <ProjectCapability Remove="AssemblyReferences" /> |
| 1454 | + <ProjectCapability Remove="ReferenceManagerAssemblies" /> |
1441 | 1455 | </ItemGroup> |
1442 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1443 | | - <Target Name="GenerateTargetFrameworkMonikerAttribute" /> |
1444 | | - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
1445 | | - Other similar extension points exist, see Microsoft.Common.targets. |
1446 | | - <Target Name="BeforeBuild"> |
1447 | | - </Target> |
1448 | | - <Target Name="AfterBuild"> |
1449 | | - </Target> |
1450 | | - --> |
1451 | 1456 | </Project> |
0 commit comments