diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-01-06 15:30:02 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-01-06 15:30:02 +0100 |
commit | 69e14c9f3a9fe35a80a22f121969cef914ede063 (patch) | |
tree | eb6f78e0e28119ff8d757b794344bc55a01bb1c1 /msbuild/test-performance.vcxproj | |
parent | fceee089c114e8510fd1e7f06f258b5d67cf23bf (diff) |
Adjustments for msbuild
Diffstat (limited to 'msbuild/test-performance.vcxproj')
-rw-r--r-- | msbuild/test-performance.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/msbuild/test-performance.vcxproj b/msbuild/test-performance.vcxproj index feff0c3..d3c8f6c 100644 --- a/msbuild/test-performance.vcxproj +++ b/msbuild/test-performance.vcxproj @@ -85,7 +85,10 @@ <Project>{c53e2afc-ea45-4798-be36-e959bb5c5a53}</Project> </ProjectReference> </ItemGroup> + <ItemGroup> + <ClInclude Include="..\src\test-helper.h" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |