forked from MartinKuschnik/WmiLight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WmiLight.sln
54 lines (54 loc) · 2.63 KB
/
WmiLight.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
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WmiLight", "WmiLight\WmiLight.csproj", "{B1A99D31-6E34-491D-A3F5-D1500BEDE614}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WmiLight.TestApp", "WmiLight.TestApp\WmiLight.TestApp.csproj", "{B4B62BF4-AB12-4687-8D02-DA9B5EAEF128}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{1E5BFE7B-DA04-4FED-8025-873524C76B83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "pics", "pics", "{582EB9E1-0602-4CA6-8BF1-3FA269370402}"
ProjectSection(SolutionItems) = preProject
doc\pics\debugger_preview.jpg = doc\pics\debugger_preview.jpg
doc\pics\install_nuget_package.JPG = doc\pics\install_nuget_package.JPG
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppVeyor", "AppVeyor", "{9D384F15-C8AE-47EF-8CA4-21402534CC4B}"
ProjectSection(SolutionItems) = preProject
AppVeyor\nuget.exe = AppVeyor\nuget.exe
AppVeyor\PackNuGetPackage.ps1 = AppVeyor\PackNuGetPackage.ps1
AppVeyor\UpdateBuildVersion.ps1 = AppVeyor\UpdateBuildVersion.ps1
AppVeyor\WmiLight.nuspec = AppVeyor\WmiLight.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00FA0660-8B93-4087-A693-BDB73D5A601C}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
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
{B1A99D31-6E34-491D-A3F5-D1500BEDE614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1A99D31-6E34-491D-A3F5-D1500BEDE614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1A99D31-6E34-491D-A3F5-D1500BEDE614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1A99D31-6E34-491D-A3F5-D1500BEDE614}.Release|Any CPU.Build.0 = Release|Any CPU
{B4B62BF4-AB12-4687-8D02-DA9B5EAEF128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4B62BF4-AB12-4687-8D02-DA9B5EAEF128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4B62BF4-AB12-4687-8D02-DA9B5EAEF128}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{582EB9E1-0602-4CA6-8BF1-3FA269370402} = {1E5BFE7B-DA04-4FED-8025-873524C76B83}
EndGlobalSection
EndGlobal