From 3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 25 Dec 2017 20:00:51 -0800 Subject: Removed legacy visual studio project and solution files --- Shared/build/UWP/UWP_ArmDbg.props | 21 --------------------- Shared/build/UWP/UWP_ArmRel.props | 21 --------------------- Shared/build/UWP/UWP_Win32Dbg.props | 22 ---------------------- Shared/build/UWP/UWP_Win32Rel.props | 22 ---------------------- Shared/build/UWP/UWP_X64Dbg.props | 22 ---------------------- Shared/build/UWP/UWP_X64Rel.props | 22 ---------------------- Shared/build/Windows/Android32d.props | 17 ----------------- Shared/build/Windows/Android32r.props | 17 ----------------- Shared/build/Windows/Win32d.props | 26 -------------------------- Shared/build/Windows/Win32r.props | 26 -------------------------- Shared/build/Windows/Win64d.props | 26 -------------------------- Shared/build/Windows/Win64r.props | 26 -------------------------- 12 files changed, 268 deletions(-) delete mode 100644 Shared/build/UWP/UWP_ArmDbg.props delete mode 100644 Shared/build/UWP/UWP_ArmRel.props delete mode 100644 Shared/build/UWP/UWP_Win32Dbg.props delete mode 100644 Shared/build/UWP/UWP_Win32Rel.props delete mode 100644 Shared/build/UWP/UWP_X64Dbg.props delete mode 100644 Shared/build/UWP/UWP_X64Rel.props delete mode 100644 Shared/build/Windows/Android32d.props delete mode 100644 Shared/build/Windows/Android32r.props delete mode 100644 Shared/build/Windows/Win32d.props delete mode 100644 Shared/build/Windows/Win32r.props delete mode 100644 Shared/build/Windows/Win64d.props delete mode 100644 Shared/build/Windows/Win64r.props (limited to 'Shared') diff --git a/Shared/build/UWP/UWP_ArmDbg.props b/Shared/build/UWP/UWP_ArmDbg.props deleted file mode 100644 index 5fbec62b..00000000 --- a/Shared/build/UWP/UWP_ArmDbg.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - armd - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_ArmRel.props b/Shared/build/UWP/UWP_ArmRel.props deleted file mode 100644 index 78a674b0..00000000 --- a/Shared/build/UWP/UWP_ArmRel.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - armr - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_Win32Dbg.props b/Shared/build/UWP/UWP_Win32Dbg.props deleted file mode 100644 index dc4404f3..00000000 --- a/Shared/build/UWP/UWP_Win32Dbg.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 32d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_Win32Rel.props b/Shared/build/UWP/UWP_Win32Rel.props deleted file mode 100644 index 837ea221..00000000 --- a/Shared/build/UWP/UWP_Win32Rel.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 32r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_X64Dbg.props b/Shared/build/UWP/UWP_X64Dbg.props deleted file mode 100644 index 28ee532e..00000000 --- a/Shared/build/UWP/UWP_X64Dbg.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 64d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_X64Rel.props b/Shared/build/UWP/UWP_X64Rel.props deleted file mode 100644 index de2ed9fd..00000000 --- a/Shared/build/UWP/UWP_X64Rel.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 64r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Android32d.props b/Shared/build/Windows/Android32d.props deleted file mode 100644 index 82c096e7..00000000 --- a/Shared/build/Windows/Android32d.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - "$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - __VisualGDB_CFG_Debug;$(NMakePreprocessorDefinitions) - $(ANDROID_NDK_PATH)\platforms\android-19\arch-x86\usr\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include-fixed;$(NMakeIncludeSearchPath) - $(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes) - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - \ No newline at end of file diff --git a/Shared/build/Windows/Android32r.props b/Shared/build/Windows/Android32r.props deleted file mode 100644 index a542a706..00000000 --- a/Shared/build/Windows/Android32r.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - "$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - __VisualGDB_CFG_Release;$(NMakePreprocessorDefinitions) - $(ANDROID_NDK_PATH)\platforms\android-19\arch-x86\usr\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include-fixed;$(NMakeIncludeSearchPath) - $(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes) - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win32d.props b/Shared/build/Windows/Win32d.props deleted file mode 100644 index 1b70b4fe..00000000 --- a/Shared/build/Windows/Win32d.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 32d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreadedDebug - PLATFORM_WIN32;_DEBUG;%(PreprocessorDefinitions) - pch.h - Use - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win32r.props b/Shared/build/Windows/Win32r.props deleted file mode 100644 index d6996726..00000000 --- a/Shared/build/Windows/Win32r.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 32r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreaded - PLATFORM_WIN32;NDEBUG;%(PreprocessorDefinitions) - Use - pch.h - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win64d.props b/Shared/build/Windows/Win64d.props deleted file mode 100644 index 7291ae2d..00000000 --- a/Shared/build/Windows/Win64d.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 64d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreadedDebug - PLATFORM_WIN32;_DEBUG;%(PreprocessorDefinitions) - Use - pch.h - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win64r.props b/Shared/build/Windows/Win64r.props deleted file mode 100644 index 3c547954..00000000 --- a/Shared/build/Windows/Win64r.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 64r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreaded - PLATFORM_WIN32;NDEBUG;%(PreprocessorDefinitions) - Use - pch.h - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file -- cgit v1.2.3