From 09abf1b529b4226f585ecfbb20866715b901755b Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 1 Dec 2021 13:34:22 +0800 Subject: +fpm --- .../VisualStudio/EntityViewer/EntityViewer.vcxproj | 130 +++++++++++++++++++++ .../EntityViewer/EntityViewer.vcxproj.filters | 17 +++ .../EntityViewer/EntityViewer.vcxproj.user | 4 + 3 files changed, 151 insertions(+) create mode 100644 Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj create mode 100644 Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.filters create mode 100644 Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.user (limited to 'Client/Project/VisualStudio/EntityViewer') diff --git a/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj b/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj new file mode 100644 index 0000000..baf0873 --- /dev/null +++ b/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {648C7FE7-9EF4-4D6D-8701-93F1821EB758} + EntityViewer + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + Console + true + true + + + + + + + + \ No newline at end of file diff --git a/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.filters b/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.filters new file mode 100644 index 0000000..6546942 --- /dev/null +++ b/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + \ No newline at end of file diff --git a/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.user b/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.user new file mode 100644 index 0000000..6e2aec7 --- /dev/null +++ b/Client/Project/VisualStudio/EntityViewer/EntityViewer.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1-26-g67d0