This repository was archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDialogEngine.sln
More file actions
40 lines (40 loc) · 2.18 KB
/
DialogEngine.sln
File metadata and controls
40 lines (40 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DialogEngine", "DialogEngine\DialogEngine.csproj", "{C90AFDE4-577A-4CAB-84E0-34218B6DB857}"
ProjectSection(ProjectDependencies) = postProject
{512FF209-350F-418B-9519-99BE526E4909} = {512FF209-350F-418B-9519-99BE526E4909}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Errors", "Errors\Errors.csproj", "{512FF209-350F-418B-9519-99BE526E4909}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DialogEngineTests", "DialogEngineTests\DialogEngineTests.csproj", "{79031EE6-BBE5-4F04-B161-A1D4882611A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C90AFDE4-577A-4CAB-84E0-34218B6DB857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C90AFDE4-577A-4CAB-84E0-34218B6DB857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C90AFDE4-577A-4CAB-84E0-34218B6DB857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C90AFDE4-577A-4CAB-84E0-34218B6DB857}.Release|Any CPU.Build.0 = Release|Any CPU
{512FF209-350F-418B-9519-99BE526E4909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{512FF209-350F-418B-9519-99BE526E4909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{512FF209-350F-418B-9519-99BE526E4909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{512FF209-350F-418B-9519-99BE526E4909}.Release|Any CPU.Build.0 = Release|Any CPU
{79031EE6-BBE5-4F04-B161-A1D4882611A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79031EE6-BBE5-4F04-B161-A1D4882611A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79031EE6-BBE5-4F04-B161-A1D4882611A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79031EE6-BBE5-4F04-B161-A1D4882611A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB0E8201-7FAC-4800-B6C9-5465EE2742C7}
EndGlobalSection
EndGlobal