-
Notifications
You must be signed in to change notification settings - Fork 2
/
WakaTime.sln
48 lines (48 loc) · 2.44 KB
/
WakaTime.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WakaTime", "src\WakaTime\WakaTime.csproj", "{42ADD38C-D6B0-4304-9459-F0D003DD4FE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{797C7B9D-CCA9-492B-9A97-AE35C068636B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
AUTHORS = AUTHORS
HISTORY.rst = HISTORY.rst
LICENSE.txt = LICENSE.txt
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WakaTime.GtkSharp", "src\WakaTime.GtkSharp\WakaTime.GtkSharp.csproj", "{73C80406-5D7C-4E2A-8332-755FA6CA5107}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WakaTime.WinForms", "src\WakaTime.WinForms\WakaTime.WinForms.csproj", "{5DE27A1B-F660-451D-AC81-C904C0ABB979}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42ADD38C-D6B0-4304-9459-F0D003DD4FE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42ADD38C-D6B0-4304-9459-F0D003DD4FE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42ADD38C-D6B0-4304-9459-F0D003DD4FE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42ADD38C-D6B0-4304-9459-F0D003DD4FE7}.Release|Any CPU.Build.0 = Release|Any CPU
{73C80406-5D7C-4E2A-8332-755FA6CA5107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C80406-5D7C-4E2A-8332-755FA6CA5107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C80406-5D7C-4E2A-8332-755FA6CA5107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C80406-5D7C-4E2A-8332-755FA6CA5107}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE27A1B-F660-451D-AC81-C904C0ABB979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE27A1B-F660-451D-AC81-C904C0ABB979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE27A1B-F660-451D-AC81-C904C0ABB979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE27A1B-F660-451D-AC81-C904C0ABB979}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB18E1D0-3395-478A-B4ED-DEC12F2A6044}
EndGlobalSection
EndGlobal