Skip to content

Commit

Permalink
Перенос проекта Shaders в корневую папку.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Dec 30, 2019
1 parent 7e98d95 commit 38a3d46
Show file tree
Hide file tree
Showing 41 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MpcVideoRenderer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{C7CA
Include\Version.h = Include\Version.h
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shaders", "Source\Shaders\Shaders.vcxproj", "{3D9A1837-4ECC-45CA-9260-F57AD36C6B5F}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shaders", "Shaders\Shaders.vcxproj", "{3D9A1837-4ECC-45CA-9260-F57AD36C6B5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion Source/Shaders/Shaders.vcxproj → Shaders/Shaders.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<RootNamespace>Shaders</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="..\..\platform.props" />
<Import Project="..\platform.props" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EXIT /B

:fxc_OK

SET workdir=..\..\_bin\shaders
SET workdir=..\_bin\shaders
IF NOT EXIST "%workdir%\" MKDIR "%workdir%"

CALL :SubColorText "0A" "=== Compiling D3D9 shaders ===" & ECHO.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions Source/res/MpcVideoRenderer.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// FILE
//

IDF_HLSL_HDR_TONE_MAPPING FILE "Shaders\\convert\\hdr_tone_mapping.hlsl"
IDF_HLSL_COLORSPACE_GAMUT_CONV FILE "Shaders\\convert\\colorspace_gamut_conversion.hlsl"
IDF_HLSL_HDR_TONE_MAPPING FILE "..\\Shaders\\convert\\hdr_tone_mapping.hlsl"
IDF_HLSL_COLORSPACE_GAMUT_CONV FILE "..\\Shaders\\convert\\colorspace_gamut_conversion.hlsl"

IDF_SHADER_CONVERT_COLOR FILE "..\\_bin\\shaders\\convert_color.cso"
IDF_SHADER_CONVERT_YUY2 FILE "..\\_bin\\shaders\\convert_yuy2.cso"
Expand Down Expand Up @@ -111,7 +111,7 @@ BEGIN
VALUE "FileDescription", "MPC Video Renderer"
VALUE "FileVersion", MPCVR_VERSION_STR
VALUE "InternalName", "MpcVideoRenderer"
VALUE "LegalCopyright", "Copyright 2018-2019"
VALUE "LegalCopyright", "Copyright 2018-2019"
#ifdef _WIN64

VALUE "OriginalFilename", "MpcVideoRenderer64.ax"
Expand Down

0 comments on commit 38a3d46

Please sign in to comment.