-
Notifications
You must be signed in to change notification settings - Fork 0
/
BabouExtensions.sln
58 lines (58 loc) · 3.12 KB
/
BabouExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BabouExtensions", "BabouExtensions\BabouExtensions.csproj", "{17F10E3A-855B-4042-9087-B9F6F98EC6A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5823AEAA-6038-4F46-A8CB-47AEA674866C}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{13DE7455-5056-4A02-BE14-AB0A2F3C084D}"
ProjectSection(SolutionItems) = preProject
assets\Babou-150x150.png = assets\Babou-150x150.png
assets\Babou-250x250.png = assets\Babou-250x250.png
assets\Babou.png = assets\Babou.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BabouExtensions.Console", "BabouExtensions.Console\BabouExtensions.Console.csproj", "{1A0CE016-F452-4E6E-88DF-B4AAE58A8190}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BabouExtensions.Test", "BabouExtensions.Test\BabouExtensions.Test.csproj", "{280A443C-25CB-40F7-8914-9160A0F46374}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17F10E3A-855B-4042-9087-B9F6F98EC6A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17F10E3A-855B-4042-9087-B9F6F98EC6A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17F10E3A-855B-4042-9087-B9F6F98EC6A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17F10E3A-855B-4042-9087-B9F6F98EC6A9}.Release|Any CPU.Build.0 = Release|Any CPU
{1A0CE016-F452-4E6E-88DF-B4AAE58A8190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A0CE016-F452-4E6E-88DF-B4AAE58A8190}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A0CE016-F452-4E6E-88DF-B4AAE58A8190}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A0CE016-F452-4E6E-88DF-B4AAE58A8190}.Release|Any CPU.Build.0 = Release|Any CPU
{280A443C-25CB-40F7-8914-9160A0F46374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{280A443C-25CB-40F7-8914-9160A0F46374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{280A443C-25CB-40F7-8914-9160A0F46374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{280A443C-25CB-40F7-8914-9160A0F46374}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{13DE7455-5056-4A02-BE14-AB0A2F3C084D} = {5823AEAA-6038-4F46-A8CB-47AEA674866C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
BuildVersion_BuildVersioningStyle = YearStamp.MonthStamp.DayStamp.Increment
BuildVersion_UpdateFileVersion = True
BuildVersion_StartDate = 2017/4/17
BuildVersion_ConfigurationName = Release
BuildVersion_AssemblyInfoFilename = BabouExtensions.Net\obj\Release\net462\BabouExtensions.Net.AssemblyInfo.cs
SolutionGuid = {9844B846-BF12-4E75-ADBE-EC9193A91A60}
EndGlobalSection
EndGlobal