-
Notifications
You must be signed in to change notification settings - Fork 1
/
StopWatch.sln
40 lines (40 loc) · 2.09 KB
/
StopWatch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "build\Setup\Setup.vdproj", "{EE86E48E-4DF9-411C-84A1-4186BE7B2F42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StopWatch.UI", "sources\src\UI\StopWatch.UI.csproj", "{E7C8611C-A297-4A45-A4F2-4A7E2CECCA6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StopWatch.Data", "sources\src\Data\StopWatch.Data.csproj", "{FD9ED8DB-2552-446F-A9FF-2B36177564F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03A7394D-FA85-47E0-A59A-A146EAFE5829}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE86E48E-4DF9-411C-84A1-4186BE7B2F42}.Debug|Any CPU.ActiveCfg = Debug
{EE86E48E-4DF9-411C-84A1-4186BE7B2F42}.Release|Any CPU.ActiveCfg = Release
{E7C8611C-A297-4A45-A4F2-4A7E2CECCA6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C8611C-A297-4A45-A4F2-4A7E2CECCA6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C8611C-A297-4A45-A4F2-4A7E2CECCA6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C8611C-A297-4A45-A4F2-4A7E2CECCA6B}.Release|Any CPU.Build.0 = Release|Any CPU
{FD9ED8DB-2552-446F-A9FF-2B36177564F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD9ED8DB-2552-446F-A9FF-2B36177564F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD9ED8DB-2552-446F-A9FF-2B36177564F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD9ED8DB-2552-446F-A9FF-2B36177564F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6F1DBE3-7209-4FF9-B091-9C182AB55EF7}
EndGlobalSection
EndGlobal