diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-07-04 00:03:51 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-07-04 00:03:51 +0200 |
commit | 1890024e57f623ceec744bb3a6922d89d2d47640 (patch) | |
tree | 736b4cd28fb14fce546acbc93b2499f3c34586e3 /MemDriverWeb/MemDriverWeb.vcxproj | |
parent | caf93747fb255f7e5750618216c560440d3fa42f (diff) |
very basic templating engine
Diffstat (limited to 'MemDriverWeb/MemDriverWeb.vcxproj')
-rw-r--r-- | MemDriverWeb/MemDriverWeb.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MemDriverWeb/MemDriverWeb.vcxproj b/MemDriverWeb/MemDriverWeb.vcxproj index 00d5a8b..a545fd4 100644 --- a/MemDriverWeb/MemDriverWeb.vcxproj +++ b/MemDriverWeb/MemDriverWeb.vcxproj @@ -162,6 +162,7 @@ </ItemGroup> <ItemGroup> <ClCompile Include="MemDriverWeb.cpp" /> + <ClCompile Include="minitmpl.cpp" /> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |