This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCVQMonitor.sln
37 lines (37 loc) · 1.8 KB
/
CVQMonitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32F7E529-E901-4F76-B666-7C07342D0B5C}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
NuGet\pack.ps1 = NuGet\pack.ps1
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CVQMonitor", "CVQMonitor\CVQMonitor.fsproj", "{20035AC0-D3BE-4926-9F9A-AA08091F2BDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{A5AB2B8F-8670-48B0-AC84-34F4A71C7F59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20035AC0-D3BE-4926-9F9A-AA08091F2BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20035AC0-D3BE-4926-9F9A-AA08091F2BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20035AC0-D3BE-4926-9F9A-AA08091F2BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20035AC0-D3BE-4926-9F9A-AA08091F2BDC}.Release|Any CPU.Build.0 = Release|Any CPU
{A5AB2B8F-8670-48B0-AC84-34F4A71C7F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5AB2B8F-8670-48B0-AC84-34F4A71C7F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5AB2B8F-8670-48B0-AC84-34F4A71C7F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5AB2B8F-8670-48B0-AC84-34F4A71C7F59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A5AB2B8F-8670-48B0-AC84-34F4A71C7F59} = {32F7E529-E901-4F76-B666-7C07342D0B5C}
EndGlobalSection
EndGlobal