Changes
Page history
Update how to setup a windows build with visual studio
authored
Sep 02, 2019
by
Kuppe, Christian
Show whitespace changes
Inline
Side-by-side
how-to-setup-a-windows-build-with-visual-studio.md
View page @
d9c4b5e9
...
...
@@ -29,7 +29,6 @@
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):
"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.
...
...
...
...