diff options
Diffstat (limited to 'iup/mak.vc9/iup_pplot.vcproj')
-rwxr-xr-x | iup/mak.vc9/iup_pplot.vcproj | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/iup/mak.vc9/iup_pplot.vcproj b/iup/mak.vc9/iup_pplot.vcproj new file mode 100755 index 0000000..8887000 --- /dev/null +++ b/iup/mak.vc9/iup_pplot.vcproj @@ -0,0 +1,137 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="iup_pplot" + ProjectGUID="{5A42018B-95AC-A789-E4E4-59A692649DCA}" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="..\lib" + IntermediateDirectory="..\obj\Debug\$(ProjectName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\include;..\src;..\srcpplot;..\..\cd\include" + PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_IUP_PPLOT_;CD_NO_OLD_INTERFACE;_DEBUG;IUP_ASSERT" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="4" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="1" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/$(ProjectName).lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="inc" + > + <File + RelativePath="..\srcpplot\iupPPlot.h" + > + </File> + <File + RelativePath="..\srcpplot\iuppplot.hpp" + > + </File> + <File + RelativePath="..\srcpplot\iupPPlotInteraction.h" + > + </File> + </Filter> + <Filter + Name="include" + > + <File + RelativePath="..\include\iup_pplot.h" + > + </File> + </Filter> + <File + RelativePath="..\srcpplot\iup_pplot.cpp" + > + </File> + <File + RelativePath="..\srcpplot\iup_pplot.def" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\srcpplot\iupPPlot.cpp" + > + </File> + <File + RelativePath="..\srcpplot\iupPPlotInteraction.cpp" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |