diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-26 04:00:51 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-26 04:00:51 +0000 |
| commit | 3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8 (patch) | |
| tree | c6576922b8ede266acfa6d4d2832315eb442e3e1 /Graphics/Shared | |
| parent | Update README.md (diff) | |
| download | DiligentCore-3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8.tar.gz DiligentCore-3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8.zip | |
Removed legacy visual studio project and solution files
Diffstat (limited to 'Graphics/Shared')
| -rw-r--r-- | Graphics/Shared/build/Windows/DLLCommon.props | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Graphics/Shared/build/Windows/DLLCommon.props b/Graphics/Shared/build/Windows/DLLCommon.props deleted file mode 100644 index 0d999b8f..00000000 --- a/Graphics/Shared/build/Windows/DLLCommon.props +++ /dev/null @@ -1,15 +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> - <OutDir>$(SolutionDir)\bin\DLLs\$(PlatformShortName)\</OutDir> - <TargetName>$(ProjectName)_$(ConfigSuffix)</TargetName> - </PropertyGroup> - <ItemDefinitionGroup> - <ClCompile> - <PreprocessorDefinitions>ENGINE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> - </ClCompile> - </ItemDefinitionGroup> - <ItemGroup /> -</Project>
\ No newline at end of file |
