|
30 | 30 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.dll*" target="Plugins\" /> |
31 | 31 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.pdb*" target="Plugins\" /> |
32 | 32 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Gltf.*" target="Plugins\" /> |
33 | | - <file src="..\..\Assets\MixedRealityToolkit\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit" /> |
| 33 | + <!--Source commented as part of 2.1 release due to lack of support for long paths in N4U, and there is support for using source publicly yet.--> |
| 34 | + <!--<file src="..\..\Assets\MixedRealityToolkit\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit" />--> |
34 | 35 |
|
35 | 36 | <!-- Assemblies and Sources that are built from the MixedRealityToolkit.Providers folder --> |
36 | 37 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Providers.*" target="Plugins\" /> |
37 | | - <file src="..\..\Assets\MixedRealityToolkit.Providers\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Providers" /> |
| 38 | + <!--<file src="..\..\Assets\MixedRealityToolkit.Providers\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Providers" />--> |
38 | 39 |
|
39 | 40 | <!-- Assemblies and Sources that are built from the MixedRealityToolkit.SDK folder --> |
40 | 41 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.SDK.*" target="Plugins\" /> |
41 | 42 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.SDK.Inspectors.*" target="Plugins\" /> |
42 | | - <file src="..\..\Assets\MixedRealityToolkit.SDK\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.SDK" /> |
| 43 | + <!--<file src="..\..\Assets\MixedRealityToolkit.SDK\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.SDK" />--> |
43 | 44 |
|
44 | 45 | <!-- Assemblies and Sources that are built from the MixedRealityToolkit.Services folder --> |
45 | 46 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Services.*" target="Plugins\" /> |
46 | | - <file src="..\..\Assets\MixedRealityToolkit.Services\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Services" /> |
| 47 | + <!--<file src="..\..\Assets\MixedRealityToolkit.Services\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Services" />--> |
47 | 48 |
|
48 | 49 | <!-- |
49 | 50 | link.xml is copied to the root location, so that it can catch IL2CPP |
|
0 commit comments