~elementary-os/ubuntu-package-imports/gtksourceview3-bionic

« back to all changes in this revision

Viewing changes to win32/vs10/gtksourceview.vcxprojin

  • Committer: RabbitBot
  • Date: 2018-04-11 14:44:37 UTC
  • Revision ID: rabbitbot@elementary.io-20180411144437-o6lqtaih66d5uhtx
Initial import, version 3.24.7-1

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>{B95C0A8D-2528-40C4-8ADE-1FDE8B6E50E8}</ProjectGuid>
 
23
    <RootNamespace>gtksourceview</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>DynamicLibrary</ConfigurationType>
 
29
    <CharacterSet>MultiByte</CharacterSet>
 
30
    <PlatformToolset>v100</PlatformToolset>
 
31
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
32
  </PropertyGroup>
 
33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
34
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
35
    <CharacterSet>MultiByte</CharacterSet>
 
36
    <PlatformToolset>v100</PlatformToolset>
 
37
  </PropertyGroup>
 
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
39
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
40
    <CharacterSet>MultiByte</CharacterSet>
 
41
    <PlatformToolset>v100</PlatformToolset>
 
42
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
43
  </PropertyGroup>
 
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
45
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 
46
    <CharacterSet>MultiByte</CharacterSet>
 
47
    <PlatformToolset>v100</PlatformToolset>
 
48
  </PropertyGroup>
 
49
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
50
  <ImportGroup Label="ExtensionSettings">
 
51
  </ImportGroup>
 
52
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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="gtksourceview-gen-srcs.props" />
 
55
  </ImportGroup>
 
56
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
57
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
58
    <Import Project="gtksourceview-gen-srcs.props" />
 
59
  </ImportGroup>
 
60
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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="gtksourceview-gen-srcs.props" />
 
63
  </ImportGroup>
 
64
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
65
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
66
    <Import Project="gtksourceview-gen-srcs.props" />
 
67
  </ImportGroup>
 
68
  <PropertyGroup Label="UserMacros" />
 
69
  <PropertyGroup>
 
70
    <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
 
71
    <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
 
72
  </PropertyGroup>
 
73
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
74
    <ClCompile>
 
75
      <Optimization>Disabled</Optimization>
 
