From 9fe3ef60e606d471cf3aee9b49605eac573d7ae1 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Fri, 26 Feb 2016 22:01:11 -0800 Subject: [PATCH] 2-26 C1 updates to project files --- .../win32posix/SampleServer/ReadMe.txt | 40 --------- .../SampleServer/SampleServer.vcxproj | 81 ++++++++++++++++-- .../SampleServer/SampleServer.vcxproj.filters | 3 - .../win32posix/SampleServer/stdafx.cpp | 8 -- .../win32posix/SampleServer/stdafx.h | 15 ---- .../win32posix/SampleServer/targetver.h | 8 -- .../win32posix/Tests/Tests.vcxproj | 84 +++++++++++++++++-- .../win32posix/Tests/stdafx.cpp | 8 -- .../win32posix/Tests/stdafx.h | 13 --- .../win32posix/Tests/targetver.h | 8 -- .../win32posix/win32posix.sln | 24 +++++- .../win32posix/win32posix/ReadMe.txt | 29 ------- .../win32posix/win32posix/win32posix.vcxproj | 73 +++++++++++++++- 13 files changed, 245 insertions(+), 149 deletions(-) delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/SampleServer/ReadMe.txt delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.cpp delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.h delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/SampleServer/targetver.h delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.cpp delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.h delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/Tests/targetver.h delete mode 100644 contrib/win32/w32-posix-prototype/win32posix/win32posix/ReadMe.txt diff --git a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/ReadMe.txt b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/ReadMe.txt deleted file mode 100644 index a9fa7a2..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/ReadMe.txt +++ /dev/null @@ -1,40 +0,0 @@ -======================================================================== - CONSOLE APPLICATION : SampleServer Project Overview -======================================================================== - -AppWizard has created this SampleServer application for you. - -This file contains a summary of what you will find in each of the files that -make up your SampleServer application. - - -SampleServer.vcxproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -SampleServer.vcxproj.filters - This is the filters file for VC++ projects generated using an Application Wizard. - It contains information about the association between the files in your project - and the filters. This association is used in the IDE to show grouping of files with - similar extensions under a specific node (for e.g. ".cpp" files are associated with the - "Source Files" filter). - -SampleServer.cpp - This is the main application source file. - -///////////////////////////////////////////////////////////////////////////// -Other standard files: - -StdAfx.h, StdAfx.cpp - These files are used to build a precompiled header (PCH) file - named SampleServer.pch and a precompiled types file named StdAfx.obj. - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" comments to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// diff --git a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj index 117f791..91bce2a 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj +++ b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj @@ -1,32 +1,54 @@  - + Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43} Win32Proj SampleServer - SampleServer_ + SampleServer + 8.1 Application true - v120 + v140 + Unicode + + + Application + true + v140 Unicode Application false - v120 + v140 + true + Unicode + + + Application + false + v140 true Unicode @@ -36,16 +58,31 @@ + + + + + + true + $(ProjectDir)bin\$(Configuration)\ + + + true + $(ProjectDir)bin\$(Platform)\$(Configuration)\ + $(ProjectDir)bin\int\$(Platform)\$(Configuration)\ false + + false + @@ -57,7 +94,23 @@ Console true - C:\openssh\Win32-OpenSSH\contrib\win32\w32-posix-prototype\win32posix\Debug\win32posix.lib;%(AdditionalDependencies) + win32posix.lib;%(AdditionalDependencies) + $(SolutionDir)bin\lib\$(Platform)\$(Configuration)\ + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + + + Console + true + win32posix.lib;%(AdditionalDependencies) + $(SolutionDir)bin\lib\$(Platform)\$(Configuration)\ @@ -77,6 +130,23 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + + + Console + true + true + true + + @@ -86,7 +156,6 @@ - diff --git a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj.filters b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj.filters index 1ef5347..5646fa8 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj.filters +++ b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/SampleServer.vcxproj.filters @@ -26,9 +26,6 @@ - - Source Files - Source Files diff --git a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.cpp b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.cpp deleted file mode 100644 index 79dba01..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// SampleServer.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.h b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.h deleted file mode 100644 index b005a83..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/stdafx.h +++ /dev/null @@ -1,15 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -#include "targetver.h" - -#include -#include - - - -// TODO: reference additional headers your program requires here diff --git a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/targetver.h b/contrib/win32/w32-posix-prototype/win32posix/SampleServer/targetver.h deleted file mode 100644 index 87c0086..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/SampleServer/targetver.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include diff --git a/contrib/win32/w32-posix-prototype/win32posix/Tests/Tests.vcxproj b/contrib/win32/w32-posix-prototype/win32posix/Tests/Tests.vcxproj index 97d9ce6..027eaa1 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/Tests/Tests.vcxproj +++ b/contrib/win32/w32-posix-prototype/win32posix/Tests/Tests.vcxproj @@ -1,32 +1,56 @@  - + Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {76AFACE0-9135-4D82-9A65-3B82084211E6} Win32Proj Tests + 8.1 DynamicLibrary true - v120 + v140 + Unicode + false + + + DynamicLibrary + true + v140 Unicode false DynamicLibrary false - v120 + v140 + true + Unicode + false + + + DynamicLibrary + false + v140 true Unicode false @@ -37,16 +61,31 @@ + + + + + + true + $(SolutionDir)bin\tests\$(Platform)\$(Configuration)\ + + + true + $(SolutionDir)bin\tests\$(Platform)\$(Configuration)\ + $(SolutionDir)bin\int\$(Platform)\$(Configuration)\ true + + true + NotUsing @@ -59,8 +98,24 @@ Windows true - $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) - Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);C:\openssh\Win32-OpenSSH_\contrib\win32\w32-posix-prototype\win32posix\Debug\win32posix.lib + $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories);$(SolutionDir)bin\lib\$(Platform)\$(Configuration)\ + Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);win32posix.lib + + + + + NotUsing + Level3 + Disabled + $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + + + Windows + true + $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories);$(SolutionDir)bin\lib\$(Platform)\$(Configuration)\ + Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies);win32posix.lib @@ -82,6 +137,25 @@ $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) + + + Level3 + Use + MaxSpeed + true + true + $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + true + + + Windows + true + true + true + $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) + + diff --git a/contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.cpp b/contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.cpp deleted file mode 100644 index fbf88f7..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// Tests.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.h b/contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.h deleted file mode 100644 index 43280fc..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/Tests/stdafx.h +++ /dev/null @@ -1,13 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -#include "targetver.h" - -// Headers for CppUnitTest -#include "CppUnitTest.h" - -// TODO: reference additional headers your program requires here diff --git a/contrib/win32/w32-posix-prototype/win32posix/Tests/targetver.h b/contrib/win32/w32-posix-prototype/win32posix/Tests/targetver.h deleted file mode 100644 index 87c0086..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/Tests/targetver.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix.sln b/contrib/win32/w32-posix-prototype/win32posix/win32posix.sln index f0a3728..c4ef704 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix.sln +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix.sln @@ -1,32 +1,52 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win32posix", "win32posix\win32posix.vcxproj", "{D8744F47-1741-4FB8-97D3-EBB9C3A13E67}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tests", "Tests\Tests.vcxproj", "{76AFACE0-9135-4D82-9A65-3B82084211E6}" + ProjectSection(ProjectDependencies) = postProject + {D8744F47-1741-4FB8-97D3-EBB9C3A13E67} = {D8744F47-1741-4FB8-97D3-EBB9C3A13E67} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleServer", "SampleServer\SampleServer.vcxproj", "{D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}" + ProjectSection(ProjectDependencies) = postProject + {D8744F47-1741-4FB8-97D3-EBB9C3A13E67} = {D8744F47-1741-4FB8-97D3-EBB9C3A13E67} + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Debug|Win32.ActiveCfg = Debug|Win32 {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Debug|Win32.Build.0 = Debug|Win32 + {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Debug|x64.ActiveCfg = Debug|x64 + {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Debug|x64.Build.0 = Debug|x64 {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Release|Win32.ActiveCfg = Release|Win32 {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Release|Win32.Build.0 = Release|Win32 + {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Release|x64.ActiveCfg = Release|x64 + {D8744F47-1741-4FB8-97D3-EBB9C3A13E67}.Release|x64.Build.0 = Release|x64 {76AFACE0-9135-4D82-9A65-3B82084211E6}.Debug|Win32.ActiveCfg = Debug|Win32 {76AFACE0-9135-4D82-9A65-3B82084211E6}.Debug|Win32.Build.0 = Debug|Win32 + {76AFACE0-9135-4D82-9A65-3B82084211E6}.Debug|x64.ActiveCfg = Debug|x64 + {76AFACE0-9135-4D82-9A65-3B82084211E6}.Debug|x64.Build.0 = Debug|x64 {76AFACE0-9135-4D82-9A65-3B82084211E6}.Release|Win32.ActiveCfg = Release|Win32 {76AFACE0-9135-4D82-9A65-3B82084211E6}.Release|Win32.Build.0 = Release|Win32 + {76AFACE0-9135-4D82-9A65-3B82084211E6}.Release|x64.ActiveCfg = Release|x64 + {76AFACE0-9135-4D82-9A65-3B82084211E6}.Release|x64.Build.0 = Release|x64 {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Debug|Win32.ActiveCfg = Debug|Win32 {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Debug|Win32.Build.0 = Debug|Win32 + {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Debug|x64.ActiveCfg = Debug|x64 + {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Debug|x64.Build.0 = Debug|x64 {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Release|Win32.ActiveCfg = Release|Win32 {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Release|Win32.Build.0 = Release|Win32 + {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Release|x64.ActiveCfg = Release|x64 + {D52F8255-C3A9-4416-A0A6-8CE63A4D7E43}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/ReadMe.txt b/contrib/win32/w32-posix-prototype/win32posix/win32posix/ReadMe.txt deleted file mode 100644 index a2910de..0000000 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/ReadMe.txt +++ /dev/null @@ -1,29 +0,0 @@ -======================================================================== - STATIC LIBRARY : win32posix Project Overview -======================================================================== - -AppWizard has created this win32posix library project for you. - -No source files were created as part of your project. - - -win32posix.vcxproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -win32posix.vcxproj.filters - This is the filters file for VC++ projects generated using an Application Wizard. - It contains information about the association between the files in your project - and the filters. This association is used in the IDE to show grouping of files with - similar extensions under a specific node (for e.g. ".cpp" files are associated with the - "Source Files" filter). - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" comments to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// diff --git a/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj b/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj index 0efdd07..5576462 100644 --- a/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj +++ b/contrib/win32/w32-posix-prototype/win32posix/win32posix/win32posix.vcxproj @@ -1,31 +1,53 @@  - + Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {D8744F47-1741-4FB8-97D3-EBB9C3A13E67} Win32Proj win32posix + 8.1 StaticLibrary true - v120 + v140 + Unicode + + + StaticLibrary + true + v140 Unicode StaticLibrary false - v120 + v140 + true + Unicode + + + StaticLibrary + false + v140 true Unicode @@ -35,11 +57,24 @@ + + + + + + - + + $(SolutionDir)bin\lib\$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\$(TargetName)\ + + + $(SolutionDir)bin\lib\$(Platform)\$(Configuration)\ + $(SolutionDir)bin\int\$(Platform)\$(Configuration)\$(TargetName)\ + @@ -53,6 +88,19 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + Level3 @@ -70,6 +118,23 @@ true + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + +