diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-29 19:36:24 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-29 19:53:29 +1000 |
| commit | ae1751902076edfd8978b7fb42f24d3ac3f7ad55 (patch) | |
| tree | 92011d854d8820cfd61136b7f6aa4378ba31b752 /src/test/examples/TestEngine/Example.TestEngine.vcxproj | |
| parent | a79ce0b907676e50332139b4c4a8acb5d22a4b46 (diff) | |
| download | wix-ae1751902076edfd8978b7fb42f24d3ac3f7ad55.tar.gz wix-ae1751902076edfd8978b7fb42f24d3ac3f7ad55.tar.bz2 wix-ae1751902076edfd8978b7fb42f24d3ac3f7ad55.zip | |
Add WPF .NET Core test.
Diffstat (limited to 'src/test/examples/TestEngine/Example.TestEngine.vcxproj')
| -rw-r--r-- | src/test/examples/TestEngine/Example.TestEngine.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/test/examples/TestEngine/Example.TestEngine.vcxproj index be52105b..b9425295 100644 --- a/src/test/examples/TestEngine/Example.TestEngine.vcxproj +++ b/src/test/examples/TestEngine/Example.TestEngine.vcxproj | |||
| @@ -50,12 +50,14 @@ | |||
| 50 | <ClCompile Include="ShutdownEngine.cpp" /> | 50 | <ClCompile Include="ShutdownEngine.cpp" /> |
| 51 | <ClCompile Include="ExampleTestEngine.cpp" /> | 51 | <ClCompile Include="ExampleTestEngine.cpp" /> |
| 52 | <ClCompile Include="TestEngine.cpp" /> | 52 | <ClCompile Include="TestEngine.cpp" /> |
| 53 | <ClCompile Include="WaitForQuitEngine.cpp" /> | ||
| 53 | </ItemGroup> | 54 | </ItemGroup> |
| 54 | <ItemGroup> | 55 | <ItemGroup> |
| 55 | <ClInclude Include="precomp.h" /> | 56 | <ClInclude Include="precomp.h" /> |
| 56 | <ClInclude Include="ReloadEngine.h" /> | 57 | <ClInclude Include="ReloadEngine.h" /> |
| 57 | <ClInclude Include="ShutdownEngine.h" /> | 58 | <ClInclude Include="ShutdownEngine.h" /> |
| 58 | <ClInclude Include="TestEngine.h" /> | 59 | <ClInclude Include="TestEngine.h" /> |
| 60 | <ClInclude Include="WaitForQuitEngine.h" /> | ||
| 59 | </ItemGroup> | 61 | </ItemGroup> |
| 60 | <ItemGroup> | 62 | <ItemGroup> |
| 61 | <None Include="packages.config" /> | 63 | <None Include="packages.config" /> |
