-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFunWitthCode.sln
43 lines (43 loc) · 2.56 KB
/
FunWitthCode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunWitthCode", "FunWitthCode\FunWitthCode.csproj", "{6D948B4F-6773-482B-BBEF-831659686525}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunWithCodeTestsConsole", "FunWithCodeTestsConsole\FunWithCodeTestsConsole.csproj", "{821D5DB3-0071-42F7-9CAF-95B0337AA28D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunWithCodeWinForms", "FunWithCodeWinForms\FunWithCodeWinForms.csproj", "{1CF1B149-82BE-4034-A55E-AB286C4AFE5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunWithCodeWPF", "FunWithCodeWPF\FunWithCodeWPF.csproj", "{8AA88DD7-9F79-42FC-9E51-F013B49691F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D948B4F-6773-482B-BBEF-831659686525}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D948B4F-6773-482B-BBEF-831659686525}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D948B4F-6773-482B-BBEF-831659686525}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D948B4F-6773-482B-BBEF-831659686525}.Release|Any CPU.Build.0 = Release|Any CPU
{821D5DB3-0071-42F7-9CAF-95B0337AA28D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{821D5DB3-0071-42F7-9CAF-95B0337AA28D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{821D5DB3-0071-42F7-9CAF-95B0337AA28D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{821D5DB3-0071-42F7-9CAF-95B0337AA28D}.Release|Any CPU.Build.0 = Release|Any CPU
{1CF1B149-82BE-4034-A55E-AB286C4AFE5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF1B149-82BE-4034-A55E-AB286C4AFE5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF1B149-82BE-4034-A55E-AB286C4AFE5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF1B149-82BE-4034-A55E-AB286C4AFE5E}.Release|Any CPU.Build.0 = Release|Any CPU
{8AA88DD7-9F79-42FC-9E51-F013B49691F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AA88DD7-9F79-42FC-9E51-F013B49691F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AA88DD7-9F79-42FC-9E51-F013B49691F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AA88DD7-9F79-42FC-9E51-F013B49691F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34B93D84-AC5B-4A99-8CA9-F72B923F2857}
EndGlobalSection
EndGlobal