0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 09:50:43 -05:00

default to release build, resolve issues with build script, works with VS, VSC, Rider, CLI

This commit is contained in:
CWXDEV 2024-02-16 11:22:04 +00:00
parent c7bc0b0514
commit a798508ed1
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,7 @@
<ProjectReference Include="..\Aki.Reflection\Aki.Reflection.csproj" /> <ProjectReference Include="..\Aki.Reflection\Aki.Reflection.csproj" />
<ProjectReference Include="..\Aki.PrePatch\Aki.PrePatch.csproj" /> <ProjectReference Include="..\Aki.PrePatch\Aki.PrePatch.csproj" />
<ProjectReference Include="..\Aki.Debugging\Aki.Debugging.csproj" /> <ProjectReference Include="..\Aki.Debugging\Aki.Debugging.csproj" />
<ProjectReference Include="..\Aki.SinglePlayer\Aki.SinglePlayer.csproj" />
<ProjectReference Include="..\Aki.Custom\Aki.Custom.csproj" /> <ProjectReference Include="..\Aki.Custom\Aki.Custom.csproj" />
</ItemGroup> </ItemGroup>

View File

@ -21,7 +21,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aki.PrePatch", "Aki.PrePatc
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution