From b109b3aa802ba463200eeced0f654f5316549deb Mon Sep 17 00:00:00 2001 From: RadAd Date: Fri, 24 May 2019 11:43:35 +1000 Subject: Initial version --- RadTerminal.vcxproj | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 RadTerminal.vcxproj (limited to 'RadTerminal.vcxproj') diff --git a/RadTerminal.vcxproj b/RadTerminal.vcxproj new file mode 100644 index 0000000..45ec2d8 --- /dev/null +++ b/RadTerminal.vcxproj @@ -0,0 +1,112 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {5660720B-5A4B-4F82-85C3-AE789F685218} + Win32Proj + RadTerminal + 10.0.17763.0 + + + + Application + v140 + Unicode + + + true + + + false + true + + + + + + + + + + + + $(SolutionDir)Bin\$(Platform)$(Configuration)\ + Int\$(Platform)$(Configuration)\$(ProjectName)\ + + + true + + + false + + + + Level3 + _WINDOWS;%(PreprocessorDefinitions) + true + + + Windows + + + + + WIN32;%(PreprocessorDefinitions) + + + + + Disabled + _DEBUG;%(PreprocessorDefinitions) + + + true + + + + + MaxSpeed + true + true + NDEBUG;%(PreprocessorDefinitions) + + + true + true + true + + + + + + + + + {f7508f50-f42c-4091-a87e-227ffe89c038} + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3