From 9e0e01b7f4375063f06e494113187d48614628e0 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 30 Nov 2021 22:25:37 +0800 Subject: +init --- Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj | 130 +++++++++++++++++++++ .../VisualStudio/Sand2D/Sand2D.vcxproj.filters | 8 ++ .../VisualStudio/Sand2D/Sand2D.vcxproj.user | 4 + 3 files changed, 142 insertions(+) create mode 100644 Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj create mode 100644 Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.filters create mode 100644 Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.user (limited to 'Client/Project/VisualStudio/Sand2D') diff --git a/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj b/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj new file mode 100644 index 0000000..a59df1d --- /dev/null +++ b/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {C788B73C-D57E-4B6E-B9F8-FB44908AC05E} + Sand2D + 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/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.filters b/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.filters new file mode 100644 index 0000000..4454c72 --- /dev/null +++ b/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.filters @@ -0,0 +1,8 @@ + + + + + {77ef3ecd-dd1e-49c7-a8fc-bcc241814405} + + + \ No newline at end of file diff --git a/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.user b/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Client/Project/VisualStudio/Sand2D/Sand2D.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0