summaryrefslogtreecommitdiff
path: root/Source/UnitTests
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2016-06-09 23:11:34 +0200
committerdegasus <wickmarkus@web.de>2016-06-25 22:40:23 +0200
commitfdbda7b7dd47fc78edb865e0cc38028cd2e157be (patch)
treeb891cdfec70901b9622319a7d26cabcd615165cb /Source/UnitTests
parent59e4882af3e18a4ef2c68f512ab312515ec1b466 (diff)
Null: Create Visual Studio project file.
Why is this so stupid on linux.....
Diffstat (limited to 'Source/UnitTests')
-rw-r--r--Source/UnitTests/UnitTests.vcxproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/UnitTests/UnitTests.vcxproj b/Source/UnitTests/UnitTests.vcxproj
index fa5aa706a2..8f884cb5a2 100644
--- a/Source/UnitTests/UnitTests.vcxproj
+++ b/Source/UnitTests/UnitTests.vcxproj
@@ -78,6 +78,9 @@
<ProjectReference Include="$(CoreDir)VideoBackends\Software\Software.vcxproj">
<Project>{a4c423aa-f57c-46c7-a172-d1a777017d29}</Project>
</ProjectReference>
+ <ProjectReference Include="$(CoreDir)VideoBackends\Null\Null.vcxproj">
+ <Project>{53A5391B-737E-49A8-BC8F-312ADA00736F}</Project>
+ </ProjectReference>
<ProjectReference Include="$(CoreDir)VideoBackends\D3D12\D3D12.vcxproj">
<Project>{570215b7-e32f-4438-95ae-c8d955f9fca3}</Project>
</ProjectReference>
@@ -108,4 +111,4 @@
<!--This is only executed via msbuild, VS test runner automatically does this-->
<Exec Command="$(TargetPath)" />
</Target>
-</Project> \ No newline at end of file
+</Project>