12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.32802.440
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NAP.Teach", "NAP.Teach\NAP.Teach.csproj", "{C0D4296E-223C-47AF-8690-9294FCBD19F2}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WMPControlLibrary", "WMPControlLibrary\WMPControlLibrary.csproj", "{0CE6584C-1918-431C-8AA5-5526B388BD84}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C0D4296E-223C-47AF-8690-9294FCBD19F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C0D4296E-223C-47AF-8690-9294FCBD19F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C0D4296E-223C-47AF-8690-9294FCBD19F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C0D4296E-223C-47AF-8690-9294FCBD19F2}.Release|Any CPU.Build.0 = Release|Any CPU
- {0CE6584C-1918-431C-8AA5-5526B388BD84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0CE6584C-1918-431C-8AA5-5526B388BD84}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0CE6584C-1918-431C-8AA5-5526B388BD84}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0CE6584C-1918-431C-8AA5-5526B388BD84}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {6EE4CE32-DECC-4211-A39A-CDFA3E580188}
- EndGlobalSection
- EndGlobal
|