diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-23 12:26:07 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-23 12:43:38 +1000 |
| commit | ab495395492055c8c016e54ab0b1f7af2e9f164c (patch) | |
| tree | f7f86e82cb463303c5bf2e501065ea09a9b62af0 /src/test/examples/TestEngine/Example.TestEngine.vcxproj | |
| parent | bd3ee565f342bc0bb015594f303d13b67285a958 (diff) | |
| download | wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.tar.gz wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.tar.bz2 wix-ab495395492055c8c016e54ab0b1f7af2e9f164c.zip | |
Add reload engine and test.
Diffstat (limited to 'src/test/examples/TestEngine/Example.TestEngine.vcxproj')
| -rw-r--r-- | src/test/examples/TestEngine/Example.TestEngine.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/test/examples/TestEngine/Example.TestEngine.vcxproj index 554d54f6..56a536b4 100644 --- a/src/test/examples/TestEngine/Example.TestEngine.vcxproj +++ b/src/test/examples/TestEngine/Example.TestEngine.vcxproj | |||
| @@ -46,12 +46,15 @@ | |||
| 46 | <ClCompile Include="precomp.cpp"> | 46 | <ClCompile Include="precomp.cpp"> |
| 47 | <PrecompiledHeader>Create</PrecompiledHeader> | 47 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 48 | </ClCompile> | 48 | </ClCompile> |
| 49 | <ClCompile Include="ReloadEngine.cpp" /> | ||
| 49 | <ClCompile Include="ShutdownEngine.cpp" /> | 50 | <ClCompile Include="ShutdownEngine.cpp" /> |
| 50 | <ClCompile Include="ExampleTestEngine.cpp" /> | 51 | <ClCompile Include="ExampleTestEngine.cpp" /> |
| 51 | <ClCompile Include="TestEngine.cpp" /> | 52 | <ClCompile Include="TestEngine.cpp" /> |
| 52 | </ItemGroup> | 53 | </ItemGroup> |
| 53 | <ItemGroup> | 54 | <ItemGroup> |
| 54 | <ClInclude Include="precomp.h" /> | 55 | <ClInclude Include="precomp.h" /> |
| 56 | <ClInclude Include="ReloadEngine.h" /> | ||
| 57 | <ClInclude Include="ShutdownEngine.h" /> | ||
| 55 | <ClInclude Include="TestEngine.h" /> | 58 | <ClInclude Include="TestEngine.h" /> |
| 56 | </ItemGroup> | 59 | </ItemGroup> |
| 57 | <ItemGroup> | 60 | <ItemGroup> |
