~ubuntu-branches/ubuntu/saucy/libwpd/saucy

« back to all changes in this revision

Viewing changes to build/win32/wpd2text.vcxproj

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-04-19 00:47:04 UTC
  • mfrom: (11.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130419004704-j04jp8dan8plg630
Tags: 0.9.7-2
upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <ItemGroup Label="ProjectConfigurations">
 
4
    <ProjectConfiguration Include="Debug|Win32">
 
5
      <Configuration>Debug</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="Release|Win32">
 
9
      <Configuration>Release</Configuration>
 
10
      <Platform>Win32</Platform>
 
11
    </ProjectConfiguration>
 
12
  </ItemGroup>
 
13
  <PropertyGroup Label="Globals">
 
14
    <ProjectGuid>{9922B184-8996-4CEB-96A0-E87A523D00E1}</ProjectGuid>
 
15
  </PropertyGroup>
 
16
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
17
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
18
    <ConfigurationType>Application</ConfigurationType>
 
19
    <UseOfMfc>false</UseOfMfc>
 
20
  </PropertyGroup>
 
21
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
22
    <ConfigurationType>Application</ConfigurationType>
 
23
    <UseOfMfc>false</UseOfMfc>
 
24
  </PropertyGroup>
 
25
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
26
  <ImportGroup Label="ExtensionSettings">
 
27
  </ImportGroup>
 
28
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
29
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
30
  </ImportGroup>
 
31
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
32
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
33
  </ImportGroup>
 
34
  <PropertyGroup Label="UserMacros" />
 
35
  <PropertyGroup>
 
36
    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
 
37
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
 
38
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
 
39
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 
40
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
 
41
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
 
42
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 
43
  </PropertyGroup>
 
44
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
45
    <Midl>
 
46
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
47
      <TargetEnvironment>Win32</TargetEnvironment>
 
48
      <TypeLibraryName>.\Debug/wpd2text.tlb</TypeLibraryName>
 
49
      <HeaderFileName>
 
50
      </HeaderFileName>
 
51
    </Midl>
 
52
    <ClCompile>
 
53
      <Optimization>Disabled</Optimization>
 
54
      <AdditionalIncludeDirectories>..\..\src\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
55
      <PreprocessorDefinitions>_DEBUG;DEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
56
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
57
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
58
      <PrecompiledHeaderOutputFile>.\Debug/wpd2text.pch</PrecompiledHeaderOutputFile>
 
59
      <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
 
60
      <ObjectFileName>.\Debug/</ObjectFileName>
 
61
      <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
 
62
      <WarningLevel>Level3</WarningLevel>
 
63
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
64
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
65
      <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
 
66
    </ClCompile>
 
67
    <ResourceCompile>
 
68
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
69
      <Culture>0x0409</Culture>
 
70
    </ResourceCompile>
 
71
    <Link>
 
72
      <AdditionalDependencies>libwpd-0.9.lib;libwpd-stream-0.9.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
73
      <OutputFile>Debug\bin\wpd2text.exe</OutputFile>
 
74
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
75
      <AdditionalLibraryDirectories>Debug\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
76
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
77
      <ProgramDatabaseFile>.\Debug/wpd2text.pdb</ProgramDatabaseFile>
 
78
      <SubSystem>Console</SubSystem>
 
79
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 
80
      <DataExecutionPrevention>
 
81
      </DataExecutionPrevention>
 
82
    </Link>
 
83
    <Bscmake>
 
84
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
85
      <OutputFile>.\Debug/wpd2text.bsc</OutputFile>
 
86
    </Bscmake>
 
87
  </ItemDefinitionGroup>
 
88
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
89
    <Midl>
 
90
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
91
      <TargetEnvironment>Win32</TargetEnvironment>
 
92
      <TypeLibraryName>.\Release/wpd2text.tlb</TypeLibraryName>
 
93
      <HeaderFileName>
 
94
      </HeaderFileName>
 
95
    </Midl>
 
96
    <ClCompile>
 
97
      <Optimization>Disabled</Optimization>
 
98
      <AdditionalIncludeDirectories>..\..\src\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
99
      <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
100
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
101
      <PrecompiledHeaderOutputFile>.\Release/wpd2text.pch</PrecompiledHeaderOutputFile>
 
102
      <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
 
103
      <ObjectFileName>.\Release/</ObjectFileName>
 
104
      <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
 
105
      <WarningLevel>Level3</WarningLevel>
 
106
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
107
      <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
 
108
    </ClCompile>
 
109
    <ResourceCompile>
 
110
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
111
      <Culture>0x0409</Culture>
 
112
    </ResourceCompile>
 
113
    <Link>
 
114
      <AdditionalDependencies>libwpd-stream-0.9.lib;libwpd-0.9.lib;%(AdditionalDependencies)</AdditionalDependencies>
 
115
      <OutputFile>Release\bin\wpd2text.exe</OutputFile>
 
116
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
117
      <AdditionalLibraryDirectories>Release\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 
118
      <ProgramDatabaseFile>.\Release/wpd2text.pdb</ProgramDatabaseFile>
 
119
      <SubSystem>Console</SubSystem>
 
120
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 
121
      <DataExecutionPrevention>
 
122
      </DataExecutionPrevention>
 
123
    </Link>
 
124
    <Bscmake>
 
125
      <SuppressStartupBanner>true</SuppressStartupBanner>
 
126
      <OutputFile>.\Release/wpd2text.bsc</OutputFile>
 
127
    </Bscmake>
 
128
  </ItemDefinitionGroup>
 
129
  <ItemGroup>
 
130
    <ClCompile Include="..\..\src\conv\text\TextDocumentGenerator.cpp">
 
131
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
132
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
133
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
134
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
135
    </ClCompile>
 
136
    <ClCompile Include="..\..\src\conv\text\wpd2text.cpp">
 
137
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
138
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
139
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
140
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
141
    </ClCompile>
 
142
  </ItemGroup>
 
143
  <ItemGroup>
 
144
    <ClInclude Include="..\..\src\conv\text\TextDocumentGenerator.h" />
 
145
  </ItemGroup>
 
146
  <ItemGroup>
 
147
    <ProjectReference Include="libwpd.vcxproj">
 
148
      <Project>{330e414a-9c06-4a4b-9814-0c665f5dca52}</Project>
 
149
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
150
    </ProjectReference>
 
151
    <ProjectReference Include="libwpdstream.vcxproj">
 
152
      <Project>{cb848337-b6c8-4942-961b-5a9fbbf37b46}</Project>
 
153
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
154
    </ProjectReference>
 
155
  </ItemGroup>
 
156
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
157
  <ImportGroup Label="ExtensionTargets">
 
158
  </ImportGroup>
 
159
</Project>
 
 
b'\\ No newline at end of file'