From 2561751468e43c42e5a7a1cf24417cdd71675ee6 Mon Sep 17 00:00:00 2001 From: cherierm Date: Tue, 8 Jul 2008 08:55:57 +0000 Subject: [PATCH] The visual C++ project of the C++ API of Msg git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5859 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- .../autoDestination/autoDestination.vcproj | 220 +++++++++++++++++ build/vc7/examples/cxx/basic/basic.vcproj | 223 ++++++++++++++++++ .../examples/cxx/comm_time/comm_time.vcproj | 216 +++++++++++++++++ .../explicitDestination.vcproj | 221 +++++++++++++++++ .../examples/cxx/ping_pong/ping_pong.vcproj | 212 +++++++++++++++++ build/vc7/examples/cxx/suspend/suspend.vcproj | 209 ++++++++++++++++ 6 files changed, 1301 insertions(+) create mode 100644 build/vc7/examples/cxx/autoDestination/autoDestination.vcproj create mode 100644 build/vc7/examples/cxx/basic/basic.vcproj create mode 100644 build/vc7/examples/cxx/comm_time/comm_time.vcproj create mode 100644 build/vc7/examples/cxx/explicitDestination/explicitDestination.vcproj create mode 100644 build/vc7/examples/cxx/ping_pong/ping_pong.vcproj create mode 100644 build/vc7/examples/cxx/suspend/suspend.vcproj diff --git a/build/vc7/examples/cxx/autoDestination/autoDestination.vcproj b/build/vc7/examples/cxx/autoDestination/autoDestination.vcproj new file mode 100644 index 0000000000..38780c98fd --- /dev/null +++ b/build/vc7/examples/cxx/autoDestination/autoDestination.vcproj @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/vc7/examples/cxx/basic/basic.vcproj b/build/vc7/examples/cxx/basic/basic.vcproj new file mode 100644 index 0000000000..33db3a91de --- /dev/null +++ b/build/vc7/examples/cxx/basic/basic.vcproj @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/vc7/examples/cxx/comm_time/comm_time.vcproj b/build/vc7/examples/cxx/comm_time/comm_time.vcproj new file mode 100644 index 0000000000..0cc46848f9 --- /dev/null +++ b/build/vc7/examples/cxx/comm_time/comm_time.vcproj @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/vc7/examples/cxx/explicitDestination/explicitDestination.vcproj b/build/vc7/examples/cxx/explicitDestination/explicitDestination.vcproj new file mode 100644 index 0000000000..c4c8bf1d43 --- /dev/null +++ b/build/vc7/examples/cxx/explicitDestination/explicitDestination.vcproj @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/vc7/examples/cxx/ping_pong/ping_pong.vcproj b/build/vc7/examples/cxx/ping_pong/ping_pong.vcproj new file mode 100644 index 0000000000..3623384077 --- /dev/null +++ b/build/vc7/examples/cxx/ping_pong/ping_pong.vcproj @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/vc7/examples/cxx/suspend/suspend.vcproj b/build/vc7/examples/cxx/suspend/suspend.vcproj new file mode 100644 index 0000000000..d1f2975d50 --- /dev/null +++ b/build/vc7/examples/cxx/suspend/suspend.vcproj @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.20.1