-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCRUDADOApp.sln
38 lines (38 loc) · 1.92 KB
/
CRUDADOApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "UserDB", "UserDB\UserDB.sqlproj", "{4F4FE2A9-CBCD-4B64-A36D-820160D24255}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRUDADO", "CRUDADO\CRUDADO.csproj", "{A15247A5-D538-4BE0-BDD2-223F4763D629}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "솔루션 항목", "솔루션 항목", "{85A3E9B6-00B4-433C-BEB8-7B96BDA7C450}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F4FE2A9-CBCD-4B64-A36D-820160D24255}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4FE2A9-CBCD-4B64-A36D-820160D24255}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4FE2A9-CBCD-4B64-A36D-820160D24255}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4F4FE2A9-CBCD-4B64-A36D-820160D24255}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4FE2A9-CBCD-4B64-A36D-820160D24255}.Release|Any CPU.Build.0 = Release|Any CPU
{4F4FE2A9-CBCD-4B64-A36D-820160D24255}.Release|Any CPU.Deploy.0 = Release|Any CPU
{A15247A5-D538-4BE0-BDD2-223F4763D629}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A15247A5-D538-4BE0-BDD2-223F4763D629}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A15247A5-D538-4BE0-BDD2-223F4763D629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A15247A5-D538-4BE0-BDD2-223F4763D629}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF84647D-7B88-4321-B773-E9F99141263A}
EndGlobalSection
EndGlobal