This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cesi-wine.sln
41 lines (41 loc) · 2.27 KB
/
cesi-wine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "api", "api\api.csproj", "{33251ED1-630F-4167-81C9-732F5F384B69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "web", "web\web.csproj", "{FD35D51A-979C-4411-93B4-916DDE4D4E0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "winform", "winform\winform.csproj", "{7A3391F4-6DC1-4312-8F60-98B211462595}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SetupWinform", "SetupWinform\SetupWinform.vdproj", "{508AB867-C12D-4667-A5A1-16439061858C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33251ED1-630F-4167-81C9-732F5F384B69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33251ED1-630F-4167-81C9-732F5F384B69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33251ED1-630F-4167-81C9-732F5F384B69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33251ED1-630F-4167-81C9-732F5F384B69}.Release|Any CPU.Build.0 = Release|Any CPU
{FD35D51A-979C-4411-93B4-916DDE4D4E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD35D51A-979C-4411-93B4-916DDE4D4E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD35D51A-979C-4411-93B4-916DDE4D4E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD35D51A-979C-4411-93B4-916DDE4D4E0C}.Release|Any CPU.Build.0 = Release|Any CPU
{7A3391F4-6DC1-4312-8F60-98B211462595}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{7A3391F4-6DC1-4312-8F60-98B211462595}.Debug|Any CPU.Build.0 = Release|Any CPU
{7A3391F4-6DC1-4312-8F60-98B211462595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A3391F4-6DC1-4312-8F60-98B211462595}.Release|Any CPU.Build.0 = Release|Any CPU
{508AB867-C12D-4667-A5A1-16439061858C}.Debug|Any CPU.ActiveCfg = Debug
{508AB867-C12D-4667-A5A1-16439061858C}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53C7E005-1CEE-46C8-B06F-F72F86BBD12D}
EndGlobalSection
EndGlobal