forked from VR2VYE/OpenGD77CPS
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOpenGD77CPS_Linux.sln
34 lines (34 loc) · 1.23 KB
/
OpenGD77CPS_Linux.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGD77CPS_Linux", "OpenGD77CPS_Linux.csproj", "{DEF0E499-718F-45BE-9052-2D41D049A434}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEF0E499-718F-45BE-9052-2D41D049A434}.Debug|x86.ActiveCfg = Debug|x86
{DEF0E499-718F-45BE-9052-2D41D049A434}.Debug|x86.Build.0 = Debug|x86
{DEF0E499-718F-45BE-9052-2D41D049A434}.Release|x86.ActiveCfg = Release|x86
{DEF0E499-718F-45BE-9052-2D41D049A434}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.FileWidth = 80
$2.scope = text/x-csharp
$2.TabsToSpaces = True
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.scope = text/plain
EndGlobalSection
EndGlobal