From 7ecf913256fb396e3027aac3318d996a716a52ef Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Oct 2021 23:29:21 +0800 Subject: + job system --- .../VisualStudio/GameLabJob/GameLabJob.vcxproj | 130 +++++++++++++++++++++ .../GameLabJob/GameLabJob.vcxproj.filters | 2 + .../GameLabJob/GameLabJob.vcxproj.user | 4 + 3 files changed, 136 insertions(+) create mode 100644 Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj create mode 100644 Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.filters create mode 100644 Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.user (limited to 'Projects/VisualStudio/GameLabJob') diff --git a/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj b/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj new file mode 100644 index 0000000..4d15398 --- /dev/null +++ b/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {DA1F3ADE-9327-4BE9-815A-3D6F8651DD2C} + GameLabJob + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + + + + \ No newline at end of file diff --git a/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.filters b/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.filters @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.user b/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Projects/VisualStudio/GameLabJob/GameLabJob.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0