]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/ufortune/readme.txt
ICU-461.18.tar.gz
[apple/icu.git] / icuSources / samples / ufortune / readme.txt
index 290a5e93f16835a22a49a9eb8656d8f0d6fc1d43..3ad4425453ec37f55159e39af2230566d92948d5 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
+Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserved.
 ufortune: a sample program demonstrating the use of ICU resource files by an application.
 
 This sample demonstrates
@@ -9,8 +9,8 @@ This sample demonstrates
          
 Files:
     ./ufortune.c                 source code for the sample
-    ./ufortune.dsw               Windows MSVC workspace.  Double-click this to get started.
-    ./ufortune.dsp               Windows MSVC project file.
+    ./ufortune.sln               Windows MSVC workspace.  Double-click this to get started.
+    ./ufortune.vcproj            Windows MSVC project file.
     ./Makefile                   Makefile for Unixes.  Needs gmake.
     resources/root.txt           Default resources  (text for messages in English)
     resources/es.txt             Spanish language resources source file..
@@ -20,7 +20,7 @@ Files:
 
 To Build ufortune on Windows
     1.  Install and build ICU
-    2.  In MSVC, open the workspace file icu\samples\ufortune\ufortune.dsw
+    2.  In MSVC, open the workspace file icu\samples\ufortune\ufortune.sln
     3.  Choose a Debug or Release build.
     4.  Build.