0
0
mirror of https://github.com/sp-tarkov/loot-dump-processor.git synced 2025-02-12 17:10:45 -05:00

Added source solution folder to organize project structure

This commit is contained in:
bluextx 2025-01-10 20:45:37 +03:00
parent 6cb2c0423b
commit 8cc4340340
162 changed files with 10 additions and 2 deletions

5
.gitignore vendored
View File

@ -397,4 +397,7 @@ FodyWeavers.xsd
*.msp
# JetBrains Rider
*.sln.iml
*.sln.iml
# Qodo
.qodo

View File

@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LootDumpProcessor", "LootDumpProcessor.csproj", "{887819E1-72BF-4F10-9246-77D8088AC7D2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LootDumpProcessor", "source/LootDumpProcessor/LootDumpProcessor.csproj", "{887819E1-72BF-4F10-9246-77D8088AC7D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{2B18E894-D839-4002-8B9A-6CF8A331596F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -22,4 +24,7 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39C0A9FF-B0F5-4C3F-AAA7-F9E9225AE70F}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{887819E1-72BF-4F10-9246-77D8088AC7D2} = {2B18E894-D839-4002-8B9A-6CF8A331596F}
EndGlobalSection
EndGlobal

Some files were not shown because too many files have changed in this diff Show More