]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/coll/readme.txt
ICU-66108.tar.gz
[apple/icu.git] / icuSources / samples / coll / readme.txt
index 827f5de0434fc6773ab8ac7b650f0422573e2b5d..135632a6e5d971d3b2f301d1c68a6a7b3131a23a 100644 (file)
@@ -1,4 +1,7 @@
-Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
+Copyright (C) 2016 and later: Unicode, Inc. and others.
+License & terms of use: http://www.unicode.org/copyright.html#License
+
+Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserved.
 coll: a sample program which compares 2 strings with a user-defined collator.
 
 This sample demonstrates
@@ -7,12 +10,12 @@ This sample demonstrates
          
 Files:
     coll.c                      Main source file
-    coll.dsw                   Windows MSVC workspace.  Double-click this to get started.
-    coll.dsp                    Windows MSVC project file
+    coll.sln                    Windows MSVC workspace.  Double-click this to get started.
+    coll.vcproj                 Windows MSVC project file
 
 To Build coll on Windows
     1.  Install and build ICU
-    2.  In MSVC, open the workspace file icu\samples\coll\coll.dsw
+    2.  In MSVC, open the workspace file icu\samples\coll\coll.sln
     3.  Choose a Debug or Release build.
     4.  Build.