From 66c5fdc564dd892ed265132d6c1378dbe3cebcee Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 27 Mar 2019 09:07:54 +0800 Subject: *misc --- build/tests/06-coroutine/06-coroutine.vcxproj | 123 +++++++++++++++++++++ .../06-coroutine/06-coroutine.vcxproj.filters | 6 + build/tests/06-coroutine/06-coroutine.vcxproj.user | 4 + 3 files changed, 133 insertions(+) create mode 100644 build/tests/06-coroutine/06-coroutine.vcxproj create mode 100644 build/tests/06-coroutine/06-coroutine.vcxproj.filters create mode 100644 build/tests/06-coroutine/06-coroutine.vcxproj.user (limited to 'build/tests') diff --git a/build/tests/06-coroutine/06-coroutine.vcxproj b/build/tests/06-coroutine/06-coroutine.vcxproj new file mode 100644 index 0000000..53b04c8 --- /dev/null +++ b/build/tests/06-coroutine/06-coroutine.vcxproj @@ -0,0 +1,123 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C3CD1252-3C8D-45E2-B784-D0016E7F0BD3} + My06coroutine + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/build/tests/06-coroutine/06-coroutine.vcxproj.filters b/build/tests/06-coroutine/06-coroutine.vcxproj.filters new file mode 100644 index 0000000..34d18a7 --- /dev/null +++ b/build/tests/06-coroutine/06-coroutine.vcxproj.filters @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build/tests/06-coroutine/06-coroutine.vcxproj.user b/build/tests/06-coroutine/06-coroutine.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/tests/06-coroutine/06-coroutine.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0