2013-10-17 19:27:03 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-12-29 19:13:56 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-10-17 19:27:03 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{A9647CEA-644D-4C0A-8733-D916CD344859}</ProjectGuid>
|
2022-12-29 19:13:56 +00:00
|
|
|
|
<ProjectName>sleeper</ProjectName>
|
2013-10-17 19:27:03 +00:00
|
|
|
|
</PropertyGroup>
|
2024-09-14 13:50:06 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2013-10-17 19:27:03 +00:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2024-09-14 13:50:06 +00:00
|
|
|
|
<Import Project="boinc.props" />
|
2013-10-17 19:27:03 +00:00
|
|
|
|
<PropertyGroup>
|
2022-12-29 19:13:56 +00:00
|
|
|
|
<TargetName>$(ProjectName)_windows_$(Platform)</TargetName>
|
|
|
|
|
</PropertyGroup>
|
2024-09-14 13:50:06 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2013-10-17 19:27:03 +00:00
|
|
|
|
<ClCompile>
|
2024-09-14 13:50:06 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../win_build;.;../api;../lib;../samples/image_libs;../samples/jpeglib;../samples/glut;../coprocs/OpenCL/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-10-17 19:27:03 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
2024-09-14 13:50:06 +00:00
|
|
|
|
<AdditionalDependencies>ole32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalDependencies Condition="'$(Configuration)'=='Debug'">libcmtd.lib;libcpmtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalDependencies Condition="'$(Configuration)'=='Release'">libcmt.lib;libcpmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2015-11-19 19:01:20 +00:00
|
|
|
|
<SubSystem>Console</SubSystem>
|
2013-10-17 19:27:03 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\samples\sleeper\sleeper.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-12-29 19:13:56 +00:00
|
|
|
|
<ProjectReference Include="libboincapi.vcxproj">
|
2013-10-17 19:27:03 +00:00
|
|
|
|
<Project>{07bda8f7-4aaf-4a3b-b96e-ea72a143c5ae}</Project>
|
|
|
|
|
</ProjectReference>
|
2022-12-29 19:13:56 +00:00
|
|
|
|
<ProjectReference Include="libboinc.vcxproj">
|
|
|
|
|
<Project>{e8f6bd7e-461a-4733-b7d8-37b09a099ed8}</Project>
|
2013-10-17 19:27:03 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2022-12-29 19:13:56 +00:00
|
|
|
|
<Import Project="boinc_signing.targets" />
|
2024-09-14 13:50:06 +00:00
|
|
|
|
</Project>
|