You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
3.5 KiB
71 lines
3.5 KiB
From dcb7b9172a3f7ec5d607696a86fefad69c03a400 Mon Sep 17 00:00:00 2001
|
|
From: Tim Hughes <tim@twistedfury.com>
|
|
Date: Mon, 21 Apr 2014 13:33:59 +0100
|
|
Subject: [PATCH 3/3] Add minimal icu.sln
|
|
|
|
Signed-off-by: Tim Hughes <tim@twistedfury.com>
|
|
---
|
|
source/allinone/icu.sln | 51 +++++++++++++++++++++++++++++++++++++++++++++++++
|
|
1 file changed, 51 insertions(+)
|
|
create mode 100644 source/allinone/icu.sln
|
|
|
|
diff --git a/source/allinone/icu.sln b/source/allinone/icu.sln
|
|
new file mode 100644
|
|
index 0000000..b09697f
|
|
--- /dev/null
|
|
+++ b/source/allinone/icu.sln
|
|
@@ -0,0 +1,51 @@
|
|
+Microsoft Visual Studio Solution File, Format Version 12.00
|
|
+# Visual Studio Express 2013 for Windows Desktop
|
|
+VisualStudioVersion = 12.0.21005.1
|
|
+MinimumVisualStudioVersion = 10.0.40219.1
|
|
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "..\common\common.vcxproj", "{73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}"
|
|
+EndProject
|
|
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "i18n", "..\i18n\i18n.vcxproj", "{0178B127-6269-407D-B112-93877BB62776}"
|
|
+EndProject
|
|
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stubdata", "..\stubdata\stubdata.vcxproj", "{203EC78A-0531-43F0-A636-285439BDE025}"
|
|
+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
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Debug|Win32.Build.0 = Debug|Win32
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Debug|x64.ActiveCfg = Debug|x64
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Debug|x64.Build.0 = Debug|x64
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Release|Win32.ActiveCfg = Release|Win32
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Release|Win32.Build.0 = Release|Win32
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Release|x64.ActiveCfg = Release|x64
|
|
+ {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}.Release|x64.Build.0 = Release|x64
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Debug|Win32.Build.0 = Debug|Win32
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Debug|x64.ActiveCfg = Debug|x64
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Debug|x64.Build.0 = Debug|x64
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Release|Win32.ActiveCfg = Release|Win32
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Release|Win32.Build.0 = Release|Win32
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Release|x64.ActiveCfg = Release|x64
|
|
+ {0178B127-6269-407D-B112-93877BB62776}.Release|x64.Build.0 = Release|x64
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Debug|Win32.Build.0 = Debug|Win32
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Debug|x64.ActiveCfg = Debug|x64
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Debug|x64.Build.0 = Debug|x64
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Release|Win32.ActiveCfg = Release|Win32
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Release|Win32.Build.0 = Release|Win32
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Release|x64.ActiveCfg = Release|x64
|
|
+ {203EC78A-0531-43F0-A636-285439BDE025}.Release|x64.Build.0 = Release|x64
|
|
+ EndGlobalSection
|
|
+ GlobalSection(SolutionProperties) = preSolution
|
|
+ HideSolutionNode = FALSE
|
|
+ EndGlobalSection
|
|
+ GlobalSection(SubversionScc) = preSolution
|
|
+ Svn-Managed = True
|
|
+ Manager = AnkhSVN - Subversion Support for Visual Studio
|
|
+ EndGlobalSection
|
|
+EndGlobal
|
|
--
|
|
1.9.0.msysgit.0
|
|
|
|
|