-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathActivityWatchVS.sln
40 lines (40 loc) · 2.03 KB
/
ActivityWatchVS.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.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivityWatchVS", "ActivityWatchVS\ActivityWatchVS.csproj", "{7499C181-6E02-4184-86D9-69EC7F782DA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivityWatch.API", "ActivityWatch.API\ActivityWatch.API.csproj", "{F7E23CC7-9B18-436B-927F-75022FF7617D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFD056C9-5294-4902-A2EB-488A327E7339}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
ActivityWatchVS\CHANGELOG.md = ActivityWatchVS\CHANGELOG.md
ActivityWatchVS\GETTING_STARTED.txt = ActivityWatchVS\GETTING_STARTED.txt
ActivityWatchVS\LICENSE.txt = ActivityWatchVS\LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7499C181-6E02-4184-86D9-69EC7F782DA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7499C181-6E02-4184-86D9-69EC7F782DA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7499C181-6E02-4184-86D9-69EC7F782DA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7499C181-6E02-4184-86D9-69EC7F782DA7}.Release|Any CPU.Build.0 = Release|Any CPU
{F7E23CC7-9B18-436B-927F-75022FF7617D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7E23CC7-9B18-436B-927F-75022FF7617D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7E23CC7-9B18-436B-927F-75022FF7617D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7E23CC7-9B18-436B-927F-75022FF7617D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E444CBCE-37EA-4BF8-AB34-F6CC01EC3D73}
EndGlobalSection
EndGlobal