mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Actually fix running debug projects that use unit testing
This commit is contained in:
@ -12,9 +12,15 @@
|
||||
<OutDir>$(IntDir)</OutDir>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="MathParser_Test.cpp" />
|
||||
<ClCompile Include="PathUtil_Test.cpp" />
|
||||
<ClCompile Include="StringUtil_Test.cpp" />
|
||||
<ClCompile Include="MathParser_Test.cpp">
|
||||
<ExcludedFromBuild>$(ExcludeTestFile)</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="PathUtil_Test.cpp">
|
||||
<ExcludedFromBuild>$(ExcludeTestFile)</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="StringUtil_Test.cpp">
|
||||
<ExcludedFromBuild>$(ExcludeTestFile)</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="Common.vcxproj">
|
||||
|
Reference in New Issue
Block a user