Update how to setup a windows build with visual studio authored by Kuppe, Christian's avatar Kuppe, Christian
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
1. Start Visual Studio 2019 Developer Command Prompt as __Admin__. (Type "dev" in the search box,...) 1. Start Visual Studio 2019 Developer Command Prompt as __Admin__. (Type "dev" in the search box,...)
2. XSD depends on the CodeProvider. We install the CodeProvider dll in the GAC. I typed (in the command window): 2. XSD depends on the CodeProvider. We install the CodeProvider dll in the GAC. I typed (in the command window):
"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\gacutil.exe" -i "%DevEnvDir%\PublicAssemblies\CppCodeProvider.dll" "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\gacutil.exe" -i "%DevEnvDir%\PublicAssemblies\CppCodeProvider.dll"
Your path to gacutil.exe can be different. The second part is the important one. Your path to gacutil.exe can be different. The second part is the important one.
... ...
......