1234567891011121314151617181920212223242526272829303132 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{25F21B7F-D56C-BCB5-BEAF-1762286C77C4}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeGallery.Editor", "NativeGallery.Editor.csproj", "{F591BD63-E482-4B95-67D0-38429653A1FC}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeGallery.Runtime", "NativeGallery.Runtime.csproj", "{3808A853-EBD9-BBEB-5B90-35677C3BCEC8}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {25F21B7F-D56C-BCB5-BEAF-1762286C77C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {25F21B7F-D56C-BCB5-BEAF-1762286C77C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {25F21B7F-D56C-BCB5-BEAF-1762286C77C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {25F21B7F-D56C-BCB5-BEAF-1762286C77C4}.Release|Any CPU.Build.0 = Release|Any CPU
- {F591BD63-E482-4B95-67D0-38429653A1FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F591BD63-E482-4B95-67D0-38429653A1FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F591BD63-E482-4B95-67D0-38429653A1FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F591BD63-E482-4B95-67D0-38429653A1FC}.Release|Any CPU.Build.0 = Release|Any CPU
- {3808A853-EBD9-BBEB-5B90-35677C3BCEC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3808A853-EBD9-BBEB-5B90-35677C3BCEC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3808A853-EBD9-BBEB-5B90-35677C3BCEC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3808A853-EBD9-BBEB-5B90-35677C3BCEC8}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|