-
-
Notifications
You must be signed in to change notification settings - Fork 662
/
WinFormiumProject-EN.sln
52 lines (52 loc) · 2.78 KB
/
WinFormiumProject-EN.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
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormium", "src\WinFormium\WinFormium.csproj", "{39675313-A12E-4F6A-923A-4C28308DF9C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D661C15E-B241-437A-96BC-79EB89B2B45E}"
ProjectSection(SolutionItems) = preProject
CHANELOG = CHANELOG
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{EE18C1E1-C498-4D14-985D-CD9E963C2C82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalWinFormiumApp", "examples\MinimalWinFormiumApp\MinimalWinFormiumApp.csproj", "{F651C9B7-EBB9-4B1D-97E2-4F76D08C1B59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormiumSubProcess", "examples\WinFormiumSubProcess\WinFormiumSubProcess.csproj", "{6FE75BD1-B2C6-4EEF-B9EA-F19CD91E375C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39675313-A12E-4F6A-923A-4C28308DF9C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39675313-A12E-4F6A-923A-4C28308DF9C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39675313-A12E-4F6A-923A-4C28308DF9C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39675313-A12E-4F6A-923A-4C28308DF9C3}.Release|Any CPU.Build.0 = Release|Any CPU
{F651C9B7-EBB9-4B1D-97E2-4F76D08C1B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F651C9B7-EBB9-4B1D-97E2-4F76D08C1B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F651C9B7-EBB9-4B1D-97E2-4F76D08C1B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F651C9B7-EBB9-4B1D-97E2-4F76D08C1B59}.Release|Any CPU.Build.0 = Release|Any CPU
{6FE75BD1-B2C6-4EEF-B9EA-F19CD91E375C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FE75BD1-B2C6-4EEF-B9EA-F19CD91E375C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FE75BD1-B2C6-4EEF-B9EA-F19CD91E375C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FE75BD1-B2C6-4EEF-B9EA-F19CD91E375C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F651C9B7-EBB9-4B1D-97E2-4F76D08C1B59} = {EE18C1E1-C498-4D14-985D-CD9E963C2C82}
{6FE75BD1-B2C6-4EEF-B9EA-F19CD91E375C} = {EE18C1E1-C498-4D14-985D-CD9E963C2C82}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E182896-FC1E-48CA-BB92-55B90C56A174}
EndGlobalSection
EndGlobal