-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathCursesSharp.Native.sln
More file actions
23 lines (23 loc) · 961 Bytes
/
CursesSharp.Native.sln
File metadata and controls
23 lines (23 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2857B73E-F847-4B02-9238-064979017E93}") = "CursesSharp.Native", "CursesSharp.Native\CursesSharp.Native.cproj", "{9F2F32B1-3DC7-4230-A9CD-4AB82026D20D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F2F32B1-3DC7-4230-A9CD-4AB82026D20D}.Debug|x64.ActiveCfg = Debug|x64
{9F2F32B1-3DC7-4230-A9CD-4AB82026D20D}.Debug|x64.Build.0 = Debug|x64
{9F2F32B1-3DC7-4230-A9CD-4AB82026D20D}.Release|x64.ActiveCfg = Release|x64
{9F2F32B1-3DC7-4230-A9CD-4AB82026D20D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.1
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal