-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,024 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ syntax: glob | |
BuildTmp | ||
Dist | ||
ipch | ||
.vs/ | ||
*.exp | ||
*.tlog | ||
*.opensdf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
cd /d "%~dp0" | ||
|
||
del /s Build\*.exe | ||
del /s BuildTmp\*.res | ||
|
||
call SetVersion.cmd | ||
cscript /nologo ExpandEnvironmenStrings.vbs Version.in > Version.h | ||
|
||
setlocal | ||
for /f "usebackq tokens=*" %%i in (`"%programfiles(x86)%\microsoft visual studio\installer\vswhere.exe" -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do ( | ||
set InstallDir=%%i | ||
) | ||
if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" ( | ||
call "%InstallDir%\Common7\Tools\vsdevcmd.bat | ||
) | ||
|
||
for %%i in ( ^ | ||
..\freeimage\Source\FreeImageLib\FreeImageLib.vs2019.vcxproj ^ | ||
..\freeimage\Wrapper\FreeImagePlus\FreeImagePlus.vs2019.vcxproj ^ | ||
src\WinIMergeLib.vs2019.vcxproj ^ | ||
src\WinIMerge.vs2019.vcxproj ^ | ||
src\cidiff.vs2019.vcxproj ^ | ||
) do ( | ||
MSBuild %%i /t:build /p:Configuration=Release /p:Platform="Win32" /p:PlatformToolset=v142 || pause | ||
MSBuild %%i /t:build /p:Configuration=Release /p:Platform="x64" /p:PlatformToolset=v142 || pause | ||
) | ||
|
||
if exist "%SIGNBAT_PATH%" ( | ||
"%SIGNBAT_PATH%" Build\Release\WinIMerge.exe | ||
"%SIGNBAT_PATH%" Build\Release\WinIMergeLib.dll | ||
"%SIGNBAT_PATH%" Build\Release\cidiff.exe | ||
"%SIGNBAT_PATH%" Build\x64\Release\WinIMerge.exe | ||
"%SIGNBAT_PATH%" Build\x64\Release\WinIMergeLib.dll | ||
"%SIGNBAT_PATH%" Build\x64\Release\cidiff.exe | ||
) | ||
|
||
endlocal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 16 | ||
VisualStudioVersion = 15.0.27130.2027 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinIMerge", "src\winimerge.vs2019.vcxproj", "{36365C8C-04A0-4892-9B83-AD6E05D50D67}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1} = {94F36908-A4E2-4533-939D-64FF6EADA5A1} | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A} = {C9101B3C-4CFE-4D3E-9708-5C0F55AC909A} | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC} = {49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC} | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E} = {9E219DF2-315D-478E-8A07-8960C377CE1E} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FreeImageLib", "..\FreeImage\Source\FreeImageLib\FreeImageLib.vs2019.vcxproj", "{9E219DF2-315D-478E-8A07-8960C377CE1E}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098} = {E3536C28-A7F1-4B53-8E52-7D2232F9E098} | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF} = {17A4874B-0606-4687-90B6-F91F8CB3B8AF} | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB} = {7DB10B50-CE00-4D7A-B322-6824F05D2FCB} | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9} = {5E1D4E5F-E10C-4BA3-B663-F33014FD21D9} | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52} = {33134F61-C1AD-4B6F-9CEA-503A9F140C52} | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8} = {097D9F6C-FD0E-4CBC-9676-009012AAECA8} | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27} = {EC085CBD-E9C3-477F-9A97-CB9D5DA30E27} | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A} = {07F662C1-1323-42AB-B6AF-FBFD34A7437A} | ||
{244455E0-5F25-4451-9540-F317883E52A8} = {244455E0-5F25-4451-9540-F317883E52A8} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibJPEG", "..\FreeImage\Source\LibJPEG\LibJPEG.vs2019.vcxproj", "{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibJXR", "..\FreeImage\Source\LibJXR\LibJXR.vs2019.vcxproj", "{244455E0-5F25-4451-9540-F317883E52A8}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibOpenJPEG", "..\FreeImage\Source\LibOpenJPEG\LibOpenJPEG.vs2019.vcxproj", "{E3536C28-A7F1-4B53-8E52-7D2232F9E098}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibPNG", "..\FreeImage\Source\LibPNG\LibPNG.vs2019.vcxproj", "{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52} = {33134F61-C1AD-4B6F-9CEA-503A9F140C52} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibRaw", "..\FreeImage\Source\LibRawLite\LibRawLite.vs2019.vcxproj", "{07F662C1-1323-42AB-B6AF-FBFD34A7437A}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibTIFF4", "..\FreeImage\Source\LibTIFF4\LibTIFF4.vs2019.vcxproj", "{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibWebP", "..\FreeImage\Source\LibWebP\LibWebP.vs2019.vcxproj", "{097D9F6C-FD0E-4CBC-9676-009012AAECA8}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenEXR", "..\FreeImage\Source\OpenEXR\OpenEXR.vs2019.vcxproj", "{17A4874B-0606-4687-90B6-F91F8CB3B8AF}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZLib", "..\FreeImage\Source\ZLib\ZLib.vs2019.vcxproj", "{33134F61-C1AD-4B6F-9CEA-503A9F140C52}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FreeImagePlus", "..\FreeImage\Wrapper\FreeImagePlus\FreeImagePlus.vs2019.vcxproj", "{94F36908-A4E2-4533-939D-64FF6EADA5A1}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E} = {9E219DF2-315D-478E-8A07-8960C377CE1E} | ||
EndProjectSection | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinIMergeLib", "src\WinIMergeLib.vs2019.vcxproj", "{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1} = {94F36908-A4E2-4533-939D-64FF6EADA5A1} | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E} = {9E219DF2-315D-478E-8A07-8960C377CE1E} | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FreeImage", "FreeImage", "{AD6E6E47-0363-409F-8B7A-48341147E632}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cidiff", "src\cidiff.vs2019.vcxproj", "{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}" | ||
ProjectSection(ProjectDependencies) = postProject | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1} = {94F36908-A4E2-4533-939D-64FF6EADA5A1} | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A} = {C9101B3C-4CFE-4D3E-9708-5C0F55AC909A} | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E} = {9E219DF2-315D-478E-8A07-8960C377CE1E} | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Batch Files", "Batch Files", "{A9E83C9D-8AD6-4C87-888D-3F91B5656CD1}" | ||
ProjectSection(SolutionItems) = preProject | ||
BuildArc.cmd = BuildArc.cmd | ||
BuildBin.vs2017.cmd = BuildBin.vs2017.cmd | ||
BuildBin.vs2019.cmd = BuildBin.vs2019.cmd | ||
SetVersion.cmd = SetVersion.cmd | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VBS Scripts", "VBS Scripts", "{0AB212AD-1F11-4BAB-BAD5-8BFC4435F453}" | ||
ProjectSection(SolutionItems) = preProject | ||
ExpandEnvironmenStrings.vbs = ExpandEnvironmenStrings.vbs | ||
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 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Debug|Win32.Build.0 = Debug|Win32 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Debug|x64.ActiveCfg = Debug|x64 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Debug|x64.Build.0 = Debug|x64 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Release|Win32.ActiveCfg = Release|Win32 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Release|Win32.Build.0 = Release|Win32 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Release|x64.ActiveCfg = Release|x64 | ||
{36365C8C-04A0-4892-9B83-AD6E05D50D67}.Release|x64.Build.0 = Release|x64 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Debug|Win32.Build.0 = Debug|Win32 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Debug|x64.ActiveCfg = Debug|x64 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Debug|x64.Build.0 = Debug|x64 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Release|Win32.ActiveCfg = Release|Win32 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Release|Win32.Build.0 = Release|Win32 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Release|x64.ActiveCfg = Release|x64 | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E}.Release|x64.Build.0 = Release|x64 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Debug|Win32.Build.0 = Debug|Win32 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Debug|x64.ActiveCfg = Debug|x64 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Debug|x64.Build.0 = Debug|x64 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Release|Win32.ActiveCfg = Release|Win32 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Release|Win32.Build.0 = Release|Win32 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Release|x64.ActiveCfg = Release|x64 | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9}.Release|x64.Build.0 = Release|x64 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Debug|Win32.Build.0 = Debug|Win32 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Debug|x64.ActiveCfg = Debug|x64 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Debug|x64.Build.0 = Debug|x64 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Release|Win32.ActiveCfg = Release|Win32 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Release|Win32.Build.0 = Release|Win32 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Release|x64.ActiveCfg = Release|x64 | ||
{244455E0-5F25-4451-9540-F317883E52A8}.Release|x64.Build.0 = Release|x64 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Debug|Win32.Build.0 = Debug|Win32 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Debug|x64.ActiveCfg = Debug|x64 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Debug|x64.Build.0 = Debug|x64 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Release|Win32.ActiveCfg = Release|Win32 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Release|Win32.Build.0 = Release|Win32 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Release|x64.ActiveCfg = Release|x64 | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098}.Release|x64.Build.0 = Release|x64 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Debug|Win32.Build.0 = Debug|Win32 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Debug|x64.ActiveCfg = Debug|x64 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Debug|x64.Build.0 = Debug|x64 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Release|Win32.ActiveCfg = Release|Win32 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Release|Win32.Build.0 = Release|Win32 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Release|x64.ActiveCfg = Release|x64 | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB}.Release|x64.Build.0 = Release|x64 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Debug|Win32.Build.0 = Debug|Win32 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Debug|x64.ActiveCfg = Debug|x64 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Debug|x64.Build.0 = Debug|x64 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Release|Win32.ActiveCfg = Release|Win32 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Release|Win32.Build.0 = Release|Win32 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Release|x64.ActiveCfg = Release|x64 | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A}.Release|x64.Build.0 = Release|x64 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Debug|Win32.Build.0 = Debug|Win32 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Debug|x64.ActiveCfg = Debug|x64 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Debug|x64.Build.0 = Debug|x64 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Release|Win32.ActiveCfg = Release|Win32 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Release|Win32.Build.0 = Release|Win32 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Release|x64.ActiveCfg = Release|x64 | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27}.Release|x64.Build.0 = Release|x64 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Debug|Win32.Build.0 = Debug|Win32 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Debug|x64.ActiveCfg = Debug|x64 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Debug|x64.Build.0 = Debug|x64 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Release|Win32.ActiveCfg = Release|Win32 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Release|Win32.Build.0 = Release|Win32 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Release|x64.ActiveCfg = Release|x64 | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8}.Release|x64.Build.0 = Release|x64 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Debug|Win32.Build.0 = Debug|Win32 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Debug|x64.ActiveCfg = Debug|x64 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Debug|x64.Build.0 = Debug|x64 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Release|Win32.ActiveCfg = Release|Win32 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Release|Win32.Build.0 = Release|Win32 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Release|x64.ActiveCfg = Release|x64 | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF}.Release|x64.Build.0 = Release|x64 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Debug|Win32.Build.0 = Debug|Win32 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Debug|x64.ActiveCfg = Debug|x64 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Debug|x64.Build.0 = Debug|x64 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Release|Win32.ActiveCfg = Release|Win32 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Release|Win32.Build.0 = Release|Win32 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Release|x64.ActiveCfg = Release|x64 | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52}.Release|x64.Build.0 = Release|x64 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Debug|Win32.Build.0 = Debug|Win32 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Debug|x64.ActiveCfg = Debug|x64 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Debug|x64.Build.0 = Debug|x64 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Release|Win32.ActiveCfg = Release|Win32 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Release|Win32.Build.0 = Release|Win32 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Release|x64.ActiveCfg = Release|x64 | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1}.Release|x64.Build.0 = Release|x64 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Debug|Win32.Build.0 = Debug|Win32 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Debug|x64.ActiveCfg = Debug|x64 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Debug|x64.Build.0 = Debug|x64 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Release|Win32.ActiveCfg = Release|Win32 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Release|Win32.Build.0 = Release|Win32 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Release|x64.ActiveCfg = Release|x64 | ||
{C9101B3C-4CFE-4D3E-9708-5C0F55AC909A}.Release|x64.Build.0 = Release|x64 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Debug|Win32.Build.0 = Debug|Win32 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Debug|x64.ActiveCfg = Debug|x64 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Debug|x64.Build.0 = Debug|x64 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Release|Win32.ActiveCfg = Release|Win32 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Release|Win32.Build.0 = Release|Win32 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Release|x64.ActiveCfg = Release|x64 | ||
{49A7104F-08CD-48B1-99E6-6A7C3FFB0EEC}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{9E219DF2-315D-478E-8A07-8960C377CE1E} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{5E1D4E5F-E10C-4BA3-B663-F33014FD21D9} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{244455E0-5F25-4451-9540-F317883E52A8} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{E3536C28-A7F1-4B53-8E52-7D2232F9E098} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{7DB10B50-CE00-4D7A-B322-6824F05D2FCB} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{07F662C1-1323-42AB-B6AF-FBFD34A7437A} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{EC085CBD-E9C3-477F-9A97-CB9D5DA30E27} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{097D9F6C-FD0E-4CBC-9676-009012AAECA8} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{17A4874B-0606-4687-90B6-F91F8CB3B8AF} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{33134F61-C1AD-4B6F-9CEA-503A9F140C52} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{94F36908-A4E2-4533-939D-64FF6EADA5A1} = {AD6E6E47-0363-409F-8B7A-48341147E632} | ||
{0AB212AD-1F11-4BAB-BAD5-8BFC4435F453} = {A9E83C9D-8AD6-4C87-888D-3F91B5656CD1} | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {896C26E3-CFC7-4129-9E40-1EA741A61072} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.