-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathvScheduler.sln
36 lines (36 loc) · 1.92 KB
/
vScheduler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vController", "vController\vController.csproj", "{660ED897-E2E5-4BD7-A902-B1376F367472}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vManager", "vManager\vManager.csproj", "{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{660ED897-E2E5-4BD7-A902-B1376F367472}.Debug|x64.ActiveCfg = Debug|x64
{660ED897-E2E5-4BD7-A902-B1376F367472}.Debug|x64.Build.0 = Debug|x64
{660ED897-E2E5-4BD7-A902-B1376F367472}.Debug|x86.ActiveCfg = Debug|x86
{660ED897-E2E5-4BD7-A902-B1376F367472}.Debug|x86.Build.0 = Debug|x86
{660ED897-E2E5-4BD7-A902-B1376F367472}.Release|x64.ActiveCfg = Release|x64
{660ED897-E2E5-4BD7-A902-B1376F367472}.Release|x64.Build.0 = Release|x64
{660ED897-E2E5-4BD7-A902-B1376F367472}.Release|x86.ActiveCfg = Release|x86
{660ED897-E2E5-4BD7-A902-B1376F367472}.Release|x86.Build.0 = Release|x86
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Debug|x64.ActiveCfg = Debug|x64
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Debug|x64.Build.0 = Debug|x64
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Debug|x86.ActiveCfg = Debug|x86
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Debug|x86.Build.0 = Debug|x86
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Release|x64.ActiveCfg = Release|x64
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Release|x64.Build.0 = Release|x64
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Release|x86.ActiveCfg = Release|x86
{3A26A912-9635-4A71-83CF-5A3CAF3B19C7}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal