Update project name. Add dependency

This commit is contained in:
2025-10-12 19:42:56 +02:00
parent bd619fd2d7
commit d084b38032

View File

@@ -24,7 +24,7 @@
<ProjectGuid>{6AB78675-DE3D-47E0-8054-C64C77B23CCB}</ProjectGuid>
<RootNamespace>Little Nightmare III</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectName>Little Nightmare III</ProjectName>
<ProjectName>Little Nightmares III</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -74,19 +74,19 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<TargetName>LittleNightmareIIICore</TargetName>
<TargetName>LittleNightmaresIIICore</TargetName>
<TargetExt>.dll</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetName>LittleNightmareIIICore</TargetName>
<TargetName>LittleNightmaresIIICore</TargetName>
<TargetExt>.dll</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>LittleNightmareIIICore</TargetName>
<TargetName>LittleNightmaresIIICore</TargetName>
<TargetExt>.dll</TargetExt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>LittleNightmareIIICore</TargetName>
<TargetName>LittleNightmaresIIICore</TargetName>
<TargetExt>.dll</TargetExt>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -220,6 +220,7 @@
<ClCompile Include="SDK\Basic.cpp" />
<ClCompile Include="SDK\CoreUObject_functions.cpp" />
<ClCompile Include="SDK\Engine_functions.cpp" />
<ClCompile Include="SDK\LVL_SplashScreens_functions.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">