Skip to content
Snippets Groups Projects
Commit db6b6dfb authored by rswindell's avatar rswindell
Browse files

MSVC++ 2013 solution and project file that successfully builds SyncTERM from

current source in CVS without SDL (graphics modes) and without cryptlib (SSH).
parent f225a468
No related branches found
No related tags found
No related merge requests found

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SyncTERM", "SyncTERM.vcxproj", "{0B215B36-6C49-4743-B76E-7ACD698889A9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xpdev_mt", "..\xpdev\xpdev_mt.vcxproj", "{AEED3A81-3A47-4953-BE51-FD5E08283890}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conio", "..\conio\conio.vcxproj", "{84592E48-27CA-48A6-B9C6-243D2347A578}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uifc", "..\uifc\uifc.vcxproj", "{7BFB9820-0E57-4BE4-9BE9-E0A687874E19}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "comio", "..\comio\comio.vcxproj", "{79CF784E-4438-4FCC-9B7A-10ACB716C948}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B215B36-6C49-4743-B76E-7ACD698889A9}.Debug|Win32.ActiveCfg = Debug|Win32
{0B215B36-6C49-4743-B76E-7ACD698889A9}.Debug|Win32.Build.0 = Debug|Win32
{0B215B36-6C49-4743-B76E-7ACD698889A9}.Release|Win32.ActiveCfg = Release|Win32
{0B215B36-6C49-4743-B76E-7ACD698889A9}.Release|Win32.Build.0 = Release|Win32
{AEED3A81-3A47-4953-BE51-FD5E08283890}.Debug|Win32.ActiveCfg = Debug|Win32
{AEED3A81-3A47-4953-BE51-FD5E08283890}.Debug|Win32.Build.0 = Debug|Win32
{AEED3A81-3A47-4953-BE51-FD5E08283890}.Release|Win32.ActiveCfg = Release|Win32
{AEED3A81-3A47-4953-BE51-FD5E08283890}.Release|Win32.Build.0 = Release|Win32
{84592E48-27CA-48A6-B9C6-243D2347A578}.Debug|Win32.ActiveCfg = Debug|Win32
{84592E48-27CA-48A6-B9C6-243D2347A578}.Debug|Win32.Build.0 = Debug|Win32
{84592E48-27CA-48A6-B9C6-243D2347A578}.Release|Win32.ActiveCfg = Release|Win32
{84592E48-27CA-48A6-B9C6-243D2347A578}.Release|Win32.Build.0 = Release|Win32
{7BFB9820-0E57-4BE4-9BE9-E0A687874E19}.Debug|Win32.ActiveCfg = Debug|Win32
{7BFB9820-0E57-4BE4-9BE9-E0A687874E19}.Debug|Win32.Build.0 = Debug|Win32
{7BFB9820-0E57-4BE4-9BE9-E0A687874E19}.Release|Win32.ActiveCfg = Release|Win32
{7BFB9820-0E57-4BE4-9BE9-E0A687874E19}.Release|Win32.Build.0 = Release|Win32
{79CF784E-4438-4FCC-9B7A-10ACB716C948}.Debug|Win32.ActiveCfg = Debug|Win32
{79CF784E-4438-4FCC-9B7A-10ACB716C948}.Debug|Win32.Build.0 = Debug|Win32
{79CF784E-4438-4FCC-9B7A-10ACB716C948}.Release|Win32.ActiveCfg = Release|Win32
{79CF784E-4438-4FCC-9B7A-10ACB716C948}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{0B215B36-6C49-4743-B76E-7ACD698889A9}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>SyncTERM</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\xpdev\xpdev_mt.props" />
<Import Project="..\conio\conio.props" />
<Import Project="..\uifc\uifc.props" />
<Import Project="..\build\undeprecate.props" />
<Import Project="..\build\tcpip.props" />
<Import Project="..\comio\comio.props" />
<Import Project="..\smblib\smblib.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\xpdev\xpdev_mt.props" />
<Import Project="..\conio\conio.props" />
<Import Project="..\uifc\uifc.props" />
<Import Project="..\build\undeprecate.props" />
<Import Project="..\build\tcpip.props" />
<Import Project="..\comio\comio.props" />
<Import Project="..\smblib\smblib.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;WITHOUT_CRYPTLIB;TELNET_NO_DLL;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\sbbs3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;WITHOUT_CRYPTLIB;TELNET_NO_DLL;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\sbbs3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\sbbs3\telnet.c" />
<ClCompile Include="..\sbbs3\xmodem.c" />
<ClCompile Include="..\sbbs3\zmodem.c" />
<ClCompile Include="..\smblib\crc16.c" />
<ClCompile Include="..\smblib\crc32.c" />
<ClCompile Include="..\uifc\filepick.c" />
<ClCompile Include="..\xpdev\xpbeep.c" />
<ClCompile Include="bbslist.c" />
<ClCompile Include="conn.c" />
<ClCompile Include="conn_telnet.c" />
<ClCompile Include="fonts.c" />
<ClCompile Include="menu.c" />
<ClCompile Include="modem.c" />
<ClCompile Include="ooii.c" />
<ClCompile Include="ooii_bmenus.c" />
<ClCompile Include="ooii_cmenus.c" />
<ClCompile Include="ooii_logons.c" />
<ClCompile Include="ooii_sounds.c" />
<ClCompile Include="rlogin.c" />
<ClCompile Include="syncterm.c" />
<ClCompile Include="telnet_io.c" />
<ClCompile Include="term.c" />
<ClCompile Include="uifcinit.c" />
<ClCompile Include="window.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\comio\comio.vcxproj">
<Project>{79cf784e-4438-4fcc-9b7a-10acb716c948}</Project>
</ProjectReference>
<ProjectReference Include="..\conio\conio.vcxproj">
<Project>{84592e48-27ca-48a6-b9c6-243d2347a578}</Project>
</ProjectReference>
<ProjectReference Include="..\uifc\uifc.vcxproj">
<Project>{7bfb9820-0e57-4be4-9be9-e0a687874e19}</Project>
</ProjectReference>
<ProjectReference Include="..\xpdev\xpdev_mt.vcxproj">
<Project>{aeed3a81-3a47-4953-be51-fd5e08283890}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment