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
|
/.vs
|
||||||
/*.user
|
/*.user
|
||||||
/Debug
|
|
||||||
/Release
|
|
||||||
/x64
|
|
||||||
|
@ -64,6 +64,8 @@
|
|||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
<OutDir>$(SolutionDir).tmp\$(ShortProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
||||||
|
<IntDir>$(SolutionDir).tmp\$(ShortProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
||||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||||
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user