Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Label servers that can cause data loss as dangerous
[xestiaab/.git] / projects / msw / odthelpbrowser.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="DLL Debug|Win32">
5       <Configuration>DLL Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="DLL Release|Win32">
9       <Configuration>DLL Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="DLL Debug|x64">
13       <Configuration>DLL Debug</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="DLL Release|x64">
17       <Configuration>DLL Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{34CC88D3-DDB7-4A4A-B76E-51483A65D0F4}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24     <RootNamespace>odthelpbrowser</RootNamespace>
25     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="Configuration">
29     <ConfigurationType>Application</ConfigurationType>
30     <UseDebugLibraries>true</UseDebugLibraries>
31     <PlatformToolset>v140</PlatformToolset>
32     <CharacterSet>Unicode</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="Configuration">
35     <ConfigurationType>Application</ConfigurationType>
36     <UseDebugLibraries>false</UseDebugLibraries>
37     <PlatformToolset>v140</PlatformToolset>
38     <WholeProgramOptimization>true</WholeProgramOptimization>
39     <CharacterSet>Unicode</CharacterSet>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'" Label="Configuration">
42     <ConfigurationType>Application</ConfigurationType>
43     <UseDebugLibraries>true</UseDebugLibraries>
44     <PlatformToolset>v140</PlatformToolset>
45     <CharacterSet>Unicode</CharacterSet>
46   </PropertyGroup>
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'" Label="Configuration">
48     <ConfigurationType>Application</ConfigurationType>
49     <UseDebugLibraries>false</UseDebugLibraries>
50     <PlatformToolset>v140</PlatformToolset>
51     <WholeProgramOptimization>true</WholeProgramOptimization>
52     <CharacterSet>Unicode</CharacterSet>
53   </PropertyGroup>
54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55   <ImportGroup Label="ExtensionSettings">
56   </ImportGroup>
57   <ImportGroup Label="Shared">
58   </ImportGroup>
59   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61   </ImportGroup>
62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64   </ImportGroup>
65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67   </ImportGroup>
68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70   </ImportGroup>
71   <PropertyGroup Label="UserMacros" />
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
73     <LinkIncremental>true</LinkIncremental>
74     <OutDir>vc_mswuddll\</OutDir>
75     <IntDir>vc_mswuddll\odthelpbrowser_debug</IntDir>
76     <TargetName>odthelpbrowser</TargetName>
77   </PropertyGroup>
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
79     <LinkIncremental>true</LinkIncremental>
80     <OutDir>vc_mswuddll_x64\</OutDir>
81     <IntDir>vc_mswuddll_x64\odthelpbrowser_debug</IntDir>
82     <TargetName>odthelpbrowser</TargetName>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
85     <LinkIncremental>false</LinkIncremental>
86     <OutDir>vc_mswudll_x64\</OutDir>
87     <IntDir>vc_mswudll_x64\odthelpbrowser</IntDir>
88     <TargetName>odthelpbrowser</TargetName>
89   </PropertyGroup>
90   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
91     <LinkIncremental>false</LinkIncremental>
92     <OutDir>vc_mswudll_x64\</OutDir>
93     <IntDir>vc_mswudll_x64\odthelpbrowser</IntDir>
94     <TargetName>odthelpbrowser</TargetName>
95   </PropertyGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
97     <ClCompile>
98       <PrecompiledHeader>
99       </PrecompiledHeader>
100       <WarningLevel>Level3</WarningLevel>
101       <Optimization>Disabled</Optimization>
102       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103       <AdditionalIncludeDirectories>$(WXWIDGETS_32BIT_DEBUG)\lib\vc_dll\mswud;$(WXWIDGETS_32BIT_DEBUG)\include;$(ICONV_32BIT)\include;$(LIBXML2_32BIT)\include\libxml2\;.</AdditionalIncludeDirectories>
104     </ClCompile>
105     <Link>
106       <SubSystem>Windows</SubSystem>
107       <GenerateDebugInformation>true</GenerateDebugInformation>
108       <OutputFile>vc_mswudll_x64\odthelpbrowser.exe</OutputFile>
109       <AdditionalLibraryDirectories>$(LIBXML2_32BIT)\lib;$(WXWIDGETS_32BIT_DEBUG)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
110     </Link>
111   </ItemDefinitionGroup>
112   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
113     <ClCompile>
114       <PrecompiledHeader>
115       </PrecompiledHeader>
116       <WarningLevel>Level3</WarningLevel>
117       <Optimization>Disabled</Optimization>
118       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119       <AdditionalIncludeDirectories>$(WXWIDGETS_64BIT_DEBUG)\lib\vc_x64_dll\mswud;$(WXWIDGETS_64BIT_DEBUG)\include;$(ICONV_64BIT)\include;$(LIBXML2_64BIT)\include\libxml2;.</AdditionalIncludeDirectories>
120     </ClCompile>
121     <Link>
122       <SubSystem>Windows</SubSystem>
123       <GenerateDebugInformation>true</GenerateDebugInformation>
124       <AdditionalDependencies>wxmsw30ud_core.lib;wxmsw30ud_html.lib;wxbase30ud.lib;wxmsw30ud_adv.lib;libxml2.dll.a;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>
125       <AdditionalLibraryDirectories>$(LIBXML2_64BIT)\lib;$(WXWIDGETS_64BIT_DEBUG)\lib\vc_x64_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
126       <OutputFile>vc_mswuddll_x64\odthelpbrowser.exe</OutputFile>
127     </Link>
128   </ItemDefinitionGroup>
129   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
130     <ClCompile>
131       <WarningLevel>Level3</WarningLevel>
132       <PrecompiledHeader>
133       </PrecompiledHeader>
134       <Optimization>MaxSpeed</Optimization>
135       <FunctionLevelLinking>true</FunctionLevelLinking>
136       <IntrinsicFunctions>true</IntrinsicFunctions>
137       <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138       <AdditionalIncludeDirectories>$(CURL_32BIT)\builds\libcurl-vc-x86-release-dll-zlib-static-ipv6-sspi-winssl\include;$(ICONV_32BIT)\include;$(WXWIDGETS_32BIT)\lib\vc_dll\mswud;$(WXWIDGETS_32BIT)\include;$(SFML_32BIT)\include;$(LIBXML2_32BIT)\include\libxml2;.</AdditionalIncludeDirectories>
139     </ClCompile>
140     <Link>
141       <SubSystem>Windows</SubSystem>
142       <EnableCOMDATFolding>true</EnableCOMDATFolding>
143       <OptimizeReferences>true</OptimizeReferences>
144       <GenerateDebugInformation>true</GenerateDebugInformation>
145       <AdditionalDependencies>wxmsw30u_core.lib;wxmsw30u_html.lib;wxbase30u.lib;wxmsw30u_adv.lib;libxml2.dll.a;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
146       <OutputFile>vc_mswudll\odthelpbrowser.exe</OutputFile>
147       <AdditionalLibraryDirectories>$(LIBXML2_32BIT)\lib;$(WXWIDGETS_32BIT)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
148     </Link>
149   </ItemDefinitionGroup>
150   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
151     <ClCompile>
152       <WarningLevel>Level3</WarningLevel>
153       <PrecompiledHeader>
154       </PrecompiledHeader>
155       <Optimization>MaxSpeed</Optimization>
156       <FunctionLevelLinking>true</FunctionLevelLinking>
157       <IntrinsicFunctions>true</IntrinsicFunctions>
158       <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH;%(PreprocessorDefinitions)</PreprocessorDefinitions>
159       <AdditionalIncludeDirectories>$(WXWIDGETS_64BIT)\lib\vc_x64_dll\mswud;$(WXWIDGETS_64BIT)\include;$(ICONV_64BIT)\include;$(LIBXML2_64BIT)\include\libxml2;.</AdditionalIncludeDirectories>
160     </ClCompile>
161     <Link>
162       <SubSystem>Windows</SubSystem>
163       <EnableCOMDATFolding>true</EnableCOMDATFolding>
164       <OptimizeReferences>true</OptimizeReferences>
165       <GenerateDebugInformation>true</GenerateDebugInformation>
166       <AdditionalLibraryDirectories>$(LIBXML2_64BIT)\lib;$(WXWIDGETS_64BIT)\lib\vc_x64_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
167       <OutputFile>vc_mswudll_x64\odthelpbrowser.exe</OutputFile>
168     </Link>
169   </ItemDefinitionGroup>
170   <ItemGroup>
171     <ClInclude Include="..\..\source\tools\odthelpbrowser\base64.h" />
172     <ClInclude Include="..\..\source\tools\odthelpbrowser\frmMain.h" />
173     <ClInclude Include="..\..\source\tools\odthelpbrowser\odt.h" />
174     <ClInclude Include="..\..\source\tools\odthelpbrowser\ODTHelpBrowser.h" />
175     <ClInclude Include="..\..\source\tools\odthelpbrowser\version.h" />
176   </ItemGroup>
177   <ItemGroup>
178     <ClCompile Include="..\..\source\tools\odthelpbrowser\base64.cpp" />
179     <ClCompile Include="..\..\source\tools\odthelpbrowser\frmMain.cpp" />
180     <ClCompile Include="..\..\source\tools\odthelpbrowser\main.cpp" />
181     <ClCompile Include="..\..\source\tools\odthelpbrowser\odt.cpp" />
182     <ClCompile Include="..\..\source\tools\odthelpbrowser\ODTHelpBrowser.cpp" />
183   </ItemGroup>
184   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185   <ImportGroup Label="ExtensionTargets">
186   </ImportGroup>
187 </Project>
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy