diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-18 19:36:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-18 19:36:04 (GMT) |
commit | 60b9a2c14bf1883ba18c4cf650675382554c2627 (patch) | |
tree | 2d994856402dfe0f454eb363b3855b9b3d3046ec /Source/CMakeLib.dsp | |
parent | 12c5f0fa26ab3b90d13cd872ca7f0ea582e1cebc (diff) | |
download | CMake-60b9a2c14bf1883ba18c4cf650675382554c2627.zip CMake-60b9a2c14bf1883ba18c4cf650675382554c2627.tar.gz CMake-60b9a2c14bf1883ba18c4cf650675382554c2627.tar.bz2 |
ENH: first pass at dot net support
Diffstat (limited to 'Source/CMakeLib.dsp')
-rw-r--r-- | Source/CMakeLib.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/CMakeLib.dsp b/Source/CMakeLib.dsp index 58ea7c0..070d8ef 100644 --- a/Source/CMakeLib.dsp +++ b/Source/CMakeLib.dsp @@ -151,6 +151,18 @@ SOURCE=.\cmMSProjectGenerator.cxx # End Source File
# Begin Source File
+SOURCE=.\cmMSDotNETGenerator.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=.\cmSLNWriter.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=.\cmVCProjWriter.cxx
+# End Source File
+# Begin Source File
+
SOURCE=.\cmRegularExpression.cxx
# End Source File
# Begin Source File
|