~ubuntu-branches/ubuntu/oneiric/json-glib/oneiric

« back to all changes in this revision

Viewing changes to build/win32/vs10/node.vcxproj

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-12 09:08:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110912090807-3br793wiakn3yr8r
Tags: 0.13.90-1
* New upstream release.
* Drop 0001-Fix-GVariant-creation-on-some-architectures-bug-6504.patch:
  Applied upstream.

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="Debug|x64">
 
9
      <Configuration>Debug</Configuration>
 
10
      <Platform>x64</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Release|Win32">
 
13
      <Configuration>Release</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Release|x64">
 
17
      <Configuration>Release</Configuration>
 
18
      <Platform>x64</Platform>
 
19
    </ProjectConfiguration>
 
20
  </ItemGroup>
 
21
  <PropertyGroup Label="Globals">
 
22
    <ProjectGuid>{04658465-64F9-4F06-B7A7-D40F6EDF26E3}</ProjectGuid>
 
23
    <RootNamespace>node</RootNamespace>
 
24
    <Keyword>Win32Proj</Keyword>
 
25
  </PropertyGroup>
 
26
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
27
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
28
    <ConfigurationType>Application</ConfigurationType>
 
29
    <CharacterSet>Unicode</CharacterSet>
 
30
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
33
    <ConfigurationType>Application</ConfigurationType>
 
34
    <CharacterSet>Unicode</CharacterSet>
 
35
  </PropertyGroup>
 
36
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
37
    <ConfigurationType>Application</ConfigurationType>
 
38
    <CharacterSet>MultiByte</CharacterSet>
 
39
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
40
  </PropertyGroup>
 
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
42
    <ConfigurationType>Application</ConfigurationType>
 
43
    <CharacterSet>MultiByte</CharacterSet>
 
44
  </PropertyGroup>
 
45
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
46
  <ImportGroup Label="ExtensionSettings">
 
47
  </ImportGroup>
 
48
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
49
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
50
    <Import Project="json-glib.props" />
 
51
  </ImportGroup>
 
52
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
53
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
54
    <Import Project="json-glib.props" />
 
55
  </ImportGroup>
 
56
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
57
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
58
    <Import Project="json-glib.props" />
 
59
  </ImportGroup>
 
60
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
61
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
62
    <Import Project="json-glib.props" />
 
63
  </ImportGroup>
 
64
  <PropertyGroup Label="UserMacros" />
 
65
  <PropertyGroup>
 
66
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 
67
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>     
 
68
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 
69
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
 
70
  </PropertyGroup>
 
71
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
72
    <ClCompile>
 
73
      <Optimization>Disabled</Optimization>
 
74
      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
75
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
76
      <MinimalRebuild>true</MinimalRebuild>
 
77
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
78
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
79
      <PrecompiledHeader>
 
80
      </PrecompiledHeader>
 
81
      <WarningLevel>Level3</WarningLevel>
 
82
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
83
      <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
 
84
    </ClCompile>
 
85
    <Link>
 
86
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
87
      <SubSystem>Console</SubSystem>
 
88
      <TargetMachine>MachineX86</TargetMachine>
 
89
    </Link>
 
90
  </ItemDefinitionGroup>
 
91
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
92
    <ClCompile>
 
93
      <Optimization>Disabled</Optimization>
 
94
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
95
      <MinimalRebuild>true</MinimalRebuild>
 
96
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
97
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
98
      <PrecompiledHeader>
 
99
      </PrecompiledHeader>
 
100
      <WarningLevel>Level3</WarningLevel>
 
101
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
102
      <CompileAs>CompileAsC</CompileAs>
 
103
    </ClCompile>
 
104
    <Link>
 
105
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
106
      <SubSystem>Console</SubSystem>
 
107
      <TargetMachine>MachineX64</TargetMachine>
 
108
    </Link>
 
109
  </ItemDefinitionGroup>
 
110
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
111
    <PreBuildEvent>
 
112
      <Command>
 
113
      </Command>
 
114
    </PreBuildEvent>
 
115
    <ClCompile>
 
116
      <Optimization>MaxSpeed</Optimization>
 
117
      <IntrinsicFunctions>true</IntrinsicFunctions>
 
118
      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 
119
      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
120
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
121
      <FunctionLevelLinking>true</FunctionLevelLinking>
 
122
      <PrecompiledHeader>
 
123
      </PrecompiledHeader>
 
124
      <WarningLevel>Level3</WarningLevel>
 
125
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
126
      <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
 
127
    </ClCompile>
 
128
    <Link>
 
129
      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
 
130
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
131
      <SubSystem>Console</SubSystem>
 
132
      <OptimizeReferences>true</OptimizeReferences>
 
133
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
134
      <TargetMachine>MachineX86</TargetMachine>
 
135
    </Link>
 
136
  </ItemDefinitionGroup>
 
137
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
138
    <ClCompile>
 
139
      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
140
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
141
      <PrecompiledHeader>
 
142
      </PrecompiledHeader>
 
143
      <WarningLevel>Level3</WarningLevel>
 
144
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
145
      <CompileAs>CompileAsC</CompileAs>
 
146
    </ClCompile>
 
147
    <Link>
 
148
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
149
      <SubSystem>Console</SubSystem>
 
150
      <OptimizeReferences>true</OptimizeReferences>
 
151
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
152
      <TargetMachine>MachineX64</TargetMachine>
 
153
    </Link>
 
154
  </ItemDefinitionGroup>
 
155
  <ItemGroup>
 
156
    <ClCompile Include="..\..\..\json-glib\tests\node.c" />
 
157
  </ItemGroup>
 
158
  <ItemGroup>
 
159
    <ProjectReference Include="json-glib.vcxproj">
 
160
      <Project>{469db0a8-e33e-4112-a38c-52a168ecdc03}</Project>
 
161
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
 
162
    </ProjectReference>
 
163
  </ItemGroup>
 
164
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
165
  <ImportGroup Label="ExtensionTargets">
 
166
  </ImportGroup>
 
167
</Project>
 
 
b'\\ No newline at end of file'