-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDialogueSystem.sln
More file actions
43 lines (43 loc) · 2.18 KB
/
DialogueSystem.sln
File metadata and controls
43 lines (43 loc) · 2.18 KB
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 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmDevIT.DialogueSystem", "AmDevIT.DialogueSystem\AmDevIT.DialogueSystem.csproj", "{1D3253C7-7F3B-4429-935B-1C179F2DC0C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{CB49231D-5AFC-4DE6-BA67-A4D003539A8C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{A618C916-8E82-48F2-9931-844B0BE63E7E}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projects", "Projects", "{A4B209C7-6077-47A4-AC56-21FBEAB48D17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D3253C7-7F3B-4429-935B-1C179F2DC0C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D3253C7-7F3B-4429-935B-1C179F2DC0C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D3253C7-7F3B-4429-935B-1C179F2DC0C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D3253C7-7F3B-4429-935B-1C179F2DC0C1}.Release|Any CPU.Build.0 = Release|Any CPU
{CB49231D-5AFC-4DE6-BA67-A4D003539A8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB49231D-5AFC-4DE6-BA67-A4D003539A8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB49231D-5AFC-4DE6-BA67-A4D003539A8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB49231D-5AFC-4DE6-BA67-A4D003539A8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1D3253C7-7F3B-4429-935B-1C179F2DC0C1} = {A4B209C7-6077-47A4-AC56-21FBEAB48D17}
{CB49231D-5AFC-4DE6-BA67-A4D003539A8C} = {A4B209C7-6077-47A4-AC56-21FBEAB48D17}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D6D32DF-7D90-4A93-8E62-139093DD1712}
EndGlobalSection
EndGlobal