From 94cc35faeb6248d75841a5f47a41a266086b4d16 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 11 Aug 2014 14:04:41 -0400 Subject: initial import of upstream sources --- builds/msvc/properties/Common.props | 21 ---------------- builds/msvc/properties/DLL.props | 16 ------------- builds/msvc/properties/Debug.props | 29 ---------------------- builds/msvc/properties/DebugDEXE.props | 21 ---------------- builds/msvc/properties/DebugDLL.props | 20 ---------------- builds/msvc/properties/DebugLEXE.props | 20 ---------------- builds/msvc/properties/DebugLIB.props | 21 ---------------- builds/msvc/properties/DebugLTCG.props | 20 ---------------- builds/msvc/properties/DebugSEXE.props | 21 ---------------- builds/msvc/properties/EXE.props | 17 ------------- builds/msvc/properties/LIB.props | 16 ------------- builds/msvc/properties/LTCG.props | 13 ---------- builds/msvc/properties/Link.props | 21 ---------------- builds/msvc/properties/Messages.props | 15 ------------ builds/msvc/properties/Output.props | 30 ----------------------- builds/msvc/properties/Release.props | 41 -------------------------------- builds/msvc/properties/ReleaseDEXE.props | 20 ---------------- builds/msvc/properties/ReleaseDLL.props | 19 --------------- builds/msvc/properties/ReleaseLEXE.props | 20 ---------------- builds/msvc/properties/ReleaseLIB.props | 19 --------------- builds/msvc/properties/ReleaseLTCG.props | 19 --------------- builds/msvc/properties/ReleaseSEXE.props | 20 ---------------- builds/msvc/properties/Win32.props | 20 ---------------- builds/msvc/properties/x64.props | 23 ------------------ 24 files changed, 502 deletions(-) delete mode 100644 builds/msvc/properties/Common.props delete mode 100644 builds/msvc/properties/DLL.props delete mode 100644 builds/msvc/properties/Debug.props delete mode 100644 builds/msvc/properties/DebugDEXE.props delete mode 100644 builds/msvc/properties/DebugDLL.props delete mode 100644 builds/msvc/properties/DebugLEXE.props delete mode 100644 builds/msvc/properties/DebugLIB.props delete mode 100644 builds/msvc/properties/DebugLTCG.props delete mode 100644 builds/msvc/properties/DebugSEXE.props delete mode 100644 builds/msvc/properties/EXE.props delete mode 100644 builds/msvc/properties/LIB.props delete mode 100644 builds/msvc/properties/LTCG.props delete mode 100644 builds/msvc/properties/Link.props delete mode 100644 builds/msvc/properties/Messages.props delete mode 100644 builds/msvc/properties/Output.props delete mode 100644 builds/msvc/properties/Release.props delete mode 100644 builds/msvc/properties/ReleaseDEXE.props delete mode 100644 builds/msvc/properties/ReleaseDLL.props delete mode 100644 builds/msvc/properties/ReleaseLEXE.props delete mode 100644 builds/msvc/properties/ReleaseLIB.props delete mode 100644 builds/msvc/properties/ReleaseLTCG.props delete mode 100644 builds/msvc/properties/ReleaseSEXE.props delete mode 100644 builds/msvc/properties/Win32.props delete mode 100644 builds/msvc/properties/x64.props (limited to 'builds/msvc/properties') diff --git a/builds/msvc/properties/Common.props b/builds/msvc/properties/Common.props deleted file mode 100644 index 72588d6..0000000 --- a/builds/msvc/properties/Common.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - <_PropertySheetDisplayName>Common Settings - Unicode - - - - - - - - - true - UNICODE;_UNICODE;%(PreprocessorDefinitions) - Level3 - - - - \ No newline at end of file diff --git a/builds/msvc/properties/DLL.props b/builds/msvc/properties/DLL.props deleted file mode 100644 index b5aa1f0..0000000 --- a/builds/msvc/properties/DLL.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - - <_PropertySheetDisplayName>Dynamic Library - dynamic - .dll - - - - - _DLL;_WINDLL;%(PreprocessorDefinitions) - - - - \ No newline at end of file diff --git a/builds/msvc/properties/Debug.props b/builds/msvc/properties/Debug.props deleted file mode 100644 index 6fa7419..0000000 --- a/builds/msvc/properties/Debug.props +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - <_PropertySheetDisplayName>Debug Settings - Debug - - - - - EnableFastChecks - ProgramDatabase - true - Disabled - _DEBUG;%(PreprocessorDefinitions) - - - _DEBUG;%(PreprocessorDefinitions) - - - true - - - - \ No newline at end of file diff --git a/builds/msvc/properties/DebugDEXE.props b/builds/msvc/properties/DebugDEXE.props deleted file mode 100644 index fe8b577..0000000 --- a/builds/msvc/properties/DebugDEXE.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - <_PropertySheetDisplayName>Console Debug Dynamic - dynamic - - - - - - - - - - MultiThreadedDebugDLL - true - - - - \ No newline at end of file diff --git a/builds/msvc/properties/DebugDLL.props b/builds/msvc/properties/DebugDLL.props deleted file mode 100644 index a451d0b..0000000 --- a/builds/msvc/properties/DebugDLL.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - <_PropertySheetDisplayName>Dynamic Debug Library - - - - - - - - - - MultiThreadedDebugDLL - true - - - - \ No newline at end of file diff --git a/builds/msvc/properties/DebugLEXE.props b/builds/msvc/properties/DebugLEXE.props deleted file mode 100644 index 7fa92c0..0000000 --- a/builds/msvc/properties/DebugLEXE.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - <_PropertySheetDisplayName>Console Debug Link Time Code Generation - - - - - - - - - - - MultiThreadedDebug - - - - \ No newline at end of file diff --git a/builds/msvc/properties/DebugLIB.props b/builds/msvc/properties/DebugLIB.props deleted file mode 100644 index c5f1012..0000000 --- a/builds/msvc/properties/DebugLIB.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - <_PropertySheetDisplayName>Static Debug Library - - - - - - - - - - OldStyle - MultiThreadedDebug - true - - - - \ No newline at end of file diff --git a/builds/msvc/properties/DebugLTCG.props b/builds/msvc/properties/DebugLTCG.props deleted file mode 100644 index 42b22ff..0000000 --- a/builds/msvc/properties/DebugLTCG.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - <_PropertySheetDisplayName>Static Debug Link Time Code Generation Library - - - - - - - - - - OldStyle - MultiThreadedDebug - - - - \ No newline at end of file diff --git a/builds/msvc/properties/DebugSEXE.props b/builds/msvc/properties/DebugSEXE.props deleted file mode 100644 index 2615ffc..0000000 --- a/builds/msvc/properties/DebugSEXE.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - <_PropertySheetDisplayName>Console Debug Static - static - - - - - - - - - - MultiThreadedDebug - true - - - - \ No newline at end of file diff --git a/builds/msvc/properties/EXE.props b/builds/msvc/properties/EXE.props deleted file mode 100644 index 3549064..0000000 --- a/builds/msvc/properties/EXE.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - <_PropertySheetDisplayName>Console Application - true - - - - - _CONSOLE;%(PreprocessorDefinitions) - - - Console - - - \ No newline at end of file diff --git a/builds/msvc/properties/LIB.props b/builds/msvc/properties/LIB.props deleted file mode 100644 index 3835777..0000000 --- a/builds/msvc/properties/LIB.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - - <_PropertySheetDisplayName>Static Library - static - .lib - - - - - _LIB;%(PreprocessorDefinitions) - - - - \ No newline at end of file diff --git a/builds/msvc/properties/LTCG.props b/builds/msvc/properties/LTCG.props deleted file mode 100644 index 0229293..0000000 --- a/builds/msvc/properties/LTCG.props +++ /dev/null @@ -1,13 +0,0 @@ - - - - - <_PropertySheetDisplayName>Link Time Code Generation Library - - - - - - - - \ No newline at end of file diff --git a/builds/msvc/properties/Link.props b/builds/msvc/properties/Link.props deleted file mode 100644 index db15fbb..0000000 --- a/builds/msvc/properties/Link.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - <_PropertySheetDisplayName>Link Time Code Generation Settings - ltcg - - - - - true - - - UseLinkTimeCodeGeneration - - - true - - - - \ No newline at end of file diff --git a/builds/msvc/properties/Messages.props b/builds/msvc/properties/Messages.props deleted file mode 100644 index 06a1ab0..0000000 --- a/builds/msvc/properties/Messages.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - - <_PropertySheetDisplayName>Build Messages - - - - - - - - - - \ No newline at end of file diff --git a/builds/msvc/properties/Output.props b/builds/msvc/properties/Output.props deleted file mode 100644 index 492876c..0000000 --- a/builds/msvc/properties/Output.props +++ /dev/null @@ -1,30 +0,0 @@ - - - - - <_PropertySheetDisplayName>Output Settings - - $(ProjectDir)..\..\ - $(ProjectDir)..\..\..\..\ - $(ProjectDir)..\..\..\..\..\ - $(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\ - $(ProjectDir)..\..\..\..\obj\$(TargetName)\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\ - $(OutDir) - $(TargetName) - $(TargetDir)$(TargetName)$(TargetExt) - - - - - $(OutDir)$(TargetName).lib - - - $(OutDir)$(TargetName).log - - - - - - - - \ No newline at end of file diff --git a/builds/msvc/properties/Release.props b/builds/msvc/properties/Release.props deleted file mode 100644 index 1c5415b..0000000 --- a/builds/msvc/properties/Release.props +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - <_PropertySheetDisplayName>Release Settings - Release - false - - - - - /Oy- %(AdditionalOptions) - - true - true - OnlyExplicitInline - false - MaxSpeed - NDEBUG;%(PreprocessorDefinitions) - - - NDEBUG;%(PreprocessorDefinitions) - - - true - - true - - - - - - StreamingSIMDExtensions2 - - - - \ No newline at end of file diff --git a/builds/msvc/properties/ReleaseDEXE.props b/builds/msvc/properties/ReleaseDEXE.props deleted file mode 100644 index b89b373..0000000 --- a/builds/msvc/properties/ReleaseDEXE.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - <_PropertySheetDisplayName>Console Release Dynamic - dynamic - - - - - - - - - - MultiThreadedDebugDLL - - - - \ No newline at end of file diff --git a/builds/msvc/properties/ReleaseDLL.props b/builds/msvc/properties/ReleaseDLL.props deleted file mode 100644 index 2071b33..0000000 --- a/builds/msvc/properties/ReleaseDLL.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - - <_PropertySheetDisplayName>Dynamic Release Library - - - - - - - - - - MultiThreadedDLL - - - - \ No newline at end of file diff --git a/builds/msvc/properties/ReleaseLEXE.props b/builds/msvc/properties/ReleaseLEXE.props deleted file mode 100644 index beb73ef..0000000 --- a/builds/msvc/properties/ReleaseLEXE.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - <_PropertySheetDisplayName>Console Release Link Time Code Generation - - - - - - - - - - - MultiThreaded - - - - \ No newline at end of file diff --git a/builds/msvc/properties/ReleaseLIB.props b/builds/msvc/properties/ReleaseLIB.props deleted file mode 100644 index 2b250d5..0000000 --- a/builds/msvc/properties/ReleaseLIB.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - - <_PropertySheetDisplayName>Static Release Library - - - - - - - - - - MultiThreaded - - - - \ No newline at end of file diff --git a/builds/msvc/properties/ReleaseLTCG.props b/builds/msvc/properties/ReleaseLTCG.props deleted file mode 100644 index 1814c6f..0000000 --- a/builds/msvc/properties/ReleaseLTCG.props +++ /dev/null @@ -1,19 +0,0 @@ - - - - - <_PropertySheetDisplayName>Static Release Link Time Code Generation Library - - - - - - - - - - MultiThreaded - - - - \ No newline at end of file diff --git a/builds/msvc/properties/ReleaseSEXE.props b/builds/msvc/properties/ReleaseSEXE.props deleted file mode 100644 index 2f5600a..0000000 --- a/builds/msvc/properties/ReleaseSEXE.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - <_PropertySheetDisplayName>Console Release Static - static - - - - - - - - - - MultiThreaded - - - - \ No newline at end of file diff --git a/builds/msvc/properties/Win32.props b/builds/msvc/properties/Win32.props deleted file mode 100644 index f7b1df6..0000000 --- a/builds/msvc/properties/Win32.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - <_PropertySheetDisplayName>x86 Settings - - - - - WIN32;_WIN32;%(PreprocessorDefinitions) - - - MachineX86 - - - /MACHINE:X86 %(AdditionalOptions) - - - - \ No newline at end of file diff --git a/builds/msvc/properties/x64.props b/builds/msvc/properties/x64.props deleted file mode 100644 index 0831f69..0000000 --- a/builds/msvc/properties/x64.props +++ /dev/null @@ -1,23 +0,0 @@ - - - - - <_PropertySheetDisplayName>x64 Settings - - - - - - WIN32;_WIN32;WIN64;_WIN64;%(PreprocessorDefinitions) - - - MachineX64 - - - /MACHINE:X64 %(AdditionalOptions) - - - - \ No newline at end of file -- cgit v1.2.3