From 9645be0af1b1d5cb0ad5892d5464e1b23c51b550 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 11 May 2019 22:54:56 +0800 Subject: *init --- build/LoG/LoG.vcxproj | 146 ++++++++++++++++++++++++++++++++++++++++++ build/LoG/LoG.vcxproj.filters | 109 +++++++++++++++++++++++++++++++ build/LoG/LoG.vcxproj.user | 4 ++ 3 files changed, 259 insertions(+) create mode 100644 build/LoG/LoG.vcxproj create mode 100644 build/LoG/LoG.vcxproj.filters create mode 100644 build/LoG/LoG.vcxproj.user (limited to 'build/LoG') diff --git a/build/LoG/LoG.vcxproj b/build/LoG/LoG.vcxproj new file mode 100644 index 0000000..7eeab8f --- /dev/null +++ b/build/LoG/LoG.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {22238E0C-B7BA-434A-92A3-077EEDDC41EF} + LOG + 10.0.17134.0 + LoG + + + + 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/LoG/LoG.vcxproj.filters b/build/LoG/LoG.vcxproj.filters new file mode 100644 index 0000000..63ca107 --- /dev/null +++ b/build/LoG/LoG.vcxproj.filters @@ -0,0 +1,109 @@ + + + + + {e317f574-d655-4719-90cd-098a026dbff1} + + + {131ef943-91ab-4424-93c6-22d1fd2b4240} + + + {999009a1-57d1-4fa7-9593-ce2e85df676f} + + + {98ac616f-ab08-4467-b574-eedadee75f14} + + + {a777d5be-b03a-4fcb-aaf2-9ebe1c276c32} + + + {e1d94426-f9d6-4f98-bf43-1732714d8491} + + + {8934c772-f790-4dcb-b392-2440dce72056} + + + {8b50a487-b772-4a48-8865-a6039374bc19} + + + {9ffd72ac-b40c-4149-8ea0-fbca8c4098e5} + + + {e05d8c31-5aaf-4d0a-996d-6244fb241cdf} + + + {881b82b4-1c62-445b-8c9d-38633500ab14} + + + {48c401c7-258d-4de4-a955-6702bb26c889} + + + {6c6f0767-23b6-4195-879b-28e65f446d1a} + + + + + art + + + art + + + art + + + art + + + + math + + + + + art + + + art + + + art + + + art + + + ai + + + game + + + game\items + + + map + + + gui + + + modding + + + network + + + utils + + + threading + + + scripting\api + + + math + + + \ No newline at end of file diff --git a/build/LoG/LoG.vcxproj.user b/build/LoG/LoG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/LoG/LoG.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0