-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreventR.sln
39 lines (39 loc) · 2.02 KB
/
PreventR.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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PreventR", "src\PreventR\PreventR.csproj", "{7031DDBC-53F4-4810-8932-48DFDDCD140E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D39CE711-3EFD-480C-94E2-EC9A5061CC47}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{B5733375-B9AE-4478-9B54-5E45375A38DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PreventR.Demo", "samples\PreventR.Demo\PreventR.Demo.csproj", "{3A040DE9-6F43-46E6-B3A2-826AF1B2727A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7031DDBC-53F4-4810-8932-48DFDDCD140E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7031DDBC-53F4-4810-8932-48DFDDCD140E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7031DDBC-53F4-4810-8932-48DFDDCD140E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7031DDBC-53F4-4810-8932-48DFDDCD140E}.Release|Any CPU.Build.0 = Release|Any CPU
{3A040DE9-6F43-46E6-B3A2-826AF1B2727A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A040DE9-6F43-46E6-B3A2-826AF1B2727A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A040DE9-6F43-46E6-B3A2-826AF1B2727A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A040DE9-6F43-46E6-B3A2-826AF1B2727A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7031DDBC-53F4-4810-8932-48DFDDCD140E} = {D39CE711-3EFD-480C-94E2-EC9A5061CC47}
{3A040DE9-6F43-46E6-B3A2-826AF1B2727A} = {B5733375-B9AE-4478-9B54-5E45375A38DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DB3367B-C895-42D1-BBDD-ADFA7D997EAD}
EndGlobalSection
EndGlobal