Skip to content

Commit ebe6f97

Browse files
authored
Merge pull request #7210 from keveleigh/update-plugin-folder
Update csproj and MSB4U dependency components
2 parents 384d8ae + 79f3198 commit ebe6f97

File tree

6 files changed

+14
-60
lines changed

6 files changed

+14
-60
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ doc/
9494
# ========================= #
9595
# MSBuildForUnity generated #
9696
# ========================= #
97-
Assets/MixedRealityToolkit.Providers/WindowsMixedReality/DotNetAdapter/Plugins*
9897
MSBuildForUnity.Common.props
99-
.obj
10098
/*.msb4u.csproj.meta
10199
*.msb4u.csproj.meta
102100
/*.msb4u.sln.meta
103101
*.msb4u.sln.meta
102+
Dependencies*
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ========================= #
2+
# MSBuildForUnity generated #
3+
# ========================= #
4+
.obj
5+
.bin
Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project ToolsVersion="15.0">
1+
<Project>
22
<Import Project="$([MSBuild]::GetPathOfFileAbove(MSBuildForUnity.Common.props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(MSBuildForUnity.Common.props))')" />
33

44
<PropertyGroup Condition="'$(UnityCurrentTargetFramework)' == ''">
@@ -10,24 +10,17 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<!-- Make sure Unity ignores the contents of the intermediate output path. -->
14-
<BaseIntermediateOutputPath>.obj</BaseIntermediateOutputPath>
15-
<OutputPath>Plugins</OutputPath>
13+
<!-- Make sure Unity ignores the contents of the output path. -->
14+
<BaseIntermediateOutputPath>.obj\</BaseIntermediateOutputPath>
15+
<OutputPath>.bin\</OutputPath>
1616
</PropertyGroup>
1717

18-
<ItemGroup>
19-
<PackageReference Include="MSBuildForUnity" Version="0.8.*">
20-
<PrivateAssets>all</PrivateAssets>
21-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
22-
</PackageReference>
23-
</ItemGroup>
24-
2518
<!-- Note that this is the special "NoTarget" SDK to prevent this project from producing a dll. -->
26-
<Import Project="Sdk.props" Sdk="Microsoft.Build.NoTargets" Version="1.0.80" />
19+
<Import Project="Sdk.props" Sdk="Microsoft.Build.NoTargets" Version="1.0.85" />
2720

2821
<ItemGroup>
29-
<PackageReference Include="Microsoft.Windows.MixedReality.DotNetWinRT" Version="0.5.*" />
22+
<PackageReference Include="Microsoft.Windows.MixedReality.DotNetWinRT" Version="0.5.1037" />
3023
</ItemGroup>
3124

32-
<Import Project="Sdk.targets" Sdk="Microsoft.Build.NoTargets" Version="1.0.80" />
25+
<Import Project="Sdk.targets" Sdk="Microsoft.Build.NoTargets" Version="1.0.85" />
3326
</Project>

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/DotNetAdapter/NuGet.config

Lines changed: 0 additions & 11 deletions
This file was deleted.

Assets/MixedRealityToolkit.Providers/WindowsMixedReality/DotNetAdapter/NuGet.config.meta

Lines changed: 0 additions & 32 deletions
This file was deleted.

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"com.unity.xr.arfoundation": "1.5.0-preview.6",
77
"com.unity.xr.arkit": "2.1.2",
88
"com.unity.xr.openvr.standalone": "1.0.5",
9-
"com.unity.xr.windowsmr.metro": "1.0.15",
9+
"com.unity.xr.windowsmr.metro": "1.0.18",
1010
"com.unity.modules.ai": "1.0.0",
1111
"com.unity.modules.animation": "1.0.0",
1212
"com.unity.modules.assetbundle": "1.0.0",

0 commit comments

Comments
 (0)