From 7d933c5e25ced4240365ad6f844c055a25cf42e4 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Thu, 27 Mar 2008 17:07:55 +0000 Subject: [PATCH] PATCH: [ 1926346 ] Add VS2003/VS2005 project files --- Docs/Users/ChangeLog.txt | 1 + Externals/expat/examples/elements.vcproj | 174 ++ Externals/expat/examples/outline.vcproj | 168 ++ Externals/expat/expat.sln | 74 + Externals/expat/lib/expat.vcproj | 298 +++ Externals/expat/lib/expatw.vcproj | 298 +++ Externals/expat/lib/expatw_static.vcproj | 263 +++ Externals/expat/xmlwf/xmlwf.vcproj | 274 +++ Externals/pcre/config_pcre/config_pcre.vcproj | 37 + Externals/pcre/dll_pcre/pcre.vcproj | 558 ++++++ Externals/pcre/lib_pcre/lib_pcre.vcproj | 519 +++++ Externals/pcre/lib_pcreposix/lib_pcreposix.vcproj | 139 ++ Externals/pcre/pcre.sln | 71 + Externals/pcre/pcretest/pcretest.vcproj | 158 ++ Externals/scew/win32/scew.vcproj | 1340 +++++++++++++ ShellExtension/ShellExtension.vcproj | 2131 +++++++++++++++++++++ winMerge.sln | 29 + 17 files changed, 6532 insertions(+) create mode 100644 Externals/expat/examples/elements.vcproj create mode 100644 Externals/expat/examples/outline.vcproj create mode 100644 Externals/expat/expat.sln create mode 100644 Externals/expat/lib/expat.vcproj create mode 100644 Externals/expat/lib/expatw.vcproj create mode 100644 Externals/expat/lib/expatw_static.vcproj create mode 100644 Externals/expat/xmlwf/xmlwf.vcproj create mode 100644 Externals/pcre/config_pcre/config_pcre.vcproj create mode 100644 Externals/pcre/dll_pcre/pcre.vcproj create mode 100644 Externals/pcre/lib_pcre/lib_pcre.vcproj create mode 100644 Externals/pcre/lib_pcreposix/lib_pcreposix.vcproj create mode 100644 Externals/pcre/pcre.sln create mode 100644 Externals/pcre/pcretest/pcretest.vcproj create mode 100644 Externals/scew/win32/scew.vcproj create mode 100644 ShellExtension/ShellExtension.vcproj create mode 100644 winMerge.sln diff --git a/Docs/Users/ChangeLog.txt b/Docs/Users/ChangeLog.txt index d5d695623..2a0bfdfd7 100644 --- a/Docs/Users/ChangeLog.txt +++ b/Docs/Users/ChangeLog.txt @@ -9,6 +9,7 @@ WinMerge 2.9.0.1 Update URLs and switch to 2.8 manual (#1919965) New splash screen (#1914869) Tab icons at Filter dialog (#1926531) + Add VS2003/VS2005 project files (#1926346) BugFix: Installer could create a registry access error (#1909967) BugFix: The filter text box in Open-dialog sometimes displayed some garbage data (#1915424) diff --git a/Externals/expat/examples/elements.vcproj b/Externals/expat/examples/elements.vcproj new file mode 100644 index 000000000..ed0402ecb --- /dev/null +++ b/Externals/expat/examples/elements.vcproj @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/expat/examples/outline.vcproj b/Externals/expat/examples/outline.vcproj new file mode 100644 index 000000000..d93323900 --- /dev/null +++ b/Externals/expat/examples/outline.vcproj @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/expat/expat.sln b/Externals/expat/expat.sln new file mode 100644 index 000000000..265b4e332 --- /dev/null +++ b/Externals/expat/expat.sln @@ -0,0 +1,74 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elements", "examples\elements.vcproj", "{4C943AC7-0187-4AB9-A9DB-F1BE96E2E099}" + ProjectSection(ProjectDependencies) = postProject + {464DBF5A-69E8-4E1A-8401-171371B86299} = {464DBF5A-69E8-4E1A-8401-171371B86299} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat", "lib\expat.vcproj", "{ACAE29AF-D15F-402E-AE0A-93141CF439C6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat_static", "lib\expat_static.vcproj", "{464DBF5A-69E8-4E1A-8401-171371B86299}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw", "lib\expatw.vcproj", "{AC9279F5-5C6F-477F-AA3B-A42F8859D236}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw_static", "lib\expatw_static.vcproj", "{4815F7F0-BA32-4D79-A041-A146B0130D9E}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "outline", "examples\outline.vcproj", "{FD603999-011A-458C-9677-D596E25A620C}" + ProjectSection(ProjectDependencies) = postProject + {ACAE29AF-D15F-402E-AE0A-93141CF439C6} = {ACAE29AF-D15F-402E-AE0A-93141CF439C6} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlwf", "xmlwf\xmlwf.vcproj", "{3D30CD64-0C5F-4ABA-87BB-EFF641FDEBB1}" + ProjectSection(ProjectDependencies) = postProject + {ACAE29AF-D15F-402E-AE0A-93141CF439C6} = {ACAE29AF-D15F-402E-AE0A-93141CF439C6} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {4C943AC7-0187-4AB9-A9DB-F1BE96E2E099}.Debug.ActiveCfg = Debug|Win32 + {4C943AC7-0187-4AB9-A9DB-F1BE96E2E099}.Debug.Build.0 = Debug|Win32 + {4C943AC7-0187-4AB9-A9DB-F1BE96E2E099}.Release.ActiveCfg = Release|Win32 + {4C943AC7-0187-4AB9-A9DB-F1BE96E2E099}.Release.Build.0 = Release|Win32 + {ACAE29AF-D15F-402E-AE0A-93141CF439C6}.Debug.ActiveCfg = Debug|Win32 + {ACAE29AF-D15F-402E-AE0A-93141CF439C6}.Debug.Build.0 = Debug|Win32 + {ACAE29AF-D15F-402E-AE0A-93141CF439C6}.Release.ActiveCfg = Release|Win32 + {ACAE29AF-D15F-402E-AE0A-93141CF439C6}.Release.Build.0 = Release|Win32 + {464DBF5A-69E8-4E1A-8401-171371B86299}.Debug.ActiveCfg = Debug|Win32 + {464DBF5A-69E8-4E1A-8401-171371B86299}.Debug.Build.0 = Debug|Win32 + {464DBF5A-69E8-4E1A-8401-171371B86299}.Release.ActiveCfg = Release|Win32 + {464DBF5A-69E8-4E1A-8401-171371B86299}.Release.Build.0 = Release|Win32 + {AC9279F5-5C6F-477F-AA3B-A42F8859D236}.Debug.ActiveCfg = Debug|Win32 + {AC9279F5-5C6F-477F-AA3B-A42F8859D236}.Debug.Build.0 = Debug|Win32 + {AC9279F5-5C6F-477F-AA3B-A42F8859D236}.Release.ActiveCfg = Release|Win32 + {AC9279F5-5C6F-477F-AA3B-A42F8859D236}.Release.Build.0 = Release|Win32 + {4815F7F0-BA32-4D79-A041-A146B0130D9E}.Debug.ActiveCfg = Debug|Win32 + {4815F7F0-BA32-4D79-A041-A146B0130D9E}.Debug.Build.0 = Debug|Win32 + {4815F7F0-BA32-4D79-A041-A146B0130D9E}.Release.ActiveCfg = Release|Win32 + {4815F7F0-BA32-4D79-A041-A146B0130D9E}.Release.Build.0 = Release|Win32 + {FD603999-011A-458C-9677-D596E25A620C}.Debug.ActiveCfg = Debug|Win32 + {FD603999-011A-458C-9677-D596E25A620C}.Debug.Build.0 = Debug|Win32 + {FD603999-011A-458C-9677-D596E25A620C}.Release.ActiveCfg = Release|Win32 + {FD603999-011A-458C-9677-D596E25A620C}.Release.Build.0 = Release|Win32 + {3D30CD64-0C5F-4ABA-87BB-EFF641FDEBB1}.Debug.ActiveCfg = Debug|Win32 + {3D30CD64-0C5F-4ABA-87BB-EFF641FDEBB1}.Debug.Build.0 = Debug|Win32 + {3D30CD64-0C5F-4ABA-87BB-EFF641FDEBB1}.Release.ActiveCfg = Release|Win32 + {3D30CD64-0C5F-4ABA-87BB-EFF641FDEBB1}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/Externals/expat/lib/expat.vcproj b/Externals/expat/lib/expat.vcproj new file mode 100644 index 000000000..38b727a11 --- /dev/null +++ b/Externals/expat/lib/expat.vcproj @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/expat/lib/expatw.vcproj b/Externals/expat/lib/expatw.vcproj new file mode 100644 index 000000000..d17042e76 --- /dev/null +++ b/Externals/expat/lib/expatw.vcproj @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/expat/lib/expatw_static.vcproj b/Externals/expat/lib/expatw_static.vcproj new file mode 100644 index 000000000..2e900d5c0 --- /dev/null +++ b/Externals/expat/lib/expatw_static.vcproj @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/expat/xmlwf/xmlwf.vcproj b/Externals/expat/xmlwf/xmlwf.vcproj new file mode 100644 index 000000000..1d95647af --- /dev/null +++ b/Externals/expat/xmlwf/xmlwf.vcproj @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/pcre/config_pcre/config_pcre.vcproj b/Externals/pcre/config_pcre/config_pcre.vcproj new file mode 100644 index 000000000..4fd9af56e --- /dev/null +++ b/Externals/pcre/config_pcre/config_pcre.vcproj @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Externals/pcre/dll_pcre/pcre.vcproj b/Externals/pcre/dll_pcre/pcre.vcproj new file mode 100644 index 000000000..820a784d2 --- /dev/null +++ b/Externals/pcre/dll_pcre/pcre.vcproj @@ -0,0 +1,558 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/pcre/lib_pcre/lib_pcre.vcproj b/Externals/pcre/lib_pcre/lib_pcre.vcproj new file mode 100644 index 000000000..f5babfd8a --- /dev/null +++ b/Externals/pcre/lib_pcre/lib_pcre.vcproj @@ -0,0 +1,519 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/pcre/lib_pcreposix/lib_pcreposix.vcproj b/Externals/pcre/lib_pcreposix/lib_pcreposix.vcproj new file mode 100644 index 000000000..54f1c4709 --- /dev/null +++ b/Externals/pcre/lib_pcreposix/lib_pcreposix.vcproj @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/pcre/pcre.sln b/Externals/pcre/pcre.sln new file mode 100644 index 000000000..49bf375a9 --- /dev/null +++ b/Externals/pcre/pcre.sln @@ -0,0 +1,71 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "config_pcre", "config_pcre\config_pcre.vcproj", "{6C97E21D-565D-43A4-8C20-54C88D3A860B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib_pcre", "lib_pcre\lib_pcre.vcproj", "{27A6A412-CA12-422F-B17A-D6B4795FEEA3}" + ProjectSection(ProjectDependencies) = postProject + {6C97E21D-565D-43A4-8C20-54C88D3A860B} = {6C97E21D-565D-43A4-8C20-54C88D3A860B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib_pcreposix", "lib_pcreposix\lib_pcreposix.vcproj", "{413746F5-0E60-4298-AC6D-3CEFBD2CFB16}" + ProjectSection(ProjectDependencies) = postProject + {6C97E21D-565D-43A4-8C20-54C88D3A860B} = {6C97E21D-565D-43A4-8C20-54C88D3A860B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcre", "dll_pcre\pcre.vcproj", "{E90B5E8F-2256-4B85-AFF8-C6A4F9A98CDD}" + ProjectSection(ProjectDependencies) = postProject + {6C97E21D-565D-43A4-8C20-54C88D3A860B} = {6C97E21D-565D-43A4-8C20-54C88D3A860B} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcretest", "pcretest\pcretest.vcproj", "{F9D828A4-479B-4D4A-9E5E-483FF592A4B3}" + ProjectSection(ProjectDependencies) = postProject + {413746F5-0E60-4298-AC6D-3CEFBD2CFB16} = {413746F5-0E60-4298-AC6D-3CEFBD2CFB16} + {27A6A412-CA12-422F-B17A-D6B4795FEEA3} = {27A6A412-CA12-422F-B17A-D6B4795FEEA3} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Configure = Configure + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {6C97E21D-565D-43A4-8C20-54C88D3A860B}.Configure.ActiveCfg = Configure|Win32 + {6C97E21D-565D-43A4-8C20-54C88D3A860B}.Configure.Build.0 = Configure|Win32 + {6C97E21D-565D-43A4-8C20-54C88D3A860B}.Debug.ActiveCfg = Configure|Win32 + {6C97E21D-565D-43A4-8C20-54C88D3A860B}.Debug.Build.0 = Configure|Win32 + {6C97E21D-565D-43A4-8C20-54C88D3A860B}.Release.ActiveCfg = Configure|Win32 + {6C97E21D-565D-43A4-8C20-54C88D3A860B}.Release.Build.0 = Configure|Win32 + {27A6A412-CA12-422F-B17A-D6B4795FEEA3}.Configure.ActiveCfg = Debug|Win32 + {27A6A412-CA12-422F-B17A-D6B4795FEEA3}.Configure.Build.0 = Debug|Win32 + {27A6A412-CA12-422F-B17A-D6B4795FEEA3}.Debug.ActiveCfg = Debug|Win32 + {27A6A412-CA12-422F-B17A-D6B4795FEEA3}.Debug.Build.0 = Debug|Win32 + {27A6A412-CA12-422F-B17A-D6B4795FEEA3}.Release.ActiveCfg = Release|Win32 + {27A6A412-CA12-422F-B17A-D6B4795FEEA3}.Release.Build.0 = Release|Win32 + {413746F5-0E60-4298-AC6D-3CEFBD2CFB16}.Configure.ActiveCfg = Release|Win32 + {413746F5-0E60-4298-AC6D-3CEFBD2CFB16}.Configure.Build.0 = Release|Win32 + {413746F5-0E60-4298-AC6D-3CEFBD2CFB16}.Debug.ActiveCfg = Debug|Win32 + {413746F5-0E60-4298-AC6D-3CEFBD2CFB16}.Debug.Build.0 = Debug|Win32 + {413746F5-0E60-4298-AC6D-3CEFBD2CFB16}.Release.ActiveCfg = Release|Win32 + {413746F5-0E60-4298-AC6D-3CEFBD2CFB16}.Release.Build.0 = Release|Win32 + {E90B5E8F-2256-4B85-AFF8-C6A4F9A98CDD}.Configure.ActiveCfg = Debug|Win32 + {E90B5E8F-2256-4B85-AFF8-C6A4F9A98CDD}.Configure.Build.0 = Debug|Win32 + {E90B5E8F-2256-4B85-AFF8-C6A4F9A98CDD}.Debug.ActiveCfg = Debug|Win32 + {E90B5E8F-2256-4B85-AFF8-C6A4F9A98CDD}.Debug.Build.0 = Debug|Win32 + {E90B5E8F-2256-4B85-AFF8-C6A4F9A98CDD}.Release.ActiveCfg = Release|Win32 + {E90B5E8F-2256-4B85-AFF8-C6A4F9A98CDD}.Release.Build.0 = Release|Win32 + {F9D828A4-479B-4D4A-9E5E-483FF592A4B3}.Configure.ActiveCfg = Release|Win32 + {F9D828A4-479B-4D4A-9E5E-483FF592A4B3}.Configure.Build.0 = Release|Win32 + {F9D828A4-479B-4D4A-9E5E-483FF592A4B3}.Debug.ActiveCfg = Debug|Win32 + {F9D828A4-479B-4D4A-9E5E-483FF592A4B3}.Debug.Build.0 = Debug|Win32 + {F9D828A4-479B-4D4A-9E5E-483FF592A4B3}.Release.ActiveCfg = Release|Win32 + {F9D828A4-479B-4D4A-9E5E-483FF592A4B3}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/Externals/pcre/pcretest/pcretest.vcproj b/Externals/pcre/pcretest/pcretest.vcproj new file mode 100644 index 000000000..b61e8517c --- /dev/null +++ b/Externals/pcre/pcretest/pcretest.vcproj @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Externals/scew/win32/scew.vcproj b/Externals/scew/win32/scew.vcproj new file mode 100644 index 000000000..1d1ed75c8 --- /dev/null +++ b/Externals/scew/win32/scew.vcproj @@ -0,0 +1,1340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ShellExtension/ShellExtension.vcproj b/ShellExtension/ShellExtension.vcproj new file mode 100644 index 000000000..fb6562dea --- /dev/null +++ b/ShellExtension/ShellExtension.vcproj @@ -0,0 +1,2131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/winMerge.sln b/winMerge.sln new file mode 100644 index 000000000..e9b4e24ae --- /dev/null +++ b/winMerge.sln @@ -0,0 +1,29 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Merge", "Src\Merge.vcproj", "{2A81DB64-C062-48AF-8D2E-23B68320142D}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + UnicodeDebug = UnicodeDebug + UnicodeRelease = UnicodeRelease + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {2A81DB64-C062-48AF-8D2E-23B68320142D}.Debug.ActiveCfg = Debug|Win32 + {2A81DB64-C062-48AF-8D2E-23B68320142D}.Debug.Build.0 = Debug|Win32 + {2A81DB64-C062-48AF-8D2E-23B68320142D}.Release.ActiveCfg = Release|Win32 + {2A81DB64-C062-48AF-8D2E-23B68320142D}.Release.Build.0 = Release|Win32 + {2A81DB64-C062-48AF-8D2E-23B68320142D}.UnicodeDebug.ActiveCfg = UnicodeDebug|Win32 + {2A81DB64-C062-48AF-8D2E-23B68320142D}.UnicodeDebug.Build.0 = UnicodeDebug|Win32 + {2A81DB64-C062-48AF-8D2E-23B68320142D}.UnicodeRelease.ActiveCfg = UnicodeRelease|Win32 + {2A81DB64-C062-48AF-8D2E-23B68320142D}.UnicodeRelease.Build.0 = UnicodeRelease|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal -- 2.11.0