diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-19 17:55:24 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-19 17:55:24 -0400 |
| commit | 4653555cdef5a61817e35002fc371c0ca9830d45 (patch) | |
| tree | 8dc50e2f51aa2088411170727c23b35689330410 /SandboxDemo.sln | |
| parent | c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 (diff) | |
| download | Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.gz Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.tar.bz2 Project-Sandbox-4653555cdef5a61817e35002fc371c0ca9830d45.zip | |
Basic stuff
Diffstat (limited to 'SandboxDemo.sln')
| -rw-r--r-- | SandboxDemo.sln | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/SandboxDemo.sln b/SandboxDemo.sln index 12c3752..0334135 100644 --- a/SandboxDemo.sln +++ b/SandboxDemo.sln @@ -1,14 +1,18 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 - +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{0EFC0693-0A9D-F8C7-54FA-2C396B66FA99}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - + {0EFC0693-0A9D-F8C7-54FA-2C396B66FA99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0EFC0693-0A9D-F8C7-54FA-2C396B66FA99}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0EFC0693-0A9D-F8C7-54FA-2C396B66FA99}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0EFC0693-0A9D-F8C7-54FA-2C396B66FA99}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |
