summaryrefslogtreecommitdiffstats
path: root/Shared
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-26 04:00:51 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-26 04:00:51 +0000
commit3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8 (patch)
treec6576922b8ede266acfa6d4d2832315eb442e3e1 /Shared
parentUpdate README.md (diff)
downloadDiligentCore-3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8.tar.gz
DiligentCore-3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8.zip
Removed legacy visual studio project and solution files
Diffstat (limited to 'Shared')
-rw-r--r--Shared/build/UWP/UWP_ArmDbg.props21
-rw-r--r--Shared/build/UWP/UWP_ArmRel.props21
-rw-r--r--Shared/build/UWP/UWP_Win32Dbg.props22
-rw-r--r--Shared/build/UWP/UWP_Win32Rel.props22
-rw-r--r--Shared/build/UWP/UWP_X64Dbg.props22
-rw-r--r--Shared/build/UWP/UWP_X64Rel.props22
-rw-r--r--Shared/build/Windows/Android32d.props17
-rw-r--r--Shared/build/Windows/Android32r.props17
-rw-r--r--Shared/build/Windows/Win32d.props26
-rw-r--r--Shared/build/Windows/Win32r.props26
-rw-r--r--Shared/build/Windows/Win64d.props26
-rw-r--r--Shared/build/Windows/Win64r.props26
12 files changed, 0 insertions, 268 deletions
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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>armd</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <PreprocessorDefinitions>PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>armr</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <PreprocessorDefinitions>PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>32d</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile />
- <ClCompile>
- <PreprocessorDefinitions>PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>32r</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile />
- <ClCompile>
- <PreprocessorDefinitions>PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>64d</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile />
- <ClCompile>
- <PreprocessorDefinitions>PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>64r</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile />
- <ClCompile>
- <PreprocessorDefinitions>PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <NMakeBuildCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeBuildCommandLine>
- <NMakeReBuildCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeReBuildCommandLine>
- <NMakeCleanCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeCleanCommandLine>
- <NMakePreprocessorDefinitions>__VisualGDB_CFG_Debug;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
- <NMakeIncludeSearchPath>$(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)</NMakeIncludeSearchPath>
- <NMakeForcedIncludes>$(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes)</NMakeForcedIncludes>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup />
- <ItemGroup />
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <NMakeBuildCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeBuildCommandLine>
- <NMakeReBuildCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeReBuildCommandLine>
- <NMakeCleanCommandLine>"$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)"</NMakeCleanCommandLine>
- <NMakePreprocessorDefinitions>__VisualGDB_CFG_Release;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
- <NMakeIncludeSearchPath>$(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)</NMakeIncludeSearchPath>
- <NMakeForcedIncludes>$(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes)</NMakeForcedIncludes>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup />
- <ItemGroup />
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>32d</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <PreprocessorDefinitions>PLATFORM_WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4100;4505</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>32r</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <PreprocessorDefinitions>PLATFORM_WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4100;4505</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>64d</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
- <PreprocessorDefinitions>PLATFORM_WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4100;4505</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ 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 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros">
- <ConfigSuffix>64r</ConfigSuffix>
- </PropertyGroup>
- <PropertyGroup>
- <OutDir>$(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\</OutDir>
- <IntDir>$(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <PreprocessorDefinitions>PLATFORM_WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4100;4505</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <BuildMacro Include="ConfigSuffix">
- <Value>$(ConfigSuffix)</Value>
- </BuildMacro>
- </ItemGroup>
-</Project> \ No newline at end of file