-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nox.sln
26 lines (25 loc) · 1.04 KB
/
Nox.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nox", "Nox\Nox.csproj", "{97D459E1-D4F8-4438-8644-E8F8E2EC0BDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97D459E1-D4F8-4438-8644-E8F8E2EC0BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97D459E1-D4F8-4438-8644-E8F8E2EC0BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97D459E1-D4F8-4438-8644-E8F8E2EC0BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97D459E1-D4F8-4438-8644-E8F8E2EC0BDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
EndGlobalSection
EndGlobal