-
Notifications
You must be signed in to change notification settings - Fork 5
/
CaptainHook.sln
48 lines (48 loc) · 3.71 KB
/
CaptainHook.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
47
48
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaptainHook.GitHub", "CaptainHook\CaptainHook.GitHub.csproj", "{C90B5F58-E9C8-4A67-8F2E-8E9134EB07F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ges", "ges\ges.csproj", "{99131DFA-6B15-4985-BEF1-DD1A828FB310}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{8DBE20EF-F9B0-4118-965E-9ED85873D26F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8DBE20EF-F9B0-4118-965E-9ED85873D26F}.Debug|x86.ActiveCfg = Debug|Any CPU
{8DBE20EF-F9B0-4118-965E-9ED85873D26F}.Debug|x86.Build.0 = Debug|Any CPU
{8DBE20EF-F9B0-4118-965E-9ED85873D26F}.Release|x86.ActiveCfg = Release|Any CPU
{8DBE20EF-F9B0-4118-965E-9ED85873D26F}.Release|x86.Build.0 = Release|Any CPU
{99131DFA-6B15-4985-BEF1-DD1A828FB310}.Debug|x86.ActiveCfg = Debug|x86
{99131DFA-6B15-4985-BEF1-DD1A828FB310}.Debug|x86.Build.0 = Debug|x86
{99131DFA-6B15-4985-BEF1-DD1A828FB310}.Release|x86.ActiveCfg = Release|x86
{99131DFA-6B15-4985-BEF1-DD1A828FB310}.Release|x86.Build.0 = Release|x86
{C90B5F58-E9C8-4A67-8F2E-8E9134EB07F6}.Debug|x86.ActiveCfg = Debug|Any CPU
{C90B5F58-E9C8-4A67-8F2E-8E9134EB07F6}.Debug|x86.Build.0 = Debug|Any CPU
{C90B5F58-E9C8-4A67-8F2E-8E9134EB07F6}.Release|x86.ActiveCfg = Release|Any CPU
{C90B5F58-E9C8-4A67-8F2E-8E9134EB07F6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = ges\ges.csproj
Policies = $0
$0.StandardHeader = $1
$1.Text = @\n Author:\n ${AuthorName} ${AuthorEmail}\n\n Copyright (c) ${Year}, ${CopyrightHolder}\n\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the distribution.\n * Neither the name of ${AuthorName} nor names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\n LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
$1.IncludeInNewFiles = True
$0.TextStylePolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/plain
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.inheritsSet = Mono
$4.inheritsScope = text/plain
$4.scope = text/plain
EndGlobalSection
EndGlobal