summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.vcproj
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:43 +0000
committerfcolin2007-02-01 12:57:43 +0000
commitd96d8eede291a98b769d420fadda6fab5e746aa6 (patch)
tree41116317036a95acf4d718d2bbb897db3b75c5cc /Ivy/Ivy.vcproj
parentb357419b3ee411d032ea8a061a2764e52f4356e6 (diff)
downloadivy-cplusplus-d96d8eede291a98b769d420fadda6fab5e746aa6.zip
ivy-cplusplus-d96d8eede291a98b769d420fadda6fab5e746aa6.tar.gz
ivy-cplusplus-d96d8eede291a98b769d420fadda6fab5e746aa6.tar.bz2
ivy-cplusplus-d96d8eede291a98b769d420fadda6fab5e746aa6.tar.xz
Utilisateur : Fcolin Date : 10/06/02 Heure : 11:34 Créé Commentaire: (vss 1)
Diffstat (limited to 'Ivy/Ivy.vcproj')
-rw-r--r--Ivy/Ivy.vcproj213
1 files changed, 213 insertions, 0 deletions
diff --git a/Ivy/Ivy.vcproj b/Ivy/Ivy.vcproj
new file mode 100644
index 0000000..754d4c1
--- /dev/null
+++ b/Ivy/Ivy.vcproj
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="Ivy"
+ SccProjectName="&quot;$/Ivy&quot;, NBEAAAAA"
+ SccAuxPath=""
+ SccLocalPath="."
+ SccProvider="MSSCCI:Microsoft Visual SourceSafe">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;IVY_EXPORTS;NO_IVY_DEBUG"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Debug/Ivy.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="wsock32.lib"
+ OutputFile="c:\users\fcolin\Program Files\Debug\Ivy.dll"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/Ivy.pdb"
+ ImportLibrary=".\Debug/Ivy.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/Ivy.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1036"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVY_EXPORTS"
+ StringPooling="TRUE"
+ RuntimeLibrary="3"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/Ivy.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="wsock32.lib ws2_32.lib"
+ OutputFile=".\Release/Ivy.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ ProgramDatabaseFile=".\Release/Ivy.pdb"
+ ImportLibrary=".\Release/Ivy.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/Ivy.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1036"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath=".\BufferedSocket.cxx">
+ </File>
+ <File
+ RelativePath=".\Ivy.cxx">
+ </File>
+ <File
+ RelativePath=".\IvyApplication.cxx">
+ </File>
+ <File
+ RelativePath=".\IvyCbindings.cxx">
+ </File>
+ <File
+ RelativePath=".\IvyDllMain.cpp">
+ </File>
+ <File
+ RelativePath=".\IvySynchroWnd.cxx">
+ </File>
+ <File
+ RelativePath=".\IvyWatcher.cxx">
+ </File>
+ <File
+ RelativePath=".\Regexp.cxx">
+ </File>
+ <File
+ RelativePath=".\StdAfx.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\ThreadedSocket.cxx">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath=".\BufferedSocket.h">
+ </File>
+ <File
+ RelativePath=".\DataTypes.h">
+ </File>
+ <File
+ RelativePath=".\Ivy.h">
+ </File>
+ <File
+ RelativePath=".\IvyApplication.h">
+ </File>
+ <File
+ RelativePath=".\IvyCallback.h">
+ </File>
+ <File
+ RelativePath=".\IvyCbindings.h">
+ </File>
+ <File
+ RelativePath=".\IvySynchroWnd.h">
+ </File>
+ <File
+ RelativePath=".\IvyWatcher.h">
+ </File>
+ <File
+ RelativePath=".\Regexp.h">
+ </File>
+ <File
+ RelativePath=".\StdAfx.h">
+ </File>
+ <File
+ RelativePath=".\ThreadedSocket.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>