-
Notifications
You must be signed in to change notification settings - Fork 1
/
PieChart.sln
31 lines (31 loc) · 1.56 KB
/
PieChart.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PieChart", "PieChart\PieChart.csproj", "{A99C3A12-6E05-4AED-A0C5-8D057F1820A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PieChart.Example", "PieChart.Example\PieChart.Example.csproj", "{4F267B64-EDAF-4317-BA95-29E45E7D45EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A99C3A12-6E05-4AED-A0C5-8D057F1820A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A99C3A12-6E05-4AED-A0C5-8D057F1820A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A99C3A12-6E05-4AED-A0C5-8D057F1820A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A99C3A12-6E05-4AED-A0C5-8D057F1820A8}.Release|Any CPU.Build.0 = Release|Any CPU
{4F267B64-EDAF-4317-BA95-29E45E7D45EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F267B64-EDAF-4317-BA95-29E45E7D45EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F267B64-EDAF-4317-BA95-29E45E7D45EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F267B64-EDAF-4317-BA95-29E45E7D45EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8C27B76-76C7-477E-9278-44396397EA54}
EndGlobalSection
EndGlobal