-
Notifications
You must be signed in to change notification settings - Fork 461
/
Copy pathimage_libs.vcxproj
30 lines (30 loc) · 1.24 KB
/
image_libs.vcxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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>{D3D21F11-A7E7-4EA2-8518-E24695133BFF}</ProjectGuid>
<RootNamespace>image_libs</RootNamespace>
<Keyword>Win32Proj</Keyword>
<ProjectName>image_libs</ProjectName>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="boinc.props" />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_LIB;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\samples\image_libs\bmplib.cpp" />
<ClCompile Include="..\samples\image_libs\tgalib.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\samples\image_libs\bmplib.h" />
<ClInclude Include="..\samples\image_libs\tgalib.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>