aboutsummaryrefslogtreecommitdiff
path: root/iemlib2/src/iemlib2.vcproj
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2011-06-29 18:30:17 +0000
committermusil <tmusil@users.sourceforge.net>2011-06-29 18:30:17 +0000
commit4c69022f85bc5eed386b739d8c19b2be405f086c (patch)
tree7f8dbef439b84681e244e9c9a5414f2196598822 /iemlib2/src/iemlib2.vcproj
parentf1d02c578de24a0fac036cf0253dfec3627b9be8 (diff)
added 3 folders for vcc 6, 7 and 9. to compile the file, first copy the stuff out of one of the folders to .. and then do it.
svn path=/trunk/externals/iemlib/; revision=15124
Diffstat (limited to 'iemlib2/src/iemlib2.vcproj')
-rw-r--r--iemlib2/src/iemlib2.vcproj77
1 files changed, 77 insertions, 0 deletions
diff --git a/iemlib2/src/iemlib2.vcproj b/iemlib2/src/iemlib2.vcproj
new file mode 100644
index 0000000..756ccd1
--- /dev/null
+++ b/iemlib2/src/iemlib2.vcproj
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="iemlib2"
+ ProjectGUID="{6A44952F-0D55-44EE-9032-928368583BEC}"
+ Keyword="MakeFileProj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="0"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="NMAKE /f makefile_vc9proj"
+ ReBuildCommandLine="NMAKE /f makefile_vc9proj /a"
+ CleanCommandLine=""
+ Output="iemlib2.exe"
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="0"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="NMAKE /f makefile_vc9proj"
+ ReBuildCommandLine="NMAKE /f makefile_vc9proj /a"
+ CleanCommandLine=""
+ Output="iemlib2.exe"
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="iemlib2.bsc"
+ >
+ </File>
+ <File
+ RelativePath="makefile_vc9proj"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>