diff options
Diffstat (limited to 'src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj')
| -rw-r--r-- | src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj b/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj index 6e8dfee1..39135dcf 100644 --- a/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj +++ b/src/api/burn/test/BextUtilUnitTest/BextUtilUnitTest.vcxproj | |||
| @@ -36,18 +36,18 @@ | |||
| 36 | </PropertyGroup> | 36 | </PropertyGroup> |
| 37 | 37 | ||
| 38 | <ItemGroup> | 38 | <ItemGroup> |
| 39 | <ClCompile Include="BundleExtensionTests.cpp" /> | 39 | <ClCompile Include="BootstrapperExtensionTests.cpp" /> |
| 40 | <ClCompile Include="precomp.cpp"> | 40 | <ClCompile Include="precomp.cpp"> |
| 41 | <PrecompiledHeader>Create</PrecompiledHeader> | 41 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 42 | <!-- Warnings from referencing netstandard dlls --> | 42 | <!-- Warnings from referencing netstandard dlls --> |
| 43 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> | 43 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> |
| 44 | </ClCompile> | 44 | </ClCompile> |
| 45 | <ClCompile Include="TestBundleExtension.cpp" /> | 45 | <ClCompile Include="TestBootstrapperExtension.cpp" /> |
| 46 | </ItemGroup> | 46 | </ItemGroup> |
| 47 | 47 | ||
| 48 | <ItemGroup> | 48 | <ItemGroup> |
| 49 | <ClInclude Include="precomp.h" /> | 49 | <ClInclude Include="precomp.h" /> |
| 50 | <ClInclude Include="TestBundleExtension.h" /> | 50 | <ClInclude Include="TestBootstrapperExtension.h" /> |
| 51 | </ItemGroup> | 51 | </ItemGroup> |
| 52 | 52 | ||
| 53 | <ItemGroup> | 53 | <ItemGroup> |
