

Perhaps you have better Ideas how to solve this. Otherwise I get errors like this: ErrorĜS0234 The type or namespace name 'IoT' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)Įrror Metadata file '.\圆4\Debug\\.winmd' could not be foundĮrrorĜS0103 The name 'LightningProvider' does not exist in the current context Therefore I had to set those conditionals in the project file: 6.0 I have the problem that my dev-PC is not running the Windows Universal Runtime required from the Lightning package. When changing now the Platform to 圆4 it now excludes the ARM specific parts, compiles and runs. Of your interest two C++ compilers are default, Microsoft C++ and CLang. Unchecked the build and deploy option for . Visual Studio is an IDE and comes with several compilers. Right click the solution -> Properties -> Configuration. The Just-In-Time (JIT) compiler that translates your MSIL into machine code. Right click the project and set as startup project.Ĩ. Mechanisms Not Covered Visual Studio and related technologies present many. In my sourcecode I can now use: #if ARM64ħ. Close file and reload the project (by right clicking -> reload).Ħ. Right click again and select "Edit project.csproj"ĥ.Right click the UWP App project in your solution and select "Unload Project".Add ARM64 to "Conditional Compilation Symbols" TextBox. Thank you for pointing me in the right direction.
