Another bump for packaging changes
[mono-project.git] / msvc / eglib.vcxproj
blob94a7127d7318cad19bd892a6f7e50eb800455856
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="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>{158073ED-99AE-4196-9EDC-DDB2344F8466}</ProjectGuid>
23 <RootNamespace>eglib</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
25 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>StaticLibrary</ConfigurationType>
30 <CharacterSet>Unicode</CharacterSet>
31 <PlatformToolset>v140</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <CharacterSet>Unicode</CharacterSet>
36 <PlatformToolset>v140</PlatformToolset>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39 <ConfigurationType>StaticLibrary</ConfigurationType>
40 <CharacterSet>Unicode</CharacterSet>
41 <PlatformToolset>v140</PlatformToolset>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44 <ConfigurationType>StaticLibrary</ConfigurationType>
45 <CharacterSet>Unicode</CharacterSet>
46 <PlatformToolset>v140</PlatformToolset>
47 </PropertyGroup>
48 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <ImportGroup Label="ExtensionSettings">
50 </ImportGroup>
51 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53 <Import Project="mono.props" />
54 </ImportGroup>
55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 <Import Project="mono.props" />
58 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <Import Project="mono.props" />
62 </ImportGroup>
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="mono.props" />
66 </ImportGroup>
67 <PropertyGroup Label="UserMacros" />
68 <PropertyGroup>
69 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
78 </PropertyGroup>
79 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80 <PreBuildEvent>
81 <Command>
82 </Command>
83 </PreBuildEvent>
84 <ClCompile>
85 <Optimization>Disabled</Optimization>
86 <AdditionalIncludeDirectories>$(MONO_EGLIB_SOURCE_DIR);$(MONO_EGLIB_INCLUDE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
87 <MinimalRebuild>true</MinimalRebuild>
88 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
89 <PrecompiledHeader>
90 </PrecompiledHeader>
91 <WarningLevel>Level4</WarningLevel>
92 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
93 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
95 </ClCompile>
96 </ItemDefinitionGroup>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98 <PreBuildEvent>
99 <Command>
100 </Command>
101 </PreBuildEvent>
102 <ClCompile>
103 <Optimization>MinSpace</Optimization>
104 <AdditionalIncludeDirectories>$(MONO_EGLIB_SOURCE_DIR);$(MONO_EGLIB_INCLUDE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
105 <PrecompiledHeader>
106 </PrecompiledHeader>
107 <WarningLevel>Level4</WarningLevel>
108 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
109 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
111 </ClCompile>
112 </ItemDefinitionGroup>
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114 <PreBuildEvent>
115 <Command>
116 </Command>
117 </PreBuildEvent>
118 <Midl>
119 <TargetEnvironment>X64</TargetEnvironment>
120 </Midl>
121 <ClCompile>
122 <Optimization>Disabled</Optimization>
123 <AdditionalIncludeDirectories>$(MONO_EGLIB_SOURCE_DIR);$(MONO_EGLIB_INCLUDE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
124 <MinimalRebuild>true</MinimalRebuild>
125 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
126 <PrecompiledHeader>
127 </PrecompiledHeader>
128 <WarningLevel>Level4</WarningLevel>
129 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
130 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
132 </ClCompile>
133 </ItemDefinitionGroup>
134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135 <PreBuildEvent>
136 <Command>
137 </Command>
138 </PreBuildEvent>
139 <Midl>
140 <TargetEnvironment>X64</TargetEnvironment>
141 </Midl>
142 <ClCompile>
143 <Optimization>MinSpace</Optimization>
144 <AdditionalIncludeDirectories>$(MONO_EGLIB_SOURCE_DIR);$(MONO_EGLIB_INCLUDE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
145 <PrecompiledHeader>
146 </PrecompiledHeader>
147 <WarningLevel>Level4</WarningLevel>
148 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
149 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
151 </ClCompile>
152 </ItemDefinitionGroup>
153 <ItemGroup>
154 <ClCompile Include="..\eglib\src\garray.c" />
155 <ClCompile Include="..\eglib\src\gbytearray.c" />
156 <ClCompile Include="..\eglib\src\gdate-win32.c" />
157 <ClCompile Include="..\eglib\src\gdir-win32.c" />
158 <ClCompile Include="..\eglib\src\gerror.c" />
159 <ClCompile Include="..\eglib\src\gfile-posix.c" />
160 <ClCompile Include="..\eglib\src\gfile-win32.c" />
161 <ClCompile Include="..\eglib\src\gfile.c" />
162 <ClCompile Include="..\eglib\src\ghashtable.c" />
163 <ClCompile Include="..\eglib\src\giconv.c" />
164 <ClCompile Include="..\eglib\src\glist.c" />
165 <ClCompile Include="..\eglib\src\gmarkup.c" />
166 <ClCompile Include="..\eglib\src\gmem.c" />
167 <ClCompile Include="..\eglib\src\gmisc-win32.c" />
168 <ClCompile Include="..\eglib\src\gmodule-win32.c" />
169 <ClCompile Include="..\eglib\src\goutput.c" />
170 <ClCompile Include="..\eglib\src\gpath.c" />
171 <ClCompile Include="..\eglib\src\gpattern.c" />
172 <ClCompile Include="..\eglib\src\gptrarray.c" />
173 <ClCompile Include="..\eglib\src\gqsort.c" />
174 <ClCompile Include="..\eglib\src\gqueue.c" />
175 <ClCompile Include="..\eglib\src\gshell.c" />
176 <ClCompile Include="..\eglib\src\gslist.c" />
177 <ClCompile Include="..\eglib\src\gspawn.c" />
178 <ClCompile Include="..\eglib\src\gstr.c" />
179 <ClCompile Include="..\eglib\src\gstring.c" />
180 <ClCompile Include="..\eglib\src\gtimer-win32.c" />
181 <ClCompile Include="..\eglib\src\gunicode.c" />
182 <ClCompile Include="..\eglib\src\gutf8.c" />
183 </ItemGroup>
184 <ItemGroup>
185 <ClInclude Include="..\eglib\src\glib.h" />
186 <ClInclude Include="..\eglib\src\gmodule.h" />
187 <ClInclude Include="..\eglib\src\sort.frag.h" />
188 </ItemGroup>
189 <ItemGroup>
190 <ProjectReference Include="build-init.vcxproj">
191 <Project>{92ae7622-5f58-4234-9a26-9ec71876b3f4}</Project>
192 </ProjectReference>
193 </ItemGroup>
194 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
195 <ImportGroup Label="ExtensionTargets">
196 </ImportGroup>
197 </Project>