| 1234567891011121314151617181920212223242526 |
-
- Microsoft Visual Studio Solution File, Format Version 11.00
- # Visual Studio 2010
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{f60b99be-36f8-948b-d8cf-a968ce15a07b}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{0d6216e3-7352-d4d8-3518-bd5a3c1e195e}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {f60b99be-36f8-948b-d8cf-a968ce15a07b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {f60b99be-36f8-948b-d8cf-a968ce15a07b}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {f60b99be-36f8-948b-d8cf-a968ce15a07b}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {f60b99be-36f8-948b-d8cf-a968ce15a07b}.Release|Any CPU.Build.0 = Release|Any CPU
- {0d6216e3-7352-d4d8-3518-bd5a3c1e195e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0d6216e3-7352-d4d8-3518-bd5a3c1e195e}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0d6216e3-7352-d4d8-3518-bd5a3c1e195e}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0d6216e3-7352-d4d8-3518-bd5a3c1e195e}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|