Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiga74164 committed Nov 22, 2023
0 parents commit d8dd40e
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.vs/
.idea/
bin/
obj/
*.csproj.user
25 changes: 25 additions & 0 deletions NonLethalCompany-Mod.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NonLethalCompany-Mod", "NonLethalCompany-Mod\NonLethalCompany-Mod.csproj", "{2D758D98-47E8-44C8-8B35-78BD64AB4821}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D758D98-47E8-44C8-8B35-78BD64AB4821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D758D98-47E8-44C8-8B35-78BD64AB4821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D758D98-47E8-44C8-8B35-78BD64AB4821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D758D98-47E8-44C8-8B35-78BD64AB4821}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F65C091-312D-4E12-9039-2A76A7BF6782}
EndGlobalSection
EndGlobal
Loading

0 comments on commit d8dd40e

Please sign in to comment.