76
      <PreprocessorDefinitions>_DEBUG;$(GtkSourceBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
77
      <MinimalRebuild>true</MinimalRebuild>
 
78
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
79
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
80
      <PrecompiledHeader>
 
81
      </PrecompiledHeader>
 
82
      <WarningLevel>Level3</WarningLevel>
 
83
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 
84
    </ClCompile>
 
85
    <Link>
 
86
      <OutputFile>$(OutDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).dll</OutputFile>
 
87
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
88
      <SubSystem>Windows</SubSystem>
 
89
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
 
90
      <ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
 
91
      <TargetMachine>MachineX86</TargetMachine>
 
92
    </Link>
 
93
  </ItemDefinitionGroup>
 
94
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
95
    <ClCompile>
 
96
      <Optimization>MaxSpeed</Optimization>
 
97
      <IntrinsicFunctions>true</IntrinsicFunctions>
 
98
      <PreprocessorDefinitions>$(GtkSourceBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
99
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
100
      <FunctionLevelLinking>true</FunctionLevelLinking>
 
101
      <PrecompiledHeader>
 
102
      </PrecompiledHeader>
 
103
      <WarningLevel>Level3</WarningLevel>
 
104
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
105
    </ClCompile>
 
106
    <Link>
 
107
      <OutputFile>$(OutDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).dll</OutputFile>
 
108
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
109
      <SubSystem>Windows</SubSystem>
 
110
      <OptimizeReferences>true</OptimizeReferences>
 
111
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
112
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
 
113
      <ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
 
114
      <TargetMachine>MachineX86</TargetMachine>
 
115
    </Link>
 
116
  </ItemDefinitionGroup>
 
117
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 
118
    <Midl>
 
119
      <TargetEnvironment>X64</TargetEnvironment>
 
120
    </Midl>
 
121
    <ClCompile>
 
122
      <Optimization>Disabled</Optimization>
 
123
      <PreprocessorDefinitions>_DEBUG;$(GtkSourceBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
124
      <MinimalRebuild>true</MinimalRebuild>
 
125
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 
126
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
127
      <PrecompiledHeader>
 
128
      </PrecompiledHeader>
 
129
      <WarningLevel>Level3</WarningLevel>
 
130
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
131
    </ClCompile>
 
132
    <Link>
 
133
      <OutputFile>$(OutDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).dll</OutputFile>
 
134
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
135
      <SubSystem>Windows</SubSystem>
 
136
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
 
137
      <ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
 
138
      <TargetMachine>MachineX64</TargetMachine>
 
139
    </Link>
 
140
  </ItemDefinitionGroup>
 
141
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 
142
    <Midl>
 
143
      <TargetEnvironment>X64</TargetEnvironment>
 
144
    </Midl>
 
145
    <ClCompile>
 
146
      <Optimization>MaxSpeed</Optimization>
 
147
      <IntrinsicFunctions>true</IntrinsicFunctions>
 
148
      <PreprocessorDefinitions>$(GtkSourceBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
 
149
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 
150
      <FunctionLevelLinking>true</FunctionLevelLinking>
 
151
      <PrecompiledHeader>
 
152
      </PrecompiledHeader>
 
153
      <WarningLevel>Level3</WarningLevel>
 
154
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 
155
    </ClCompile>
 
156
    <Link>
 
157
      <OutputFile>$(OutDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).dll</OutputFile>
 
158
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
159
      <SubSystem>Windows</SubSystem>
 
160
      <OptimizeReferences>true</OptimizeReferences>
 
161
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
162
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
 
163
      <ProgramDatabaseFile>$(TargetDir)$(GtkSourceviewDllPrefix)$(ProjectName)$(GtkSourceviewDllSuffix).pdb</ProgramDatabaseFile>
 
164
      <TargetMachine>MachineX64</TargetMachine>
 
165
    </Link>
 
166
  </ItemDefinitionGroup>
 
167
  <ItemGroup>
 
168
#include "gtksourceview.vs10.sourcefiles"
 
169
  </ItemGroup>
 
170
  <ItemGroup>
 
171
    <CustomBuild Include="..\..\config.h.win32">
 
172
      <Message>Copying config.h from config.h.win32...</Message>
 
173
      <Command>$(CopyConfigH)</Command>
 
174
      <Outputs>..\..\config.h;%(Outputs)</Outputs>
 
175
    </CustomBuild>
 
176
    <CustomBuild Include="..\..\gtksourceview\gtksourceversion.h.in">
 
177
      <Message>Generating gtksourceversion.h...</Message>
 
178
      <Command Condition="'$(Platform)'=='Win32'">$(GenGtksourceVersionH)</Command>
 
179
      <Command Condition="'$(Platform)'=='x64'">$(GenGtksourceVersionHX64)</Command>
 
180
      <Outputs>..\..\gtksourceview\gtksourceversion.h;%(Outputs)</Outputs>
 
181
    </CustomBuild>
 
182
    <CustomBuild Include="..\gen-enums.bat">
 
183
      <Message>Generating Enumeration sources...</Message>
 
184
      <Command Condition="'$(Platform)'=='Win32'">$(GenerateEnums)</Command>
 
185
      <Command Condition="'$(Platform)'=='x64'">$(GenerateEnumsX64)</Command>
 
186
      <Outputs>..\..\gtksourceview\gtksourceview-enumtypes.c;..\..\gtksourceview\gtksourceview-enumtypes.h;%(Outputs)</Outputs>
 
187
    </CustomBuild>
 
188
    <CustomBuild Include="..\..\gtksourceview\gtksourceview.gresource.xml">
 
189
      <Message>Generating GResource sources...</Message>
 
190
      <Command>$(GenerateRsrcSrc)</Command>
 
191
      <Outputs>..\..\gtksourceview\gtksourceview-resources.c;%(Outputs)</Outputs>
 
192
    </CustomBuild>
 
193
  </ItemGroup>
 
194
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
195
  <ImportGroup Label="ExtensionTargets">
 
196
  </ImportGroup>
 
197
</Project>