-
Notifications
You must be signed in to change notification settings - Fork 9
/
Gantt Example.sln
40 lines (40 loc) · 2.59 KB
/
Gantt Example.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 2013
VisualStudioVersion = 12.0.20623.1 VSUPREVIEW
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoderForRent.Silverlight.GanttExample", "CoderForRent.Silverlight.GanttExample\CoderForRent.Silverlight.GanttExample.csproj", "{9F5873F6-84A0-4400-B36D-6C77586CD9A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoderForRent.Silverlight.Charting", "CoderForRent.Silverlight.Charting\CoderForRent.Silverlight.Charting.csproj", "{8FCBFF56-239A-404F-9061-5F27F05FED91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoderForRent.Charting", "CoderForRent.Charting\CoderForRent.Charting.csproj", "{5852DDE9-EAB5-4103-AE87-BCB843A603F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPF.Example", "WPF.Example\WPF.Example.csproj", "{C85EEF28-AD82-4C3F-8D8F-111E08007717}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F5873F6-84A0-4400-B36D-6C77586CD9A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F5873F6-84A0-4400-B36D-6C77586CD9A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F5873F6-84A0-4400-B36D-6C77586CD9A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F5873F6-84A0-4400-B36D-6C77586CD9A0}.Release|Any CPU.Build.0 = Release|Any CPU
{8FCBFF56-239A-404F-9061-5F27F05FED91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FCBFF56-239A-404F-9061-5F27F05FED91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FCBFF56-239A-404F-9061-5F27F05FED91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FCBFF56-239A-404F-9061-5F27F05FED91}.Release|Any CPU.Build.0 = Release|Any CPU
{5852DDE9-EAB5-4103-AE87-BCB843A603F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5852DDE9-EAB5-4103-AE87-BCB843A603F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5852DDE9-EAB5-4103-AE87-BCB843A603F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5852DDE9-EAB5-4103-AE87-BCB843A603F3}.Release|Any CPU.Build.0 = Release|Any CPU
{C85EEF28-AD82-4C3F-8D8F-111E08007717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C85EEF28-AD82-4C3F-8D8F-111E08007717}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C85EEF28-AD82-4C3F-8D8F-111E08007717}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C85EEF28-AD82-4C3F-8D8F-111E08007717}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal