-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Onova.sln
53 lines (53 loc) · 2.94 KB
/
Onova.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
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Onova", "Onova\Onova.csproj", "{A68F37DA-C271-4950-A12C-C09FA6C978E0}"
ProjectSection(ProjectDependencies) = postProject
{DE38C8CC-0992-4D2E-A979-3A9BCB74799B} = {DE38C8CC-0992-4D2E-A979-3A9BCB74799B}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Onova.Tests", "Onova.Tests\Onova.Tests.csproj", "{483FAB68-5FD8-4E76-B445-9FFC00AF50B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Onova.Updater", "Onova.Updater\Onova.Updater.csproj", "{DE38C8CC-0992-4D2E-A979-3A9BCB74799B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Onova.Tests.Dummy", "Onova.Tests.Dummy\Onova.Tests.Dummy.csproj", "{EED42D8E-1BDB-4BCD-B9BD-6B18F7F5BC3F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFEC41F2-1FC6-431D-AE8A-62B1C69AD0AF}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
Readme.md = Readme.md
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A68F37DA-C271-4950-A12C-C09FA6C978E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A68F37DA-C271-4950-A12C-C09FA6C978E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A68F37DA-C271-4950-A12C-C09FA6C978E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A68F37DA-C271-4950-A12C-C09FA6C978E0}.Release|Any CPU.Build.0 = Release|Any CPU
{483FAB68-5FD8-4E76-B445-9FFC00AF50B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{483FAB68-5FD8-4E76-B445-9FFC00AF50B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{483FAB68-5FD8-4E76-B445-9FFC00AF50B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{483FAB68-5FD8-4E76-B445-9FFC00AF50B6}.Release|Any CPU.Build.0 = Release|Any CPU
{DE38C8CC-0992-4D2E-A979-3A9BCB74799B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE38C8CC-0992-4D2E-A979-3A9BCB74799B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE38C8CC-0992-4D2E-A979-3A9BCB74799B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE38C8CC-0992-4D2E-A979-3A9BCB74799B}.Release|Any CPU.Build.0 = Release|Any CPU
{EED42D8E-1BDB-4BCD-B9BD-6B18F7F5BC3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EED42D8E-1BDB-4BCD-B9BD-6B18F7F5BC3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EED42D8E-1BDB-4BCD-B9BD-6B18F7F5BC3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EED42D8E-1BDB-4BCD-B9BD-6B18F7F5BC3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6936A7C8-F866-4CE9-A646-952B993E2D50}
EndGlobalSection
EndGlobal