-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdsDialogKit.sln
39 lines (39 loc) · 2.06 KB
/
AdsDialogKit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{33A313B0-58F8-4B7E-A4A8-0C5D2BBBF7A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{F4D70608-BE30-4B04-AF4F-6A7E11738B1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdsDialogKit", "src\AdsDialogKit\AdsDialogKit.csproj", "{845F17C0-85E6-4FCA-8232-A0ACA174DAFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdsDialogKit.Console", "sample\AdsDialogKit.Console\AdsDialogKit.Console.csproj", "{C6DC7BE1-529B-440E-B0F7-2C792075BC82}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{845F17C0-85E6-4FCA-8232-A0ACA174DAFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{845F17C0-85E6-4FCA-8232-A0ACA174DAFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{845F17C0-85E6-4FCA-8232-A0ACA174DAFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{845F17C0-85E6-4FCA-8232-A0ACA174DAFC}.Release|Any CPU.Build.0 = Release|Any CPU
{C6DC7BE1-529B-440E-B0F7-2C792075BC82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6DC7BE1-529B-440E-B0F7-2C792075BC82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6DC7BE1-529B-440E-B0F7-2C792075BC82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6DC7BE1-529B-440E-B0F7-2C792075BC82}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{845F17C0-85E6-4FCA-8232-A0ACA174DAFC} = {33A313B0-58F8-4B7E-A4A8-0C5D2BBBF7A1}
{C6DC7BE1-529B-440E-B0F7-2C792075BC82} = {F4D70608-BE30-4B04-AF4F-6A7E11738B1B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58E3B475-827E-4768-BDA0-B1E27AEBC086}
EndGlobalSection
EndGlobal