]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/numfmt/readme.txt
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / samples / numfmt / readme.txt
index ff8ead32d620ff0735475865a56efe862b126353..d652d9b6b5774a69bccee3cc54ab030b3b5d9748 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.
 numfmt: a sample program which displays number formatting in C and C++
 
 This sample demonstrates
@@ -10,12 +10,12 @@ Files:
     capi.c                     C version 
     util.cpp                   formatted output convenience implementation
     util.h                     formatted output convenience header
-    numfmt.dsw                 Windows MSVC workspace.  Double-click this to get started.
-    numfmt.dsp                 Windows MSVC project file
+    numfmt.sln                 Windows MSVC workspace.  Double-click this to get started.
+    numfmt.vcproj              Windows MSVC project file
 
 To Build on Windows
     1.  Install and build ICU
-    2.  In MSVC, open the workspace file icu\samples\numfmt\numfmt.dsw
+    2.  In MSVC, open the workspace file icu\samples\numfmt\numfmt.sln
     3.  Choose a Debug or Release build.
     4.  Build.