From f4c338c63f3456a8eccd56c35e233843687d55be Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 00:43:25 +0800 Subject: *thread --- build/3rd-party/Luax/Luax.vcxproj | 4 +- build/3rd-party/Luax/Luax.vcxproj.filters | 4 +- build/3rd-party/uuid4/uuid4.vcxproj | 126 ++++++++++++++++++++++++++++ build/3rd-party/uuid4/uuid4.vcxproj.filters | 9 ++ build/3rd-party/uuid4/uuid4.vcxproj.user | 4 + 5 files changed, 143 insertions(+), 4 deletions(-) create mode 100644 build/3rd-party/uuid4/uuid4.vcxproj create mode 100644 build/3rd-party/uuid4/uuid4.vcxproj.filters create mode 100644 build/3rd-party/uuid4/uuid4.vcxproj.user (limited to 'build/3rd-party') diff --git a/build/3rd-party/Luax/Luax.vcxproj b/build/3rd-party/Luax/Luax.vcxproj index a24c972..b5730c6 100644 --- a/build/3rd-party/Luax/Luax.vcxproj +++ b/build/3rd-party/Luax/Luax.vcxproj @@ -126,7 +126,7 @@ - + @@ -137,7 +137,7 @@ - + diff --git a/build/3rd-party/Luax/Luax.vcxproj.filters b/build/3rd-party/Luax/Luax.vcxproj.filters index 705dcd9..7f385fc 100644 --- a/build/3rd-party/Luax/Luax.vcxproj.filters +++ b/build/3rd-party/Luax/Luax.vcxproj.filters @@ -9,9 +9,9 @@ - + @@ -19,10 +19,10 @@ - + diff --git a/build/3rd-party/uuid4/uuid4.vcxproj b/build/3rd-party/uuid4/uuid4.vcxproj new file mode 100644 index 0000000..e552199 --- /dev/null +++ b/build/3rd-party/uuid4/uuid4.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {49F7847E-219E-4A7B-8484-2A33DAC29DD0} + uuid4 + 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/3rd-party/uuid4/uuid4.vcxproj.filters b/build/3rd-party/uuid4/uuid4.vcxproj.filters new file mode 100644 index 0000000..6f984b1 --- /dev/null +++ b/build/3rd-party/uuid4/uuid4.vcxproj.filters @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/3rd-party/uuid4/uuid4.vcxproj.user b/build/3rd-party/uuid4/uuid4.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/3rd-party/uuid4/uuid4.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0