-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustomPicker.sln
43 lines (43 loc) · 2.46 KB
/
CustomPicker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonsai.CustomPicker.Backoffice", "Bonsai.CustomPicker.Backoffice\Bonsai.CustomPicker.Backoffice.csproj", "{D72E21A8-2B55-4273-8C9F-B7289E6E3547}"
ProjectSection(ProjectDependencies) = postProject
{ADC649C8-E86A-437B-9117-8D4B39CC9CF1} = {ADC649C8-E86A-437B-9117-8D4B39CC9CF1}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonsai.CustomPicker.Core", "Bonsai.CustomPicker.Core\Bonsai.CustomPicker.Core.csproj", "{ADC649C8-E86A-437B-9117-8D4B39CC9CF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonsai.CustomPicker.Pickers", "Bonsai.CustomPicker.Pickers\Bonsai.CustomPicker.Pickers.csproj", "{FD41C15F-3827-4BE1-962B-3BFD1194C984}"
ProjectSection(ProjectDependencies) = postProject
{ADC649C8-E86A-437B-9117-8D4B39CC9CF1} = {ADC649C8-E86A-437B-9117-8D4B39CC9CF1}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D72E21A8-2B55-4273-8C9F-B7289E6E3547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D72E21A8-2B55-4273-8C9F-B7289E6E3547}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D72E21A8-2B55-4273-8C9F-B7289E6E3547}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D72E21A8-2B55-4273-8C9F-B7289E6E3547}.Release|Any CPU.Build.0 = Release|Any CPU
{ADC649C8-E86A-437B-9117-8D4B39CC9CF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADC649C8-E86A-437B-9117-8D4B39CC9CF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADC649C8-E86A-437B-9117-8D4B39CC9CF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADC649C8-E86A-437B-9117-8D4B39CC9CF1}.Release|Any CPU.Build.0 = Release|Any CPU
{FD41C15F-3827-4BE1-962B-3BFD1194C984}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD41C15F-3827-4BE1-962B-3BFD1194C984}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD41C15F-3827-4BE1-962B-3BFD1194C984}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD41C15F-3827-4BE1-962B-3BFD1194C984}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42988F2B-A5AC-4573-81D9-CC28EF2F5AC1}
EndGlobalSection
EndGlobal