Initial commit

This commit is contained in:
Michael C | lorexcold
2025-10-23 00:59:51 +02:00
commit 88ae2746f3
8 changed files with 545 additions and 0 deletions

25
ExamplePatchMod.sln Normal file
View File

@@ -0,0 +1,25 @@

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}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53064BEA-C759-4D2D-A20D-D1570457192B}
EndGlobalSection
EndGlobal