forked from harrygg/xmltv-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxmltv_tools.sln
40 lines (40 loc) · 2.12 KB
/
xmltv_tools.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 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wgmutlti", "wgmulti\wgmutlti.csproj", "{8675D803-AB93-4320-BE6D-C73CE2CA5203}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{06214FF3-04F1-44F2-ADEB-AE4431FBFD9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnit", "NUnit\NUnit.csproj", "{91D1D48B-AE16-4D73-B59A-39ED1A8DFEAE}"
ProjectSection(ProjectDependencies) = postProject
{8675D803-AB93-4320-BE6D-C73CE2CA5203} = {8675D803-AB93-4320-BE6D-C73CE2CA5203}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8675D803-AB93-4320-BE6D-C73CE2CA5203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8675D803-AB93-4320-BE6D-C73CE2CA5203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8675D803-AB93-4320-BE6D-C73CE2CA5203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8675D803-AB93-4320-BE6D-C73CE2CA5203}.Release|Any CPU.Build.0 = Release|Any CPU
{06214FF3-04F1-44F2-ADEB-AE4431FBFD9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06214FF3-04F1-44F2-ADEB-AE4431FBFD9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06214FF3-04F1-44F2-ADEB-AE4431FBFD9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06214FF3-04F1-44F2-ADEB-AE4431FBFD9E}.Release|Any CPU.Build.0 = Release|Any CPU
{91D1D48B-AE16-4D73-B59A-39ED1A8DFEAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91D1D48B-AE16-4D73-B59A-39ED1A8DFEAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91D1D48B-AE16-4D73-B59A-39ED1A8DFEAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91D1D48B-AE16-4D73-B59A-39ED1A8DFEAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {444674EA-3BFD-4FB7-B190-5AEDA7061465}
EndGlobalSection
EndGlobal