diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 443d8e9..357ef54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level). # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference - run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:RunCodeAnalysis='True' ${{env.SOLUTION_FILE_PATH}} + run: msbuild /m /t:Restore,Build /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:RunCodeAnalysis='True' ${{env.SOLUTION_FILE_PATH}} - name: Run cxplat tests without fault injection if: matrix.architecture == 'x64' diff --git a/.gitignore b/.gitignore index f02dbee..fd4837d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /**/*.user /**/packages/** CMakeCache.txt +/**/obj/** \ No newline at end of file diff --git a/packages.config b/packages.config deleted file mode 100644 index 604e5de..0000000 --- a/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/usersim_dll_skeleton/usersim_dll_skeleton.vcxproj b/usersim_dll_skeleton/usersim_dll_skeleton.vcxproj index d4c8511..9a15f10 100644 --- a/usersim_dll_skeleton/usersim_dll_skeleton.vcxproj +++ b/usersim_dll_skeleton/usersim_dll_skeleton.vcxproj @@ -4,9 +4,6 @@ - - - 16.0 Win32Proj diff --git a/wdk.props b/wdk.props index fcdf6c6..508729d 100644 --- a/wdk.props +++ b/wdk.props @@ -3,24 +3,28 @@ Copyright (c) Microsoft Corporation SPDX-License-Identifier: MIT --> - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - + + + + native + <_NuGetTargetFallbackMoniker>$(_NuGetTargetFallbackMoniker);native,Version=v0.0 + true + + + + 10.0.26100.4204 + + + 10.0.26100.4204 + + + 10.0.26100.4204 + + + 10.0.26100.4204 + + + 10.0.26100.4204 + + \ No newline at end of file