-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPracticeBasicCS.sln
43 lines (43 loc) · 2.51 KB
/
PracticeBasicCS.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 Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PracticeAdvanceCS", "PracticeAdvanceCS.csproj", "{7F259CD9-8EF6-44AC-8B19-46531ECF44DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyOne", "..\AssemblyOne\AssemblyOne.csproj", "{F67FDD2B-1D1F-4B68-BB5D-8BA12B0458A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyTwo", "..\AssemblyTwo\AssemblyTwo.csproj", "{5FBC95E9-DD2C-4416-A8BE-44E3D7219E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PracticeWinApp", "..\PracticeWinApp\PracticeWinApp.csproj", "{4B640661-1A56-4381-A506-41AB4DB92D33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F259CD9-8EF6-44AC-8B19-46531ECF44DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F259CD9-8EF6-44AC-8B19-46531ECF44DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F259CD9-8EF6-44AC-8B19-46531ECF44DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F259CD9-8EF6-44AC-8B19-46531ECF44DB}.Release|Any CPU.Build.0 = Release|Any CPU
{F67FDD2B-1D1F-4B68-BB5D-8BA12B0458A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F67FDD2B-1D1F-4B68-BB5D-8BA12B0458A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F67FDD2B-1D1F-4B68-BB5D-8BA12B0458A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F67FDD2B-1D1F-4B68-BB5D-8BA12B0458A8}.Release|Any CPU.Build.0 = Release|Any CPU
{5FBC95E9-DD2C-4416-A8BE-44E3D7219E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FBC95E9-DD2C-4416-A8BE-44E3D7219E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FBC95E9-DD2C-4416-A8BE-44E3D7219E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FBC95E9-DD2C-4416-A8BE-44E3D7219E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{4B640661-1A56-4381-A506-41AB4DB92D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B640661-1A56-4381-A506-41AB4DB92D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B640661-1A56-4381-A506-41AB4DB92D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B640661-1A56-4381-A506-41AB4DB92D33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD490736-6081-48D2-8ED5-7A857EF74D5D}
EndGlobalSection
EndGlobal