mirror of https://github.com/BOINC/boinc.git
90 lines
4.3 KiB
XML
90 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{25662612-421F-42F5-B5E1-D69ECBF3F5BB}</ProjectGuid>
|
|
<RootNamespace>htmlgfx</RootNamespace>
|
|
<ProjectName>htmlgfx</ProjectName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<UseOfAtl>Static</UseOfAtl>
|
|
</PropertyGroup>
|
|
<Import Project="boinc.props" />
|
|
<PropertyGroup>
|
|
<TargetVersion>26203</TargetVersion>
|
|
<TargetName>htmlgfx_$(TargetVersion)_windows_x86_64</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>.;$(IntDir);../api;../lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>_CONSOLE;_ATL_DISABLE_NOTHROW_NEW;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalLibraryDirectories>$(TargetDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>atls.lib;psapi.lib;urlmon.lib;ole32.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies Condition="'$(Configuration)'=='Debug'">libcmtd.lib;libcpmtd.lib;comsuppwd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies Condition="'$(Configuration)'=='Release'">libcmt.lib;libcpmt.lib;comsuppw.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
<Midl>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</Midl>
|
|
<ResourceCompile>
|
|
<AdditionalIncludeDirectories>$(IntDir);..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\samples\gfx_html\browser.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\browserctrl_win.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\browserlog.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\browsermain_win.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\browserwnd_win.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\graphics.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\mongoose.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\vboxwrapper.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\webapi.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\webboincjs.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\webboincpng.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\webindexhtml.cpp" />
|
|
<ClCompile Include="..\samples\gfx_html\webserver.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\samples\gfx_html\browser.h" />
|
|
<ClInclude Include="..\samples\gfx_html\browserctrl_win.h" />
|
|
<ClInclude Include="..\samples\gfx_html\browserlog.h" />
|
|
<ClInclude Include="..\samples\gfx_html\browsermain_win.h" />
|
|
<ClInclude Include="..\samples\gfx_html\browserwnd_win.h" />
|
|
<ClInclude Include="..\samples\gfx_html\browser_win.h" />
|
|
<ClInclude Include="..\samples\gfx_html\graphics.h" />
|
|
<ClInclude Include="..\samples\gfx_html\mongoose.h" />
|
|
<ClInclude Include="..\samples\gfx_html\vboxwrapper.h" />
|
|
<ClInclude Include="..\samples\gfx_html\webapi.h" />
|
|
<ClInclude Include="..\samples\gfx_html\webserver.h" />
|
|
<ClInclude Include="..\samples\gfx_html\webstatic.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="..\samples\gfx_html\browser_win.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Midl Include="..\samples\gfx_html\browser.idl">
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
<TypeLibraryName>browser.tlb</TypeLibraryName>
|
|
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
<HeaderFileName>browser_i.h</HeaderFileName>
|
|
</Midl>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="libboinc.vcxproj">
|
|
<Project>{e8f6bd7e-461a-4733-b7d8-37b09a099ed8}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="libgraphics2.vcxproj">
|
|
<Project>{814ebfd3-3ce6-4933-a580-c1fe3147acb4}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
<Import Project="boinc_signing.targets" />
|
|
</Project>
|