-
Notifications
You must be signed in to change notification settings - Fork 1
/
ITCC.VkPlayer.sln
40 lines (40 loc) · 2.39 KB
/
ITCC.VkPlayer.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITCC.VkPlayer", "ITCC.VkPlayer\ITCC.VkPlayer.csproj", "{3F7E5DC3-D58C-48C3-B5CD-21E0A45EA2D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITCC.Logging", "ITCC.Library\ITCC.Logging\ITCC.Logging.csproj", "{BBC8B7E2-BFC2-4B03-BD01-5B6BD10649C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITCC.HTTP", "ITCC.Library\ITCC.HTTP\ITCC.HTTP.csproj", "{77016AD7-9655-4918-832C-D26A767E29B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITCC.UI", "ITCC.Library\ITCC.UI\ITCC.UI.csproj", "{07D36841-8876-437C-B7A4-CBF1012513EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F7E5DC3-D58C-48C3-B5CD-21E0A45EA2D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F7E5DC3-D58C-48C3-B5CD-21E0A45EA2D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F7E5DC3-D58C-48C3-B5CD-21E0A45EA2D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F7E5DC3-D58C-48C3-B5CD-21E0A45EA2D1}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC8B7E2-BFC2-4B03-BD01-5B6BD10649C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC8B7E2-BFC2-4B03-BD01-5B6BD10649C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC8B7E2-BFC2-4B03-BD01-5B6BD10649C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC8B7E2-BFC2-4B03-BD01-5B6BD10649C1}.Release|Any CPU.Build.0 = Release|Any CPU
{77016AD7-9655-4918-832C-D26A767E29B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77016AD7-9655-4918-832C-D26A767E29B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77016AD7-9655-4918-832C-D26A767E29B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77016AD7-9655-4918-832C-D26A767E29B4}.Release|Any CPU.Build.0 = Release|Any CPU
{07D36841-8876-437C-B7A4-CBF1012513EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07D36841-8876-437C-B7A4-CBF1012513EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07D36841-8876-437C-B7A4-CBF1012513EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07D36841-8876-437C-B7A4-CBF1012513EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal