-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXein.sln
More file actions
55 lines (55 loc) · 3.45 KB
/
Xein.sln
File metadata and controls
55 lines (55 loc) · 3.45 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xein", "Xein\Xein.csproj", "{AC2289D0-8912-4959-B968-F95B6D62B330}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xein.Net", "Xein.Net\Xein.Net.csproj", "{9F8F5F71-64BC-441B-AA00-F1D988169979}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xein.Updater", "Xein.Updater\Xein.Updater.csproj", "{2FCF562E-AB70-4DA7-B3FF-9DA29D58A0A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xein.HTML.Generator", "Xein.HTML.Generator\Xein.HTML.Generator.csproj", "{2F0C22E8-9AC6-4F99-A5B4-A87912A9F025}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xein.SQLite", "Xein.SQLite\Xein.SQLite.csproj", "{B01074D3-EF5A-406A-8A65-47AD223BC6ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xein.SDK.Newebpay", "Xein.SDK.Newebpay\Xein.SDK.Newebpay.csproj", "{A4C17AC5-8AF2-4743-BED4-4A11DB7757C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC2289D0-8912-4959-B968-F95B6D62B330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC2289D0-8912-4959-B968-F95B6D62B330}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC2289D0-8912-4959-B968-F95B6D62B330}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC2289D0-8912-4959-B968-F95B6D62B330}.Release|Any CPU.Build.0 = Release|Any CPU
{9F8F5F71-64BC-441B-AA00-F1D988169979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F8F5F71-64BC-441B-AA00-F1D988169979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F8F5F71-64BC-441B-AA00-F1D988169979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F8F5F71-64BC-441B-AA00-F1D988169979}.Release|Any CPU.Build.0 = Release|Any CPU
{2FCF562E-AB70-4DA7-B3FF-9DA29D58A0A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FCF562E-AB70-4DA7-B3FF-9DA29D58A0A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FCF562E-AB70-4DA7-B3FF-9DA29D58A0A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FCF562E-AB70-4DA7-B3FF-9DA29D58A0A6}.Release|Any CPU.Build.0 = Release|Any CPU
{2F0C22E8-9AC6-4F99-A5B4-A87912A9F025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F0C22E8-9AC6-4F99-A5B4-A87912A9F025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F0C22E8-9AC6-4F99-A5B4-A87912A9F025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F0C22E8-9AC6-4F99-A5B4-A87912A9F025}.Release|Any CPU.Build.0 = Release|Any CPU
{B01074D3-EF5A-406A-8A65-47AD223BC6ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B01074D3-EF5A-406A-8A65-47AD223BC6ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B01074D3-EF5A-406A-8A65-47AD223BC6ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B01074D3-EF5A-406A-8A65-47AD223BC6ED}.Release|Any CPU.Build.0 = Release|Any CPU
{A4C17AC5-8AF2-4743-BED4-4A11DB7757C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4C17AC5-8AF2-4743-BED4-4A11DB7757C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4C17AC5-8AF2-4743-BED4-4A11DB7757C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4C17AC5-8AF2-4743-BED4-4A11DB7757C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65160891-2B6D-4D8B-8104-081168C13CD9}
EndGlobalSection
EndGlobal