summaryrefslogtreecommitdiff
path: root/Horloge/Horloge.vcproj
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:51:57 +0000
committerfcolin2007-02-01 12:51:57 +0000
commit834e692b11592ea32cb5ea0f04f041b0dd520451 (patch)
tree8d91e54abe55b567fb24f8b9d602bfbacc445468 /Horloge/Horloge.vcproj
parent84abba6b118623c2b269686311a8961da128310f (diff)
downloadivy-cplusplus-834e692b11592ea32cb5ea0f04f041b0dd520451.zip
ivy-cplusplus-834e692b11592ea32cb5ea0f04f041b0dd520451.tar.gz
ivy-cplusplus-834e692b11592ea32cb5ea0f04f041b0dd520451.tar.bz2
ivy-cplusplus-834e692b11592ea32cb5ea0f04f041b0dd520451.tar.xz
Utilisateur : Fcolin Date : 10/06/02 Heure : 11:34 Créé Commentaire: (vss 1)
Diffstat (limited to 'Horloge/Horloge.vcproj')
-rw-r--r--Horloge/Horloge.vcproj229
1 files changed, 229 insertions, 0 deletions
diff --git a/Horloge/Horloge.vcproj b/Horloge/Horloge.vcproj
new file mode 100644
index 0000000..b5235bd
--- /dev/null
+++ b/Horloge/Horloge.vcproj
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="Horloge"
+ SccProjectName="&quot;$/Bus/Horloge&quot;, JIEAAAAA"
+ SccAuxPath=""
+ SccLocalPath="."
+ SccProvider="MSSCCI:Microsoft Visual SourceSafe"
+ Keyword="MFCProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="1"
+ UseOfMFC="2"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Debug/Horloge.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="c:\users\fcolin\Program Files\Debug\Horloge.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/Horloge.pdb"
+ SubSystem="2"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/Horloge.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_AFXDLL;_DEBUG"
+ Culture="1036"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ UseOfMFC="2"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\Release/Horloge.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile=".\Release/Horloge.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ ProgramDatabaseFile=".\Release/Horloge.pdb"
+ SubSystem="2"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/Horloge.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_AFXDLL;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=".\Curvefit.cpp">
+ </File>
+ <File
+ RelativePath=".\Digistring.cpp">
+ </File>
+ <File
+ RelativePath=".\Horloge.cpp">
+ </File>
+ <File
+ RelativePath=".\Horloge.rc">
+ </File>
+ <File
+ RelativePath=".\HorlogeDlg.cpp">
+ </File>
+ <File
+ RelativePath=".\HorlogeParseCmdLine.cpp">
+ </File>
+ <File
+ RelativePath=".\StdAfx.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath=".\Curvefit.h">
+ </File>
+ <File
+ RelativePath=".\Digistring.h">
+ </File>
+ <File
+ RelativePath=".\Horloge.h">
+ </File>
+ <File
+ RelativePath=".\HorlogeDlg.h">
+ </File>
+ <File
+ RelativePath=".\HorlogeParseCmdLine.h">
+ </File>
+ <File
+ RelativePath=".\MemDC.h">
+ </File>
+ <File
+ RelativePath=".\Resource.h">
+ </File>
+ <File
+ RelativePath=".\Rgbcolor.h">
+ </File>
+ <File
+ RelativePath=".\StdAfx.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ <File
+ RelativePath=".\res\Horloge.ico">
+ </File>
+ <File
+ RelativePath=".\res\Horloge.rc2">
+ </File>
+ <File
+ RelativePath=".\res\ico00001.ico">
+ </File>
+ <File
+ RelativePath=".\res\ico00002.ico">
+ </File>
+ <File
+ RelativePath=".\res\ico00003.ico">
+ </File>
+ <File
+ RelativePath=".\res\ico00004.ico">
+ </File>
+ <File
+ RelativePath=".\res\icon1.ico">
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\ReadMe.txt">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>