]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/case/readme.txt
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / samples / case / readme.txt
index 6a4a5591d2e972010da02e338c9ff83cb0a36c5c..893bb575fd516bc5c3278b0171490f9625321990 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2003, International Business Machines Corporation and others. All Rights Reserved.
+Copyright (c) 2003-2005, International Business Machines Corporation and others. All Rights Reserved.
 case: case mapping
 
 This sample demonstrates
@@ -8,12 +8,13 @@ This sample demonstrates
 Files:
     case.cpp      Main source file in C++
     ucase.c       Main source file in C
-    case.dsp      Windows MSVC project file
+    case.sln      Windows MSVC workspace.  Double-click this to get started.
+    case.vcproj   Windows MSVC project file
 
 To Build case on Windows
     1.  Install and build ICU
-    2.  In MSVC, open the project file icu\samples\case\case.dsp 
-        (or, use the workspace All, in icu\samples\all\all.dsw )
+    2.  In MSVC, open the solution file icu\samples\case\case.sln
+        (or, use the workspace All, in icu\samples\all\all.sln )
     3.  Choose a Debug or Release build.
     4.  Build.