|
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>{B5A3F39D-1A2E-7410-EA66-FFCEE6A2312C}</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.43f1</UnityVersion> |
56 | 60 | </PropertyGroup> |
57 | 61 | <ItemGroup> |
58 | | - <Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" /> |
| 62 | + <Analyzer Include="C:\Users\w1ndo\.vscode\extensions\visualstudiotoolsforunity.vstuc-1.1.0\Analyzers\Microsoft.Unity.Analyzers.dll" /> |
59 | 63 | <Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.43f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" /> |
60 | 64 | <Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.43f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" /> |
61 | 65 | <Analyzer Include="C:\Program Files\Unity\Hub\Editor\6000.0.43f1\Editor\Data\Tools\Unity.SourceGenerators\Unity.UIToolkit.SourceGenerator.dll" /> |
|
68 | 72 | <Compile Include="Assets\VRTemplateAssets\Scripts\BooleanToggleVisualsController.cs" /> |
69 | 73 | <Compile Include="Assets\VRTemplateAssets\Scripts\RayAttachModifier.cs" /> |
70 | 74 | <Compile Include="Assets\VRTemplateAssets\Scripts\XRPokeFollowAffordanceFill.cs" /> |
| 75 | + <Compile Include="Assets\Scripts\Settings Scripts\setcapturetype.cs" /> |
71 | 76 | <Compile Include="Assets\lightcolliderthing.cs" /> |
72 | 77 | <Compile Include="Assets\VRTemplateAssets\Scripts\BezierCurve.cs" /> |
73 | 78 | <Compile Include="Assets\VRTemplateAssets\Scripts\LaunchProjectile.cs" /> |
74 | 79 | <Compile Include="Assets\VRTemplateAssets\Scripts\HandSubsystemManager.cs" /> |
75 | 80 | <Compile Include="Assets\VRTemplateAssets\Scripts\DestroyObject.cs" /> |
76 | 81 | <Compile Include="Assets\VRTemplateAssets\Scripts\VideoTimeScrubControl.cs" /> |
77 | 82 | <Compile Include="Assets\Scripts\lightcolliderthing.cs" /> |
| 83 | + <Compile Include="Assets\Scripts\Settings Scripts\changeframerate.cs" /> |
78 | 84 | <Compile Include="Assets\Scripts\ButtonToKey.cs" /> |
79 | 85 | <Compile Include="Assets\VRTemplateAssets\Scripts\Callout.cs" /> |
80 | 86 | <Compile Include="Assets\VRTemplateAssets\Scripts\CalloutGazeController.cs" /> |
| 87 | + <Compile Include="Assets\Scripts\Settings Scripts\setturnsetting.cs" /> |
81 | 88 | <Compile Include="Assets\VRTemplateAssets\Scripts\StepManager.cs" /> |
82 | 89 | <Compile Include="Assets\VRTemplateAssets\Scripts\AnchorVisuals.cs" /> |
83 | 90 | </ItemGroup> |
|
1386 | 1393 | </Reference> |
1387 | 1394 | </ItemGroup> |
1388 | 1395 | <ItemGroup> |
1389 | | - <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.Editor.csproj"> |
1390 | | - <Project>{19C0CD92-FFB9-AB33-9DBE-B82D4DA4DDCE}</Project> |
1391 | | - <Name>Unity.XR.Interaction.Toolkit.Samples.Hands.Editor</Name> |
1392 | | - </ProjectReference> |
1393 | | - <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.csproj"> |
1394 | | - <Project>{6AB8B2B2-2ECD-8E06-4EEF-D7EFC24996E1}</Project> |
1395 | | - <Name>Unity.XR.Interaction.Toolkit.Samples.StarterAssets</Name> |
1396 | | - </ProjectReference> |
1397 | | - <ProjectReference Include="Unity.XR.Hands.Samples.VisualizerSample.csproj"> |
1398 | | - <Project>{908696F3-B455-4B92-2093-0AEBB3342C7A}</Project> |
1399 | | - <Name>Unity.XR.Hands.Samples.VisualizerSample</Name> |
1400 | | - </ProjectReference> |
1401 | | - <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator.csproj"> |
1402 | | - <Project>{B167D385-7781-67AD-F06E-3129116716CD}</Project> |
1403 | | - <Name>Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator</Name> |
1404 | | - </ProjectReference> |
1405 | | - <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.Editor.csproj"> |
1406 | | - <Project>{7FA1F632-7D01-8F65-8699-88694178F51A}</Project> |
1407 | | - <Name>Unity.XR.Interaction.Toolkit.Samples.StarterAssets.Editor</Name> |
1408 | | - </ProjectReference> |
1409 | | - <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.csproj"> |
1410 | | - <Project>{5B0A847E-CD85-A368-E74B-9789E9605901}</Project> |
1411 | | - <Name>Unity.XR.Interaction.Toolkit.Samples.Hands</Name> |
1412 | | - </ProjectReference> |
| 1396 | + <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.Editor.csproj" /> |
| 1397 | + <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.csproj" /> |
| 1398 | + <ProjectReference Include="Unity.XR.Hands.Samples.VisualizerSample.csproj" /> |
| 1399 | + <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.DeviceSimulator.csproj" /> |
| 1400 | + <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.StarterAssets.Editor.csproj" /> |
| 1401 | + <ProjectReference Include="Unity.XR.Interaction.Toolkit.Samples.Hands.csproj" /> |
| 1402 | + </ItemGroup> |
| 1403 | + <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" /> |
| 1404 | + <ItemGroup> |
| 1405 | + <ProjectCapability Remove="LaunchProfiles" /> |
| 1406 | + <ProjectCapability Remove="SharedProjectReferences" /> |
| 1407 | + <ProjectCapability Remove="ReferenceManagerSharedProjects" /> |
| 1408 | + <ProjectCapability Remove="ProjectReferences" /> |
| 1409 | + <ProjectCapability Remove="ReferenceManagerProjects" /> |
| 1410 | + <ProjectCapability Remove="COMReferences" /> |
| 1411 | + <ProjectCapability Remove="ReferenceManagerCOM" /> |
| 1412 | + <ProjectCapability Remove="AssemblyReferences" /> |
| 1413 | + <ProjectCapability Remove="ReferenceManagerAssemblies" /> |
1413 | 1414 | </ItemGroup> |
1414 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1415 | | - <Target Name="GenerateTargetFrameworkMonikerAttribute" /> |
1416 | | - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
1417 | | - Other similar extension points exist, see Microsoft.Common.targets. |
1418 | | - <Target Name="BeforeBuild"> |
1419 | | - </Target> |
1420 | | - <Target Name="AfterBuild"> |
1421 | | - </Target> |
1422 | | - --> |
1423 | 1415 | </Project> |
0 commit comments