diff options
-rw-r--r-- | Ivy/Ivy.vcproj | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/Ivy/Ivy.vcproj b/Ivy/Ivy.vcproj index ce0f3c0..1a0c185 100644 --- a/Ivy/Ivy.vcproj +++ b/Ivy/Ivy.vcproj @@ -3,7 +3,7 @@ ProjectType="Visual C++"
Version="8,00"
Name="Ivy"
- ProjectGUID="{9818D652-CC05-463E-880D-AFCA2C7BFABE}"
+ ProjectGUID="{9BD87B7A-517E-4900-B3EA-A358885CD876}"
RootNamespace="Ivy"
SccProjectName=""$/Bus/Ivy", QPEAAAAA"
SccLocalPath="."
@@ -398,6 +398,42 @@ >
</File>
<File
+ RelativePath=".\intervalRegexp.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\Ivy.cxx"
>
</File>
@@ -499,6 +535,10 @@ >
</File>
<File
+ RelativePath=".\intervalRegexp.h"
+ >
+ </File>
+ <File
RelativePath=".\Ivy.h"
>
</File>
|