-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFormRender.sln
39 lines (39 loc) · 2.1 KB
/
FormRender.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormRender", "FormRender\FormRender.csproj", "{04006340-3FF7-4BE6-B8B4-AB46095857C0}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{D1573DAE-BEC9-422B-A636-F37CF6446132}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Ext|Any CPU = Debug_Ext|Any CPU
Debug|Any CPU = Debug|Any CPU
Release_Ext|Any CPU = Release_Ext|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Debug_Ext|Any CPU.ActiveCfg = Debug_Ext|Any CPU
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Debug_Ext|Any CPU.Build.0 = Debug_Ext|Any CPU
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Release_Ext|Any CPU.ActiveCfg = Release_Ext|Any CPU
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Release_Ext|Any CPU.Build.0 = Release_Ext|Any CPU
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04006340-3FF7-4BE6-B8B4-AB46095857C0}.Release|Any CPU.Build.0 = Release|Any CPU
{D1573DAE-BEC9-422B-A636-F37CF6446132}.Debug_Ext|Any CPU.ActiveCfg = Debug
{D1573DAE-BEC9-422B-A636-F37CF6446132}.Debug|Any CPU.ActiveCfg = Debug
{D1573DAE-BEC9-422B-A636-F37CF6446132}.Release_Ext|Any CPU.ActiveCfg = Release_Ext
{D1573DAE-BEC9-422B-A636-F37CF6446132}.Release_Ext|Any CPU.Build.0 = Release_Ext
{D1573DAE-BEC9-422B-A636-F37CF6446132}.Release|Any CPU.ActiveCfg = Release
{D1573DAE-BEC9-422B-A636-F37CF6446132}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FF5E6B5-3256-440D-9F1B-2E046A72692B}
EndGlobalSection
EndGlobal