1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ItemGroup Label="ProjectConfigurations">
\r
4 <ProjectConfiguration Include="Debug|Win32">
\r
5 <Configuration>Debug</Configuration>
\r
6 <Platform>Win32</Platform>
\r
7 </ProjectConfiguration>
\r
8 <ProjectConfiguration Include="Debug|x64">
\r
9 <Configuration>Debug</Configuration>
\r
10 <Platform>x64</Platform>
\r
11 </ProjectConfiguration>
\r
12 <ProjectConfiguration Include="Release|Win32">
\r
13 <Configuration>Release</Configuration>
\r
14 <Platform>Win32</Platform>
\r
15 </ProjectConfiguration>
\r
16 <ProjectConfiguration Include="Release|x64">
\r
17 <Configuration>Release</Configuration>
\r
18 <Platform>x64</Platform>
\r
19 </ProjectConfiguration>
\r
21 <PropertyGroup Label="Globals">
\r
22 <ProjectGuid>{4BE529FB-C2F2-49F7-A897-054B955564CF}</ProjectGuid>
\r
23 <RootNamespace>ResizableLib</RootNamespace>
\r
24 <Keyword>MFCProj</Keyword>
\r
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
\r
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
\r
28 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
29 <PlatformToolset>v110_xp</PlatformToolset>
\r
30 <UseOfMfc>Dynamic</UseOfMfc>
\r
31 <CharacterSet>Unicode</CharacterSet>
\r
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
\r
34 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
35 <PlatformToolset>v110_xp</PlatformToolset>
\r
36 <UseOfMfc>Dynamic</UseOfMfc>
\r
37 <CharacterSet>Unicode</CharacterSet>
\r
38 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
\r
41 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
42 <PlatformToolset>v110_xp</PlatformToolset>
\r
43 <UseOfMfc>Dynamic</UseOfMfc>
\r
44 <CharacterSet>Unicode</CharacterSet>
\r
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
\r
47 <ConfigurationType>StaticLibrary</ConfigurationType>
\r
48 <PlatformToolset>v110_xp</PlatformToolset>
\r
49 <UseOfMfc>Dynamic</UseOfMfc>
\r
50 <CharacterSet>Unicode</CharacterSet>
\r
51 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
54 <ImportGroup Label="ExtensionSettings">
\r
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
\r
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
58 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
59 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
\r
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
63 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
64 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
\r
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
68 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
69 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
71 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
\r
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
73 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
74 <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />
\r
76 <PropertyGroup Label="UserMacros" />
\r
78 <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
\r
81 <ClCompile Include="ResizableComboBox.cpp" />
\r
82 <ClCompile Include="ResizableComboLBox.cpp" />
\r
83 <ClCompile Include="ResizableDialog.cpp" />
\r
84 <ClCompile Include="ResizableFormView.cpp" />
\r
85 <ClCompile Include="ResizableFrame.cpp" />
\r
86 <ClCompile Include="ResizableGrip.cpp" />
\r
87 <ClCompile Include="ResizableLayout.cpp" />
\r
88 <ClCompile Include="ResizableMDIChild.cpp" />
\r
89 <ClCompile Include="ResizableMDIFrame.cpp" />
\r
90 <ClCompile Include="ResizableMinMax.cpp" />
\r
91 <ClCompile Include="ResizableMsgSupport.cpp" />
\r
92 <ClCompile Include="ResizablePage.cpp" />
\r
93 <ClCompile Include="ResizablePageEx.cpp" />
\r
94 <ClCompile Include="ResizableSheet.cpp" />
\r
95 <ClCompile Include="ResizableSheetEx.cpp" />
\r
96 <ClCompile Include="ResizableSheetState.cpp" />
\r
97 <ClCompile Include="ResizableSplitterWnd.cpp" />
\r
98 <ClCompile Include="ResizableState.cpp" />
\r
99 <ClCompile Include="ResizableVersion.cpp" />
\r
100 <ClCompile Include="ResizableWndState.cpp" />
\r
101 <ClCompile Include="StdAfx.cpp">
\r
102 <PrecompiledHeader>Create</PrecompiledHeader>
\r
106 <ClInclude Include="ResizableComboBox.h" />
\r
107 <ClInclude Include="ResizableComboLBox.h" />
\r
108 <ClInclude Include="ResizableDialog.h" />
\r
109 <ClInclude Include="ResizableFormView.h" />
\r
110 <ClInclude Include="ResizableFrame.h" />
\r
111 <ClInclude Include="ResizableGrip.h" />
\r
112 <ClInclude Include="ResizableLayout.h" />
\r
113 <ClInclude Include="ResizableMDIChild.h" />
\r
114 <ClInclude Include="ResizableMDIFrame.h" />
\r
115 <ClInclude Include="ResizableMinMax.h" />
\r
116 <ClInclude Include="ResizableMsgSupport.h" />
\r
117 <ClInclude Include="ResizablePage.h" />
\r
118 <ClInclude Include="ResizablePageEx.h" />
\r
119 <ClInclude Include="ResizableSheet.h" />
\r
120 <ClInclude Include="ResizableSheetEx.h" />
\r
121 <ClInclude Include="ResizableSheetState.h" />
\r
122 <ClInclude Include="ResizableSplitterWnd.h" />
\r
123 <ClInclude Include="ResizableState.h" />
\r
124 <ClInclude Include="ResizableVersion.h" />
\r
125 <ClInclude Include="ResizableWndState.h" />
\r
126 <ClInclude Include="StdAfx.h" />
\r
129 <None Include="ResizableMsgSupport.inl" />
\r
130 <None Include="ChangeLog" />
\r
133 <Text Include="Artistic-License.txt" />
\r
135 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
136 <ImportGroup Label="ExtensionTargets">
\r