~dannf/ubuntu/saucy/djvulibre/lp1224195

« back to all changes in this revision

Viewing changes to win32/djvulibre/djvuserve/djvuserve.vcxproj

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-06-09 23:06:30 UTC
  • mfrom: (1.1.8) (12.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20110609230630-iixyb3dzba1lio13
Tags: 3.5.24-7
upstream fix to page extraction bug (closes: #629941)

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>{08BBD8A2-A87E-4652-84C5-6A5940427843}</ProjectGuid>
 
15
    <RootNamespace>djvuserve</RootNamespace>
 
16
    <Keyword>Win32Proj</Keyword>
 
17
  </PropertyGroup>
 
18
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
19
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
20
    <ConfigurationType>Application</ConfigurationType>
 
21
    <CharacterSet>MultiByte</CharacterSet>
 
22
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
25
    <ConfigurationType>Application</ConfigurationType>
 
26
    <CharacterSet>MultiByte</CharacterSet>
 
27
  </PropertyGroup>
 
28
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
29
  <ImportGroup Label="ExtensionSettings">
 
30
  </ImportGroup>
 
31
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
32
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
33
    <Import Project="..\tools.props" />
 
34
    <Import Project="..\warnings.props" />
 
35
    <Import Project="..\dirs.props" />
 
36
  </ImportGroup>
 
37
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
38
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
39
    <Import Project="..\tools.props" />
 
40
    <Import Project="..\warnings.props" />
 
41
    <Import Project="..\dirs.props" />
 
42
  </ImportGroup>
 
43
  <PropertyGroup Label="UserMacros" />
 
44
  <PropertyGroup>
 
45
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 
46
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
 
47
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
 
48
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 
49
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
 
50
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
 
51
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 
52
  </PropertyGroup>
 
53
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
54
    <ClCompile>
 
55
      <Optimization>Disabled</Optimization>
 
56
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
57
      <MinimalRebuild>true</MinimalRebuild>
 
58
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
59
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
60
      <PrecompiledHeader>
 
61
      </PrecompiledHeader>
 
62
      <WarningLevel>Level3</WarningLevel>
 
63
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
64
    </ClCompile>
 
65
    <Link>
 
66
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
67
      <SubSystem>Console</SubSystem>
 
68
      <TargetMachine>MachineX86</TargetMachine>
 
69
    </Link>
 
70
  </ItemDefinitionGroup>
 
71
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
72
    <ClCompile>
 
73
      <Optimization>MaxSpeed</Optimization>
 
74
      <IntrinsicFunctions>true</IntrinsicFunctions>
 
75
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
76
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
77
      <FunctionLevelLinking>true</FunctionLevelLinking>
 
78
      <PrecompiledHeader>
 
79
      </PrecompiledHeader>
 
80
      <WarningLevel>Level3</WarningLevel>
 
81
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
82
    </ClCompile>
 
83
    <Link>
 
84
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
85
      <SubSystem>Console</SubSystem>
 
86
      <OptimizeReferences>true</OptimizeReferences>
 
87
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
88
      <TargetMachine>MachineX86</TargetMachine>
 
89
    </Link>
 
90
  </ItemDefinitionGroup>
 
91
  <ItemGroup>
 
92
    <ClCompile Include="..\..\..\tools\djvuserve.cpp" />
 
93
  </ItemGroup>
 
94
  <ItemGroup>
 
95
    <ProjectReference Include="..\libdjvulibre\libdjvulibre.vcxproj">
 
96
      <Project>{aaa67337-aabd-4d04-a3cc-0a7f341f216c}</Project>
 
97
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
98
    </ProjectReference>
 
99
  </ItemGroup>
 
100
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
101
  <ImportGroup Label="ExtensionTargets">
 
102
  </ImportGroup>
 
103
</Project>
 
 
b'\\ No newline at end of file'