From 4bcad96c5a3f1ab17187e264e0e550fab56a29dc Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 9 Jan 2017 15:09:53 +0800 Subject: Visual Studio builds: Move build files to win32/ As suggested, we don't really need two layers of directories to get to the projects, so move the project files to be under win32/ rather than build/win32/. --- build/win32/vs9/Makefile.am | 32 ----- build/win32/vs9/README.txt | 104 ---------------- build/win32/vs9/_giscanner.vcproj | 181 ---------------------------- build/win32/vs9/cmph-bdz-test.vcproj | 167 ------------------------- build/win32/vs9/cmph.vcprojin | 131 -------------------- build/win32/vs9/g-ir-compiler.vcprojin | 173 -------------------------- build/win32/vs9/g-ir-generate.vcproj | 163 ------------------------- build/win32/vs9/g-ir-inspect.vcproj | 162 ------------------------- build/win32/vs9/gi-build-defines.vsprops | 38 ------ build/win32/vs9/gi-gen-srcs.vsprops | 20 --- build/win32/vs9/gi-install.vcproj | 119 ------------------ build/win32/vs9/gi-install.vspropsin | 95 --------------- build/win32/vs9/gi-introspect.vcproj | 76 ------------ build/win32/vs9/gi-prebuild.vcproj | 133 -------------------- build/win32/vs9/gi-version-paths.vsprops.in | 75 ------------ build/win32/vs9/girepository.vcprojin | 178 --------------------------- build/win32/vs9/glib-print.vcproj | 162 ------------------------- build/win32/vs9/gobject-introspection.sln | 166 ------------------------- 18 files changed, 2175 deletions(-) delete mode 100644 build/win32/vs9/Makefile.am delete mode 100644 build/win32/vs9/README.txt delete mode 100644 build/win32/vs9/_giscanner.vcproj delete mode 100644 build/win32/vs9/cmph-bdz-test.vcproj delete mode 100644 build/win32/vs9/cmph.vcprojin delete mode 100644 build/win32/vs9/g-ir-compiler.vcprojin delete mode 100644 build/win32/vs9/g-ir-generate.vcproj delete mode 100644 build/win32/vs9/g-ir-inspect.vcproj delete mode 100644 build/win32/vs9/gi-build-defines.vsprops delete mode 100644 build/win32/vs9/gi-gen-srcs.vsprops delete mode 100644 build/win32/vs9/gi-install.vcproj delete mode 100644 build/win32/vs9/gi-install.vspropsin delete mode 100644 build/win32/vs9/gi-introspect.vcproj delete mode 100644 build/win32/vs9/gi-prebuild.vcproj delete mode 100644 build/win32/vs9/gi-version-paths.vsprops.in delete mode 100644 build/win32/vs9/girepository.vcprojin delete mode 100644 build/win32/vs9/glib-print.vcproj delete mode 100644 build/win32/vs9/gobject-introspection.sln (limited to 'build/win32/vs9') diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am deleted file mode 100644 index 8dc44f42..00000000 --- a/build/win32/vs9/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -GENERATED_ITEMS = \ - cmph.vcproj \ - girepository.vcproj \ - g-ir-compiler.vcproj \ - gi-install.vsprops - -EXTRA_DIST = \ - gobject-introspection.sln \ - gi-build-defines.vsprops \ - gi-gen-srcs.vsprops \ - gi-install.vspropsin \ - gi-version-paths.vsprops \ - gi-prebuild.vcproj \ - girepository.vcprojin \ - cmph-bdz-test.vcproj \ - cmph.vcprojin \ - g-ir-compiler.vcprojin \ - g-ir-generate.vcproj \ - g-ir-inspect.vcproj \ - glib-print.vcproj \ - gi-install.vcproj \ - gi-introspect.vcproj \ - _giscanner.vcproj \ - README.txt \ - $(GENERATED_ITEMS) - -gi-install.vsprops: $(top_srcdir)/build/win32/vs9/gi-install.vspropsin girepository.headers giscanner.scripts - $(CPP) -P - <$(top_srcdir)/build/win32/vs9/gi-install.vspropsin >$@ - rm girepository.headers - rm giscanner.scripts - -DISTCLEANFILES = $(GENERATED_ITEMS) diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt deleted file mode 100644 index 05cfc912..00000000 --- a/build/win32/vs9/README.txt +++ /dev/null @@ -1,104 +0,0 @@ -Please do not compile this package (gobject-introspection) in paths that contain -spaces in them-as strange problems may occur during compilation or during -the use of the library. - -Please refer to the following GNOME Live! page for more detailed -instructions on building gobject-introsecption and its dependencies -with Visual C++: - -https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack - -This VS9 solution and the projects it includes are intented to be used -in a gobject-introspection source tree unpacked from a tarball. In a git checkout you -first need to use some Unix-like environment, which will do the work for you. - -The required dependencies are Python 2.7 (2.7) or 3.3 (3.x) or later, GLib and LibFFI. -It is recommended that GLib is built with Visual C++ 2008 to avoid problems cause by -usage of different CRTs. - -Please refer to the README.txt file in $(GLib_src_root)\build\win32\vs9 on how to build -GLib using Visual C++ 2008 - -For LibFFI, please get version 3.0.10 or later, as Visual C++ build support -was added in the 3.0.10 release series. Please see the README file that -comes with the LibFFI source package for more details on how to build LibFFI -on Visual C++-please note that the mozilla-build package from Mozilla is needed -in order to build LibFFI on Windows. - -For Python, retrieving the official Windows binaries for 2.7 (2.x) or 3.3 (3.x) or later -from http://www.python.org will do the job-be sure that the Python version that -you downloaded matches the configuration of your build (win32 or x64/amd64). Ensure that -the correct path for your Python interpretor is set in gi-extra-paths.vsprops prior to -opening the project files, or close the project files and delete all the *.user, *.ncb and -*.suo files and reopening the project files. - -For building the Regress test project, cairo (and possibly cairo-gobject support) -is needed. - -Set up the source tree as follows under some arbitrary top -folder : - -\ -\vs9\ - -*this* file you are now reading is thus located at -\\build\win32\vs9\README. - - is either Win32 or x64, as in VS9 project files. - -For LibFFI, one should also put the generated ffi.h and ffitarget.h -into \vs9\\include\ and the compiled static libffi.lib -(or copy libffi-convenience.lib into libffi.lib) into -\vs9\\lib\. - -The libintl.h that is used for building GLib needs to be in -\vs9\\include, if not already done so - -A working pkg-config tool is also required-it may be obtained from -http://www.gtk.org/download/win32.php [32-bit] -http://www.gtk.org/download/win64.php [64-bit] - -*** Note! *** -The build of G-I is now done within the project files, although it is still possible to -do it in two stages by using the NMake Makefiles after building the projects. - -As there are numerous possible configurations on Python and PKG_CONFIG_PATH, note that: --For both methods PKG_CONFIG_PATH is by default $(PREFIX)\lib\pkgconfig, where $(PREFIX) - is by default \vs9\. If searching from - more directories is desired, set the PKG_CONFIG_PATH environment variable before using - the NMake Makefile or opening the projects, but note that $(PREFIX)\lib\pkgconfig will - precede the set paths. --For the Python Path using the project files: check whether the directory settings in - gi-version-paths.vsprops under PythonDir (32-bit) or PythonDirX64 (x64) is correct. - If the projects have been loaded by Visual Studio, close the projects and re-open them. - You may need to delete all the *.suo, *.user and *.ncb files in this directory for - the changes to take effect. --For the Python Path using the NMake Makefiles: pass in PYTHON= to - the NMake Makefile or set it in the environment. The bit-ness of your Python installation - must match the configuration that you are building for. - -The use of Visual Studio Projects will no longer require the setting of environmental -variables, but the following environmental variables are needed (either by using "set xxx=yyy" -or by nmake -f gi-introspection-msvc.mak xxx=yyy) for building the introspection files (which -should be done after successfully building the Project Files): - -Please see $(srcroot)\build\win32\gi-introspection-msvc.mak for more details. Doing -"nmake -f gi-introspection-msvc.mak (options omitted)" will build the various introspection files, -and "nmake -f gi-introspection-msvc.mak (options omitted) install-introspection" will copy the introspection -files to \vs9\\share\gir-1.0 (.gir files) and \vs9\\lib\girepository-1.0 -(.typelib files) - -*** End of Note! *** - -The "install" project will copy build results and headers into their -appropriate location under \vs9\. For instance, -built DLLs go into \vs9\\bin, built LIBs into -\vs9\\lib and gobject-introspection headers into -\vs9\\include\gobject-introsection-1.0. - -This is then from where -project files higher in the stack are supposed to look for them, not -from a specific gobject-introspection source tree. - ---Tor Lillqvist ---Updated by Chun-wei Fan diff --git a/build/win32/vs9/_giscanner.vcproj b/build/win32/vs9/_giscanner.vcproj deleted file mode 100644 index c19faf7f..00000000 --- a/build/win32/vs9/_giscanner.vcproj +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/cmph-bdz-test.vcproj b/build/win32/vs9/cmph-bdz-test.vcproj deleted file mode 100644 index d83bcdb5..00000000 --- a/build/win32/vs9/cmph-bdz-test.vcproj +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/cmph.vcprojin b/build/win32/vs9/cmph.vcprojin deleted file mode 100644 index 5801d739..00000000 --- a/build/win32/vs9/cmph.vcprojin +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#include "cmph.sourcefiles" - - - - - - - - - diff --git a/build/win32/vs9/g-ir-compiler.vcprojin b/build/win32/vs9/g-ir-compiler.vcprojin deleted file mode 100644 index b18648ff..00000000 --- a/build/win32/vs9/g-ir-compiler.vcprojin +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#include "g-ir-compiler.sourcefiles" - - - - - - - - - - diff --git a/build/win32/vs9/g-ir-generate.vcproj b/build/win32/vs9/g-ir-generate.vcproj deleted file mode 100644 index ebd3c2b6..00000000 --- a/build/win32/vs9/g-ir-generate.vcproj +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/g-ir-inspect.vcproj b/build/win32/vs9/g-ir-inspect.vcproj deleted file mode 100644 index 5e373200..00000000 --- a/build/win32/vs9/g-ir-inspect.vcproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/gi-build-defines.vsprops b/build/win32/vs9/gi-build-defines.vsprops deleted file mode 100644 index 7fbf93e1..00000000 --- a/build/win32/vs9/gi-build-defines.vsprops +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - diff --git a/build/win32/vs9/gi-gen-srcs.vsprops b/build/win32/vs9/gi-gen-srcs.vsprops deleted file mode 100644 index 8a249789..00000000 --- a/build/win32/vs9/gi-gen-srcs.vsprops +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/build/win32/vs9/gi-install.vcproj b/build/win32/vs9/gi-install.vcproj deleted file mode 100644 index 5fd191c1..00000000 --- a/build/win32/vs9/gi-install.vcproj +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/gi-install.vspropsin b/build/win32/vs9/gi-install.vspropsin deleted file mode 100644 index 1b5e2d14..00000000 --- a/build/win32/vs9/gi-install.vspropsin +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - diff --git a/build/win32/vs9/gi-introspect.vcproj b/build/win32/vs9/gi-introspect.vcproj deleted file mode 100644 index 661c2d5d..00000000 --- a/build/win32/vs9/gi-introspect.vcproj +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/gi-prebuild.vcproj b/build/win32/vs9/gi-prebuild.vcproj deleted file mode 100644 index e50e8928..00000000 --- a/build/win32/vs9/gi-prebuild.vcproj +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/gi-version-paths.vsprops.in b/build/win32/vs9/gi-version-paths.vsprops.in deleted file mode 100644 index 8e2f858d..00000000 --- a/build/win32/vs9/gi-version-paths.vsprops.in +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/girepository.vcprojin b/build/win32/vs9/girepository.vcprojin deleted file mode 100644 index b7d4063f..00000000 --- a/build/win32/vs9/girepository.vcprojin +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#include "girepository.sourcefiles" - - - - - - - - - diff --git a/build/win32/vs9/glib-print.vcproj b/build/win32/vs9/glib-print.vcproj deleted file mode 100644 index f269dca8..00000000 --- a/build/win32/vs9/glib-print.vcproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/gobject-introspection.sln b/build/win32/vs9/gobject-introspection.sln deleted file mode 100644 index 80826ac3..00000000 --- a/build/win32/vs9/gobject-introspection.sln +++ /dev/null @@ -1,166 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gi-prebuild", "gi-prebuild.vcproj", "{2093D218-190E-4194-9421-3BA7CBF33B11}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmph", "cmph.vcproj", "{442C007E-D901-41DA-9706-5DB4AFB4C06B}" - ProjectSection(ProjectDependencies) = postProject - {2093D218-190E-4194-9421-3BA7CBF33B11} = {2093D218-190E-4194-9421-3BA7CBF33B11} - EndProjectSection -EndProject -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmph-bdz-test", "cmph-bdz-test.vcproj", "{E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}" - ProjectSection(ProjectDependencies) = postProject - {442C007E-D901-41DA-9706-5DB4AFB4C06B} = {442C007E-D901-41DA-9706-5DB4AFB4C06B} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "girepository", "girepository.vcproj", "{23E28245-8FC7-4B41-B1C5-8785BD4366A7}" - ProjectSection(ProjectDependencies) = postProject - {442C007E-D901-41DA-9706-5DB4AFB4C06B} = {442C007E-D901-41DA-9706-5DB4AFB4C06B} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_giscanner", "_giscanner.vcproj", "{8311394F-9114-4C97-80F2-51BCABA054C9}" - ProjectSection(ProjectDependencies) = postProject - {2093D218-190E-4194-9421-3BA7CBF33B11} = {2093D218-190E-4194-9421-3BA7CBF33B11} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib-print", "glib-print.vcproj", "{2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}" - ProjectSection(ProjectDependencies) = postProject - {23E28245-8FC7-4B41-B1C5-8785BD4366A7} = {23E28245-8FC7-4B41-B1C5-8785BD4366A7} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "g-ir-generate", "g-ir-generate.vcproj", "{F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}" - ProjectSection(ProjectDependencies) = postProject - {23E28245-8FC7-4B41-B1C5-8785BD4366A7} = {23E28245-8FC7-4B41-B1C5-8785BD4366A7} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "g-ir-compiler", "g-ir-compiler.vcproj", "{5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}" - ProjectSection(ProjectDependencies) = postProject - {23E28245-8FC7-4B41-B1C5-8785BD4366A7} = {23E28245-8FC7-4B41-B1C5-8785BD4366A7} - {442C007E-D901-41DA-9706-5DB4AFB4C06B} = {442C007E-D901-41DA-9706-5DB4AFB4C06B} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "g-ir-inspect", "g-ir-inspect.vcproj", "{F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}" - ProjectSection(ProjectDependencies) = postProject - {23E28245-8FC7-4B41-B1C5-8785BD4366A7} = {23E28245-8FC7-4B41-B1C5-8785BD4366A7} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gi-introspect", "gi-introspect.vcproj", "{7A36674C-379D-4989-A978-07124E5F852C}" - ProjectSection(ProjectDependencies) = postProject - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3} = {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3} - {23E28245-8FC7-4B41-B1C5-8785BD4366A7} = {23E28245-8FC7-4B41-B1C5-8785BD4366A7} - {8311394F-9114-4C97-80F2-51BCABA054C9} = {8311394F-9114-4C97-80F2-51BCABA054C9} - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774} = {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gi-install", "gi-install.vcproj", "{2093D218-190E-4194-9421-3BA7CBF33B10}" - ProjectSection(ProjectDependencies) = postProject - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3} = {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3} - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3} = {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3} - {23E28245-8FC7-4B41-B1C5-8785BD4366A7} = {23E28245-8FC7-4B41-B1C5-8785BD4366A7} - {8311394F-9114-4C97-80F2-51BCABA054C9} = {8311394F-9114-4C97-80F2-51BCABA054C9} - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774} = {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774} - {7A36674C-379D-4989-A978-07124E5F852C} = {7A36674C-379D-4989-A978-07124E5F852C} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2093D218-190E-4194-9421-3BA7CBF33B11}.Debug|Win32.ActiveCfg = Debug|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B11}.Debug|Win32.Build.0 = Debug|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B11}.Debug|x64.ActiveCfg = Debug|x64 - {2093D218-190E-4194-9421-3BA7CBF33B11}.Debug|x64.Build.0 = Debug|x64 - {2093D218-190E-4194-9421-3BA7CBF33B11}.Release|Win32.ActiveCfg = Release|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B11}.Release|Win32.Build.0 = Release|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B11}.Release|x64.ActiveCfg = Release|x64 - {2093D218-190E-4194-9421-3BA7CBF33B11}.Release|x64.Build.0 = Release|x64 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Debug|Win32.ActiveCfg = Debug|Win32 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Debug|Win32.Build.0 = Debug|Win32 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Debug|x64.ActiveCfg = Debug|x64 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Debug|x64.Build.0 = Debug|x64 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Release|Win32.ActiveCfg = Release|Win32 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Release|Win32.Build.0 = Release|Win32 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Release|x64.ActiveCfg = Release|x64 - {442C007E-D901-41DA-9706-5DB4AFB4C06B}.Release|x64.Build.0 = Release|x64 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Debug|Win32.ActiveCfg = Debug|Win32 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Debug|Win32.Build.0 = Debug|Win32 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Debug|x64.ActiveCfg = Debug|x64 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Debug|x64.Build.0 = Debug|x64 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Release|Win32.ActiveCfg = Release|Win32 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Release|Win32.Build.0 = Release|Win32 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Release|x64.ActiveCfg = Release|x64 - {E41F378B-CCDD-4B1C-89C3-6D2C950FAF1A}.Release|x64.Build.0 = Release|x64 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Debug|Win32.ActiveCfg = Debug|Win32 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Debug|Win32.Build.0 = Debug|Win32 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Debug|x64.ActiveCfg = Debug|x64 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Debug|x64.Build.0 = Debug|x64 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Release|Win32.ActiveCfg = Release|Win32 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Release|Win32.Build.0 = Release|Win32 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Release|x64.ActiveCfg = Release|x64 - {23E28245-8FC7-4B41-B1C5-8785BD4366A7}.Release|x64.Build.0 = Release|x64 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Debug|Win32.ActiveCfg = Debug|Win32 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Debug|Win32.Build.0 = Debug|Win32 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Debug|x64.ActiveCfg = Debug|x64 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Debug|x64.Build.0 = Debug|x64 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Release|Win32.ActiveCfg = Release|Win32 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Release|Win32.Build.0 = Release|Win32 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Release|x64.ActiveCfg = Release|x64 - {8311394F-9114-4C97-80F2-51BCABA054C9}.Release|x64.Build.0 = Release|x64 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Debug|Win32.ActiveCfg = Debug|Win32 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Debug|Win32.Build.0 = Debug|Win32 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Debug|x64.ActiveCfg = Debug|x64 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Debug|x64.Build.0 = Debug|x64 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Release|Win32.ActiveCfg = Release|Win32 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Release|Win32.Build.0 = Release|Win32 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Release|x64.ActiveCfg = Release|x64 - {2CCD6E09-08E7-44B9-92E6-42F0A5DBBC8B}.Release|x64.Build.0 = Release|x64 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Debug|Win32.ActiveCfg = Debug|Win32 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Debug|Win32.Build.0 = Debug|Win32 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Debug|x64.ActiveCfg = Debug|x64 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Debug|x64.Build.0 = Debug|x64 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Release|Win32.ActiveCfg = Release|Win32 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Release|Win32.Build.0 = Release|Win32 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Release|x64.ActiveCfg = Release|x64 - {F4E6621F-A7DD-4863-8CCF-BA04DFC601E3}.Release|x64.Build.0 = Release|x64 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Debug|Win32.ActiveCfg = Debug|Win32 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Debug|Win32.Build.0 = Debug|Win32 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Debug|x64.ActiveCfg = Debug|x64 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Debug|x64.Build.0 = Debug|x64 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Release|Win32.ActiveCfg = Release|Win32 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Release|Win32.Build.0 = Release|Win32 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Release|x64.ActiveCfg = Release|x64 - {F4E6621F-A7DD-4863-8CCF-CA04DFC601E3}.Release|x64.Build.0 = Release|x64 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Debug|Win32.ActiveCfg = Debug|Win32 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Debug|Win32.Build.0 = Debug|Win32 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Debug|x64.ActiveCfg = Debug|x64 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Debug|x64.Build.0 = Debug|x64 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Release|Win32.ActiveCfg = Release|Win32 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Release|Win32.Build.0 = Release|Win32 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Release|x64.ActiveCfg = Release|x64 - {5DCB55CE-F32C-4C77-8BF4-B4DAD3EC7774}.Release|x64.Build.0 = Release|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|Win32.ActiveCfg = Debug|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|Win32.Build.0 = Debug|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|x64.ActiveCfg = Debug|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|x64.Build.0 = Debug|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|Win32.ActiveCfg = Release|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|Win32.Build.0 = Release|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|x64.ActiveCfg = Release|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|x64.Build.0 = Release|x64 - {7A36674C-379D-4989-A978-07124E5F852C}.Debug|Win32.ActiveCfg = Debug|Win32 - {7A36674C-379D-4989-A978-07124E5F852C}.Debug|Win32.Build.0 = Debug|Win32 - {7A36674C-379D-4989-A978-07124E5F852C}.Debug|x64.ActiveCfg = Debug|x64 - {7A36674C-379D-4989-A978-07124E5F852C}.Debug|x64.Build.0 = Debug|x64 - {7A36674C-379D-4989-A978-07124E5F852C}.Release|Win32.ActiveCfg = Release|Win32 - {7A36674C-379D-4989-A978-07124E5F852C}.Release|Win32.Build.0 = Release|Win32 - {7A36674C-379D-4989-A978-07124E5F852C}.Release|x64.ActiveCfg = Release|x64 - {7A36674C-379D-4989-A978-07124E5F852C}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal -- cgit v1.2.1