Updated csproj path to match example patch mod name
This commit is contained in:
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.14.36511.14
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExamplePatchMod", "DisableSensorLensesFX\ExamplePatchMod.csproj", "{2BA95CE9-FE4A-4308-AC14-8BE000987772}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExamplePatchMod", "ExamplePatchMod\ExamplePatchMod.csproj", "{81D8C460-4627-489B-8D5E-A0640866290F}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -11,10 +11,10 @@ Global
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{2BA95CE9-FE4A-4308-AC14-8BE000987772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2BA95CE9-FE4A-4308-AC14-8BE000987772}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2BA95CE9-FE4A-4308-AC14-8BE000987772}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2BA95CE9-FE4A-4308-AC14-8BE000987772}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{81D8C460-4627-489B-8D5E-A0640866290F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{81D8C460-4627-489B-8D5E-A0640866290F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{81D8C460-4627-489B-8D5E-A0640866290F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{81D8C460-4627-489B-8D5E-A0640866290F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Reference in New Issue
Block a user