From 54a9e27556a3ff43c3f91bb305522ef498831373 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 29 Sep 2020 07:21:42 -0400 Subject: add interaccel converter --- converter/converter.vcxproj | 109 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 converter/converter.vcxproj (limited to 'converter/converter.vcxproj') diff --git a/converter/converter.vcxproj b/converter/converter.vcxproj new file mode 100644 index 0000000..3cbe7bf --- /dev/null +++ b/converter/converter.vcxproj @@ -0,0 +1,109 @@ + + + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {4c421992-9a27-4860-a40c-add76fbace55} + converter + 10.0 + v4.7.2 + + + + Application + true + v142 + Unicode + true + + + Application + false + v142 + false + Unicode + true + + + + + + + + + + + + + + + + false + + + false + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp17 + /Zc:twoPhase- %(AdditionalOptions) + MultiThreadedDebugDLL + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + stdcpp17 + /Zc:twoPhase- %(AdditionalOptions) + MultiThreadedDLL + + + Console + true + true + true + + + copy /Y "$(TargetPath)" "$(SolutionDir)signed\$(TargetFileName)" + + + + + + + + {28a3656f-a1de-405c-b547-191c32ec555f} + + + + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + \ No newline at end of file -- cgit v1.2.3