-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathGFC.vcxproj
86 lines (86 loc) · 3.93 KB
/
GFC.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{84E2573C-0D33-417F-A740-B42636728ABC}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="GothicLibRelease.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="GothicLibDebug.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
</PropertyGroup>
<ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="GFC.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="GFC.h" />
<ClInclude Include="GFC\gfc_animatectrl.h" />
<ClInclude Include="GFC\gfc_animatedimage.h" />
<ClInclude Include="GFC\gfc_bitmap.h" />
<ClInclude Include="GFC\gfc_bitmapmap.h" />
<ClInclude Include="GFC\gfc_button.h" />
<ClInclude Include="GFC\gfc_checkbox.h" />
<ClInclude Include="GFC\gfc_dataexchange.h" />
<ClInclude Include="GFC\gfc_devicecontext.h" />
<ClInclude Include="GFC\gfc_devicecontextmap.h" />
<ClInclude Include="GFC\gfc_dialog.h" />
<ClInclude Include="GFC\gfc_edit.h" />
<ClInclude Include="GFC\gfc_font.h" />
<ClInclude Include="GFC\gfc_imagelist.h" />
<ClInclude Include="GFC\gfc_imagelistmap.h" />
<ClInclude Include="GFC\gfc_listbox.h" />
<ClInclude Include="GFC\gfc_listctrl.h" />
<ClInclude Include="GFC\gfc_module.h" />
<ClInclude Include="GFC\gfc_progressbar.h" />
<ClInclude Include="GFC\gfc_radiobutton.h" />
<ClInclude Include="GFC\gfc_scrollbar.h" />
<ClInclude Include="GFC\gfc_slider.h" />
<ClInclude Include="GFC\gfc_static.h" />
<ClInclude Include="GFC\gfc_tabctrl.h" />
<ClInclude Include="GFC\gfc_toolbarctrl.h" />
<ClInclude Include="GFC\gfc_tooltipctrl.h" />
<ClInclude Include="GFC\gfc_view.h" />
<ClInclude Include="GFC\gfc_wnd.h" />
<ClInclude Include="GFC\gfc_wndmap.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="SharedBase.vcxproj">
<Project>{7823c28a-70f8-484e-a6dc-ccefebc34c03}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>