UnitTests: Make independent Visual Studio solution

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2022-03-08 14:57:41 +01:00
parent 64a0c07dd4
commit 9dc3af9797
4 changed files with 3 additions and 6 deletions

View File

@ -55,7 +55,7 @@ jobs:
with: with:
architecture: x64 architecture: x64
- run: msbuild WinStd.sln -t:Build -p:Configuration=Release -p:Platform=x64 - run: msbuild UnitTests\UnitTests.sln -t:Build -p:Configuration=Release -p:Platform=x64
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v1

4
.gitignore vendored
View File

@ -1,5 +1 @@
/.vs
/Debug
/doc /doc
/Release
/x64

View File

@ -1,3 +1,4 @@
/.vs
/*.user /*.user
/Debug /Debug
/Release /Release

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315 VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTests", "UnitTests\UnitTests.vcxproj", "{9AFC377D-C32D-4D42-82C2-09FC818020A2}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTests", "UnitTests.vcxproj", "{9AFC377D-C32D-4D42-82C2-09FC818020A2}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution