1234567891011121314151617181920212223242526272829303132333435363738 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- VisualStudioVersion = 15.0.26228.9
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp1", "WindowsFormsApp1\WindowsFormsApp1.csproj", "{C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LYFZ.ComponentLibrary", "..\..\..\ComponentLibrary\LYFZ.ComponentLibrary\LYFZ.ComponentLibrary.csproj", "{D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Debug|x86.ActiveCfg = Debug|Any CPU
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Debug|x86.Build.0 = Debug|Any CPU
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Release|Any CPU.Build.0 = Release|Any CPU
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Release|x86.ActiveCfg = Release|Any CPU
- {C5CA5B21-6208-4B9D-8F67-70C7ACFC770C}.Release|x86.Build.0 = Release|Any CPU
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Debug|x86.ActiveCfg = Debug|x86
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Debug|x86.Build.0 = Debug|x86
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Release|Any CPU.Build.0 = Release|Any CPU
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Release|x86.ActiveCfg = Release|x86
- {D4C2D4C1-1CF6-4116-8BF2-6DE55F518B2A}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|