This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAkaKurome.sln
66 lines (66 loc) · 3.43 KB
/
AkaKurome.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akame", "Akame\Akame.csproj", "{75A87179-4685-4EC9-AFCE-39527732F4E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{83EA3A2B-83CF-4F7B-AAA9-DB48E391479F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.ts = global.ts
gulpfile.coffee = gulpfile.coffee
package.json = package.json
WebEssentials-Settings.json = WebEssentials-Settings.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kurome", "Kurome\Kurome.csproj", "{C09DBB0F-3F03-412A-8F91-3CABF54FA6C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "site-typings", "site-typings", "{CB005501-AB82-4441-AD30-9790941C79A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "wurl", "wurl", "{2CF2AD5D-9B11-455E-BD43-F3B7FAF4BF43}"
ProjectSection(SolutionItems) = preProject
site-typings\wurl\wurl.d.ts = site-typings\wurl\wurl.d.ts
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "peerjs", "peerjs", "{F600CF48-07F8-42BB-B3B6-AF552057C7E7}"
ProjectSection(SolutionItems) = preProject
site-typings\peerjs\peerjs.d.ts = site-typings\peerjs\peerjs.d.ts
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "jcanvas", "jcanvas", "{08D1254B-D678-4839-8EF9-804126C44AC3}"
ProjectSection(SolutionItems) = preProject
site-typings\jcanvas\jcanvas.d.ts = site-typings\jcanvas\jcanvas.d.ts
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "webcrypto", "webcrypto", "{45D96E0C-B565-4249-96B4-95F52F1D7099}"
ProjectSection(SolutionItems) = preProject
site-typings\webcrypto\webcrypto.d.ts = site-typings\webcrypto\webcrypto.d.ts
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75A87179-4685-4EC9-AFCE-39527732F4E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75A87179-4685-4EC9-AFCE-39527732F4E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75A87179-4685-4EC9-AFCE-39527732F4E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75A87179-4685-4EC9-AFCE-39527732F4E2}.Release|Any CPU.Build.0 = Release|Any CPU
{C09DBB0F-3F03-412A-8F91-3CABF54FA6C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C09DBB0F-3F03-412A-8F91-3CABF54FA6C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C09DBB0F-3F03-412A-8F91-3CABF54FA6C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C09DBB0F-3F03-412A-8F91-3CABF54FA6C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CB005501-AB82-4441-AD30-9790941C79A7} = {83EA3A2B-83CF-4F7B-AAA9-DB48E391479F}
{2CF2AD5D-9B11-455E-BD43-F3B7FAF4BF43} = {CB005501-AB82-4441-AD30-9790941C79A7}
{F600CF48-07F8-42BB-B3B6-AF552057C7E7} = {CB005501-AB82-4441-AD30-9790941C79A7}
{08D1254B-D678-4839-8EF9-804126C44AC3} = {CB005501-AB82-4441-AD30-9790941C79A7}
{45D96E0C-B565-4249-96B4-95F52F1D7099} = {CB005501-AB82-4441-AD30-9790941C79A7}
EndGlobalSection
EndGlobal