Browse Source

Commit project and solution files

Nick Steyer 1 year ago
parent
commit
f8eda86305
4 changed files with 77 additions and 2 deletions
  1. 2 2
      .gitignore
  2. 24 0
      Assembly-CSharp-Editor.csproj
  3. 25 0
      Assembly-CSharp.csproj
  4. 26 0
      StreetLight.sln

+ 2 - 2
.gitignore

@@ -32,9 +32,9 @@
 # Autogenerated VS/MD/Consulo solution and project files
 ExportedObj/
 .consulo/
-*.csproj
+#*.csproj
 *.unityproj
-*.sln
+#*.sln
 *.suo
 *.tmp
 *.user

File diff suppressed because it is too large
+ 24 - 0
Assembly-CSharp-Editor.csproj


File diff suppressed because it is too large
+ 25 - 0
Assembly-CSharp.csproj


+ 26 - 0
StreetLight.sln

@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{4322513C-6AC2-9058-38C0-BCFE306751F6}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{57A9987F-10C0-670B-4F17-846D17D9B4EE}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{4322513C-6AC2-9058-38C0-BCFE306751F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{4322513C-6AC2-9058-38C0-BCFE306751F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{4322513C-6AC2-9058-38C0-BCFE306751F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{4322513C-6AC2-9058-38C0-BCFE306751F6}.Release|Any CPU.Build.0 = Release|Any CPU
+		{57A9987F-10C0-670B-4F17-846D17D9B4EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{57A9987F-10C0-670B-4F17-846D17D9B4EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{57A9987F-10C0-670B-4F17-846D17D9B4EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{57A9987F-10C0-670B-4F17-846D17D9B4EE}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

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