UnitTests: Specify intermediate and output folders
Microsoft changed defaults in recent Visual Studio update. To worse IMHO. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
ae8ce7f9f0
commit
31a53e9e43
4
UnitTests/.gitignore
vendored
4
UnitTests/.gitignore
vendored
@ -1,5 +1,3 @@
|
||||
/.tmp
|
||||
/.vs
|
||||
/*.user
|
||||
/Debug
|
||||
/Release
|
||||
/x64
|
||||
|
@ -64,6 +64,8 @@
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<OutDir>$(SolutionDir).tmp\$(ShortProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>$(SolutionDir).tmp\$(ShortProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user