forked from vf1/turnmessage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Turn.Message.sln
46 lines (46 loc) · 1.96 KB
/
Turn.Message.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
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turn.Message", "Turn.Message\Turn.Message.csproj", "{F4E8F6DD-0764-4DE8-AC82-74CFB1D03358}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Turn.Message.Test", "Turn.Message.Test\Turn.Message.Test.csproj", "{EA15AFFD-AF09-44FE-A9A4-BA225402382D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4E8F6DD-0764-4DE8-AC82-74CFB1D03358}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4E8F6DD-0764-4DE8-AC82-74CFB1D03358}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4E8F6DD-0764-4DE8-AC82-74CFB1D03358}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4E8F6DD-0764-4DE8-AC82-74CFB1D03358}.Release|Any CPU.Build.0 = Release|Any CPU
{EA15AFFD-AF09-44FE-A9A4-BA225402382D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA15AFFD-AF09-44FE-A9A4-BA225402382D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA15AFFD-AF09-44FE-A9A4-BA225402382D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA15AFFD-AF09-44FE-A9A4-BA225402382D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Turn.Message\Turn.Message.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.StandardHeader = $3
$3.inheritsSet = GPLv2License
$0.VersionControlPolicy = $4
$4.inheritsSet = Mono
$0.ChangeLogPolicy = $5
$5.UpdateMode = None
$5.MessageStyle = $6
$6.LineAlign = 0
$5.inheritsSet = Mono
EndGlobalSection
EndGlobal