Changes
Page history
Update how to setup a windows build with visual studio
authored
Sep 02, 2019
by
Kuppe, Christian
Hide whitespace changes
Inline
Side-by-side
how-to-setup-a-windows-build-with-visual-studio.md
View page @
d9c4b5e9
...
...
@@ -29,8 +29,7 @@
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:
\P
rogram Files (x86)
\M
icrosoft SDKs
\W
indows
\v
10.0A
\b
in
\N
ETFX 4.8 Tools
\g
acutil.exe" -i "%DevEnvDir%
\P
ublicAssemblies
\C
ppCodeProvider.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.
...
...
...
...