-
Notifications
You must be signed in to change notification settings - Fork 0
/
Phiddle.sln
54 lines (54 loc) · 2.74 KB
/
Phiddle.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Phiddle.Core", "Phiddle.Core\Phiddle.Core.csproj", "{016ED364-BAF9-435F-BFED-D387F6492975}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phiddle.Mac", "Phiddle.Mac\Phiddle.Mac.csproj", "{4D92B6FE-4A11-437F-BAA1-1E30D998C621}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{06A4D039-03C0-441F-ACBD-C115B78132A5}"
ProjectSection(SolutionItems) = preProject
Phiddle.sln = Phiddle.sln
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{3B385302-B801-4146-BBB6-FF274E971794}"
ProjectSection(SolutionItems) = preProject
Scripts\BuildSetupWin.py = Scripts\BuildSetupWin.py
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phiddle.Win", "Phiddle.Win\Phiddle.Win.csproj", "{C944C0A1-169D-4600-93B3-5655543A79BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{016ED364-BAF9-435F-BFED-D387F6492975}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{016ED364-BAF9-435F-BFED-D387F6492975}.Debug|Any CPU.Build.0 = Debug|Any CPU
{016ED364-BAF9-435F-BFED-D387F6492975}.Release|Any CPU.ActiveCfg = Release|Any CPU
{016ED364-BAF9-435F-BFED-D387F6492975}.Release|Any CPU.Build.0 = Release|Any CPU
{4D92B6FE-4A11-437F-BAA1-1E30D998C621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D92B6FE-4A11-437F-BAA1-1E30D998C621}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D92B6FE-4A11-437F-BAA1-1E30D998C621}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D92B6FE-4A11-437F-BAA1-1E30D998C621}.Release|Any CPU.Build.0 = Release|Any CPU
{C944C0A1-169D-4600-93B3-5655543A79BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C944C0A1-169D-4600-93B3-5655543A79BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C944C0A1-169D-4600-93B3-5655543A79BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C944C0A1-169D-4600-93B3-5655543A79BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3B385302-B801-4146-BBB6-FF274E971794} = {06A4D039-03C0-441F-ACBD-C115B78132A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB5FBCB9-F64C-43D1-AF3D-F5628657BAA4}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.4.1
EndGlobalSection
EndGlobal