-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInductiveCard.sln
More file actions
30 lines (30 loc) · 1.32 KB
/
InductiveCard.sln
File metadata and controls
30 lines (30 loc) · 1.32 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33717.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InductiveCard", "InductiveCard\InductiveCard.csproj", "{0FCFDE06-E191-454C-BF79-7B5BC1760DED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{A899D75A-DD94-4D7B-8E16-63B098B1C890}"
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
{0FCFDE06-E191-454C-BF79-7B5BC1760DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FCFDE06-E191-454C-BF79-7B5BC1760DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FCFDE06-E191-454C-BF79-7B5BC1760DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FCFDE06-E191-454C-BF79-7B5BC1760DED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B22DF29D-115F-4099-A5AB-04C508F1874E}
EndGlobalSection
EndGlobal