diff options
Diffstat (limited to 'Bus/Horloge/Horloge.vcproj')
-rw-r--r-- | Bus/Horloge/Horloge.vcproj | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/Bus/Horloge/Horloge.vcproj b/Bus/Horloge/Horloge.vcproj index b5235bd..6c8da7f 100644 --- a/Bus/Horloge/Horloge.vcproj +++ b/Bus/Horloge/Horloge.vcproj @@ -1,8 +1,10 @@ -<?xml version="1.0" encoding = "Windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.00"
+ Version="7.10"
Name="Horloge"
+ ProjectGUID="{79A52956-E5E0-46FF-9EB7-112ED0CD5315}"
+ RootNamespace="Horloge"
SccProjectName=""$/Bus/Horloge", JIEAAAAA"
SccAuxPath=""
SccLocalPath="."
@@ -24,6 +26,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
+ AdditionalIncludeDirectories=""..\Ivy""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -68,7 +71,13 @@ <Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@@ -81,6 +90,7 @@ <Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\Ivy"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@@ -111,7 +121,8 @@ TargetEnvironment="1"
TypeLibraryName=".\Release/Horloge.tlb"/>
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPostBuildEventTool"
+ CommandLine="copy "$(TargetPath)" "C:\users\fcolin\Program Files\$(OutDir)""/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -123,9 +134,20 @@ <Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
+ <References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{84E0039A-6721-4B18-9792-E9AE4274AC0E}"
+ Name="Ivy"/>
+ </References>
<Files>
<Filter
Name="Source Files"
@@ -199,6 +221,9 @@ Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
<File
+ RelativePath="Horloge.exe.manifest">
+ </File>
+ <File
RelativePath=".\res\Horloge.ico">
</File>
<File
@@ -221,6 +246,9 @@ </File>
</Filter>
<File
+ RelativePath="res\Horloge.exe.manifest">
+ </File>
+ <File
RelativePath=".\ReadMe.txt">
</File>
</Files>
|