UnitTests: Make independent Visual Studio solution
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
64a0c07dd4
commit
9dc3af9797
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
with:
|
||||
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
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1 @@
|
||||
/.vs
|
||||
/Debug
|
||||
/doc
|
||||
/Release
|
||||
/x64
|
||||
|
1
UnitTests/.gitignore
vendored
1
UnitTests/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/.vs
|
||||
/*.user
|
||||
/Debug
|
||||
/Release
|
||||
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.32126.315
|
||||
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
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
Loading…
x
Reference in New Issue
Block a user