Refactored VS depdencies + restructring VS solution and projects.
[mono.git] / msvc / test_eglib.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|x64">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Release|Win32">\r
13       <Configuration>Release</Configuration>\r
14       <Platform>Win32</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{80A0620A-3478-4E1A-AA7C-0D2387B892AB}</ProjectGuid>\r
23     <RootNamespace>test_eglib</RootNamespace>\r
24     <Keyword>Win32Proj</Keyword>\r
25   </PropertyGroup>\r
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
28     <ConfigurationType>Application</ConfigurationType>\r
29     <CharacterSet>Unicode</CharacterSet>\r
30     <PlatformToolset>v140</PlatformToolset>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
33     <ConfigurationType>Application</ConfigurationType>\r
34     <CharacterSet>Unicode</CharacterSet>\r
35     <PlatformToolset>v140</PlatformToolset>\r
36   </PropertyGroup>\r
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
38     <ConfigurationType>Application</ConfigurationType>\r
39     <CharacterSet>Unicode</CharacterSet>\r
40     <PlatformToolset>v140</PlatformToolset>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
43     <ConfigurationType>Application</ConfigurationType>\r
44     <CharacterSet>Unicode</CharacterSet>\r
45     <PlatformToolset>v140</PlatformToolset>\r
46   </PropertyGroup>\r
47   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
48   <ImportGroup Label="ExtensionSettings">\r
49   </ImportGroup>\r
50   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
51     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
52     <Import Project="mono.props" />\r
53   </ImportGroup>\r
54   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
56     <Import Project="mono.props" />\r
57   </ImportGroup>\r
58   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
60     <Import Project="mono.props" />\r
61   </ImportGroup>\r
62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
64     <Import Project="mono.props" />\r
65   </ImportGroup>\r
66   <PropertyGroup Label="UserMacros" />\r
67   <PropertyGroup>\r
68     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
69     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\bin\$(Configuration)\</OutDir>\r
70     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
71     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\bin\$(Configuration)\</OutDir>\r
72     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
73     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\bin\$(Configuration)\</OutDir>\r
74     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\bin\$(Configuration)\</OutDir>\r
76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
77   </PropertyGroup>\r
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
79     <LinkIncremental>true</LinkIncremental>\r
80   </PropertyGroup>\r
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
82     <LinkIncremental>true</LinkIncremental>\r
83   </PropertyGroup>\r
84   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
85     <ClCompile>\r
86       <Optimization>Disabled</Optimization>\r
87       <AdditionalIncludeDirectories>$(MONO_EGLIB_INCLUDE_DIR);$(MONO_EGLIB_SOURCE_DIR)%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
88       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
89       <MinimalRebuild>true</MinimalRebuild>\r
90       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
91       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
92       <PrecompiledHeader>\r
93       </PrecompiledHeader>\r
94       <WarningLevel>Level4</WarningLevel>\r
95       <TreatWarningAsError>false</TreatWarningAsError>\r
96       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
97     </ClCompile>\r
98     <ProjectReference>\r
99       <LinkLibraryDependencies>false</LinkLibraryDependencies>\r
100     </ProjectReference>\r
101     <Link>\r
102       <AdditionalDependencies>eglib.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
103       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
104       <GenerateDebugInformation>true</GenerateDebugInformation>\r
105       <OptimizeReferences>false</OptimizeReferences>\r
106       <EnableCOMDATFolding>false</EnableCOMDATFolding>\r
107       <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
108       <DataExecutionPrevention>\r
109       </DataExecutionPrevention>\r
110     </Link>\r
111   </ItemDefinitionGroup>\r
112   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
113     <ClCompile>\r
114       <Optimization>MinSpace</Optimization>\r
115       <AdditionalIncludeDirectories>$(MONO_EGLIB_INCLUDE_DIR);$(MONO_EGLIB_SOURCE_DIR)%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
116       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
117       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
118       <PrecompiledHeader>\r
119       </PrecompiledHeader>\r
120       <WarningLevel>Level4</WarningLevel>\r
121       <TreatWarningAsError>false</TreatWarningAsError>\r
122       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
123     </ClCompile>\r
124     <ProjectReference>\r
125       <LinkLibraryDependencies>false</LinkLibraryDependencies>\r
126     </ProjectReference>\r
127     <Link>\r
128       <AdditionalDependencies>eglib.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
129       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
130       <RandomizedBaseAddress>false</RandomizedBaseAddress>\r
131       <DataExecutionPrevention>\r
132       </DataExecutionPrevention>\r
133     </Link>\r
134   </ItemDefinitionGroup>\r
135   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
136     <Midl>\r
137       <TargetEnvironment>X64</TargetEnvironment>\r
138     </Midl>\r
139     <ClCompile>\r
140       <Optimization>Disabled</Optimization>\r
141       <AdditionalIncludeDirectories>$(MONO_EGLIB_INCLUDE_DIR);$(MONO_EGLIB_SOURCE_DIR)%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
142       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
143       <MinimalRebuild>true</MinimalRebuild>\r
144       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
145       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
146       <PrecompiledHeader>\r
147       </PrecompiledHeader>\r
148       <WarningLevel>Level4</WarningLevel>\r
149       <TreatWarningAsError>false</TreatWarningAsError>\r
150       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
151     </ClCompile>\r
152     <ProjectReference>\r
153       <LinkLibraryDependencies>false</LinkLibraryDependencies>\r
154     </ProjectReference>\r
155     <Link>\r
156       <AdditionalDependencies>eglib.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
157       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
158       <GenerateDebugInformation>true</GenerateDebugInformation>\r
159       <OptimizeReferences>false</OptimizeReferences>\r
160       <EnableCOMDATFolding>false</EnableCOMDATFolding>\r
161       <TargetMachine>MachineX64</TargetMachine>\r
162     </Link>\r
163   </ItemDefinitionGroup>\r
164   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
165     <Midl>\r
166       <TargetEnvironment>X64</TargetEnvironment>\r
167     </Midl>\r
168     <ClCompile>\r
169       <Optimization>MinSpace</Optimization>\r
170       <AdditionalIncludeDirectories>$(MONO_EGLIB_INCLUDE_DIR);$(MONO_EGLIB_SOURCE_DIR)%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
171       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_FORTIFY_SOURCE=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
172       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
173       <PrecompiledHeader>\r
174       </PrecompiledHeader>\r
175       <WarningLevel>Level4</WarningLevel>\r
176       <TreatWarningAsError>false</TreatWarningAsError>\r
177       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
178     </ClCompile>\r
179     <ProjectReference>\r
180       <LinkLibraryDependencies>false</LinkLibraryDependencies>\r
181     </ProjectReference>\r
182     <Link>\r
183       <AdditionalDependencies>eglib.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
184       <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
185       <TargetMachine>MachineX64</TargetMachine>\r
186     </Link>\r
187   </ItemDefinitionGroup>\r
188   <ItemGroup>\r
189     <ClCompile Include="..\eglib\test\array.c" />\r
190     <ClCompile Include="..\eglib\test\dir.c" />\r
191     <ClCompile Include="..\eglib\test\driver.c" />\r
192     <ClCompile Include="..\eglib\test\endian.c" />\r
193     <ClCompile Include="..\eglib\test\fake.c" />\r
194     <ClCompile Include="..\eglib\test\file.c" />\r
195     <ClCompile Include="getopt.c" />\r
196     <ClCompile Include="getopt_long.c" />\r
197     <ClCompile Include="..\eglib\test\hashtable.c" />\r
198     <ClCompile Include="..\eglib\test\list.c" />\r
199     <ClCompile Include="..\eglib\test\markup.c" />\r
200     <ClCompile Include="..\eglib\test\memory.c" />\r
201     <ClCompile Include="..\eglib\test\module.c" />\r
202     <ClCompile Include="..\eglib\test\path.c" />\r
203     <ClCompile Include="..\eglib\test\pattern.c" />\r
204     <ClCompile Include="..\eglib\test\ptrarray.c" />\r
205     <ClCompile Include="..\eglib\test\queue.c" />\r
206     <ClCompile Include="..\eglib\test\shell.c" />\r
207     <ClCompile Include="..\eglib\test\sizes.c" />\r
208     <ClCompile Include="..\eglib\test\slist.c" />\r
209     <ClCompile Include="..\eglib\test\spawn.c" />\r
210     <ClCompile Include="..\eglib\test\string-util.c" />\r
211     <ClCompile Include="..\eglib\test\string.c" />\r
212     <ClCompile Include="..\eglib\test\test.c" />\r
213     <ClCompile Include="..\eglib\test\timer.c" />\r
214     <ClCompile Include="..\eglib\test\unicode.c" />\r
215     <ClCompile Include="..\eglib\test\utf8.c" />\r
216   </ItemGroup>\r
217   <ItemGroup>\r
218     <ClInclude Include="getopt.h" />\r
219     <ClInclude Include="getopt_long.h" />\r
220     <ClInclude Include="..\eglib\src\glib.h" />\r
221     <ClInclude Include="..\eglib\test\test.h" />\r
222     <ClInclude Include="..\eglib\test\tests.h" />\r
223   </ItemGroup>\r
224   <ItemGroup>\r
225     <ProjectReference Include="eglib.vcxproj">\r
226       <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>\r
227     </ProjectReference>\r
228     <ProjectReference Include="libmono.vcxproj">\r
229       <Project>{cb0d9e92-293c-439c-9ac7-c5f59b6e0771}</Project>\r
230     </ProjectReference>\r
231   </ItemGroup>\r
232   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
233   <ImportGroup Label="ExtensionTargets">\r
234   </ImportGroup>\r
235 </Project>