diff options
author | musil <tmusil@users.sourceforge.net> | 2013-07-03 15:55:24 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2013-07-03 15:55:24 +0000 |
commit | c23db955694a60ad85624694a509d109594df670 (patch) | |
tree | bda87b755653c678052da0a118865c76e1938da0 /src/VC9/iem_dp.sln | |
parent | 845b2c0be8483ae80aad70d120dc9c4a556b9773 (diff) |
added makefiles for MS VC6 VC7 VC9
svn path=/trunk/externals/iem/iem_dp/; revision=17172
Diffstat (limited to 'src/VC9/iem_dp.sln')
-rw-r--r-- | src/VC9/iem_dp.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/VC9/iem_dp.sln b/src/VC9/iem_dp.sln new file mode 100644 index 0000000..d3233d6 --- /dev/null +++ b/src/VC9/iem_dp.sln @@ -0,0 +1,20 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iem_dp", "iem_dp.vcproj", "{6A44952F-0D55-44EE-9032-928368583BEC}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {6A44952F-0D55-44EE-9032-928368583BEC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6A44952F-0D55-44EE-9032-928368583BEC}.Debug|Win32.Build.0 = Debug|Win32
+ {6A44952F-0D55-44EE-9032-928368583BEC}.Release|Win32.ActiveCfg = Release|Win32
+ {6A44952F-0D55-44EE-9032-928368583BEC}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|