UwpAppxBuildTools.UpdateAssemblyCSharpProject(IBuildInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates 'Assembly-CSharp.csproj' file according to the values set in buildInfo.
public:
static void UpdateAssemblyCSharpProject(Microsoft::MixedReality::Toolkit::Build::Editor::IBuildInfo ^ buildInfo);
public static void UpdateAssemblyCSharpProject (Microsoft.MixedReality.Toolkit.Build.Editor.IBuildInfo buildInfo);
static member UpdateAssemblyCSharpProject : Microsoft.MixedReality.Toolkit.Build.Editor.IBuildInfo -> unit
Public Shared Sub UpdateAssemblyCSharpProject (buildInfo As IBuildInfo)
Parameters
- buildInfo
- IBuildInfo
An IBuildInfo containing a valid OutputDirectory
Remarks
Only used with the .NET backend in Unity 2018 or older, with Unity C# Projects enabled.