aboutsummaryrefslogtreecommitdiff
path: root/MemDriverWeb/MemDriverWeb.vcxproj
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-07-02 23:39:32 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-07-02 23:39:32 +0200
commit249e58d81708ff9d486a5ee8fdc80bd208a78b53 (patch)
treefd898c133a0c169193a05edf182fbf760cb4a64a /MemDriverWeb/MemDriverWeb.vcxproj
parentc4a6681b2796b9ea6bbd15e6a9870f1d3b10c5c2 (diff)
httplib; simple web interface; moved KInterface.h to include/
Diffstat (limited to 'MemDriverWeb/MemDriverWeb.vcxproj')
-rw-r--r--MemDriverWeb/MemDriverWeb.vcxproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/MemDriverWeb/MemDriverWeb.vcxproj b/MemDriverWeb/MemDriverWeb.vcxproj
index 735eb01..a894e33 100644
--- a/MemDriverWeb/MemDriverWeb.vcxproj
+++ b/MemDriverWeb/MemDriverWeb.vcxproj
@@ -72,6 +72,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
+ <TargetName>$(ProjectName)-kmem</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
@@ -81,6 +82,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
+ <TargetName>$(ProjectName)-kmem</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -153,7 +155,9 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClInclude Include="httplib.h" />
<ClInclude Include="pch.h" />
+ <ClInclude Include="www.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="MemDriverWeb.cpp" />
@@ -164,6 +168,11 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\MemDriverLib\MemDriverLib.vcxproj">
+ <Project>{b6790a97-6995-46b6-ad73-ac5bc4ac76db}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>