diff options
author | fcolin | 2007-02-01 13:09:57 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:09:57 +0000 |
commit | 70f9e2aae8c19573fce00ec63223b8f159fe7375 (patch) | |
tree | 7c524a6da633eb9690c9e1200bb562f9d71f9e47 /Bus | |
parent | ae541190a728f732a9e5ba7a68df16f83b127c3a (diff) | |
download | ivy-cplusplus-70f9e2aae8c19573fce00ec63223b8f159fe7375.zip ivy-cplusplus-70f9e2aae8c19573fce00ec63223b8f159fe7375.tar.gz ivy-cplusplus-70f9e2aae8c19573fce00ec63223b8f159fe7375.tar.bz2 ivy-cplusplus-70f9e2aae8c19573fce00ec63223b8f159fe7375.tar.xz |
Utilisateur : Fcolin Date : 10/02/04 Heure : 17:21 Créé Commentaire: (vss 1)
Diffstat (limited to 'Bus')
-rw-r--r-- | Bus/IvyProbe/IvyProbe.sln | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Bus/IvyProbe/IvyProbe.sln b/Bus/IvyProbe/IvyProbe.sln new file mode 100644 index 0000000..22e0629 --- /dev/null +++ b/Bus/IvyProbe/IvyProbe.sln @@ -0,0 +1,42 @@ +Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IvyProbe", "IvyProbe.vcproj", "{B7F7F0F7-9029-4D1A-8CB4-C42DAF86A21C}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Install", "InstIvy\InstIvy.vdproj", "{61A08759-9E99-481F-811D-204553D27E75}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SourceCodeControl) = preSolution
+ SccNumberOfProjects = 3
+ SccProjectUniqueName0 = IvyProbe.vcproj
+ SccLocalPath0 = .
+ CanCheckoutShared = false
+ SccProjectUniqueName1 = InstIvy\\InstIvy.vdproj
+ SccProjectName1 = \u0022$/InstIvyProbe\u0022,\u0020IPFAAAAA
+ SccLocalPath1 = InstIvy
+ CanCheckoutShared = false
+ SccLocalPath2 = .
+ CanCheckoutShared = false
+ SolutionUniqueID = {CFBC3463-2A25-4A65-99D7-92F0A19DACAB}
+ EndGlobalSection
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {B7F7F0F7-9029-4D1A-8CB4-C42DAF86A21C}.Debug.ActiveCfg = Debug|Win32
+ {B7F7F0F7-9029-4D1A-8CB4-C42DAF86A21C}.Debug.Build.0 = Debug|Win32
+ {B7F7F0F7-9029-4D1A-8CB4-C42DAF86A21C}.Release.ActiveCfg = Release|Win32
+ {B7F7F0F7-9029-4D1A-8CB4-C42DAF86A21C}.Release.Build.0 = Release|Win32
+ {61A08759-9E99-481F-811D-204553D27E75}.Debug.ActiveCfg = Debug
+ {61A08759-9E99-481F-811D-204553D27E75}.Debug.Build.0 = Debug
+ {61A08759-9E99-481F-811D-204553D27E75}.Release.ActiveCfg = Release
+ {61A08759-9E99-481F-811D-204553D27E75}.Release.Build.0 = Release
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
|