12345678910111213141516171819202122232425262728 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 2013
- VisualStudioVersion = 12.0.40629.0
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "KdXingCheng", "WindowsApplication3\KdXingCheng.vbproj", "{3008A277-FAAF-4E8F-9D96-416DB5EC7CB9}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LrGetToken", "LrGetToken\LrGetToken.csproj", "{007E5355-17C1-49A3-B74C-7FBB3D646361}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3008A277-FAAF-4E8F-9D96-416DB5EC7CB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3008A277-FAAF-4E8F-9D96-416DB5EC7CB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3008A277-FAAF-4E8F-9D96-416DB5EC7CB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3008A277-FAAF-4E8F-9D96-416DB5EC7CB9}.Release|Any CPU.Build.0 = Release|Any CPU
- {007E5355-17C1-49A3-B74C-7FBB3D646361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {007E5355-17C1-49A3-B74C-7FBB3D646361}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {007E5355-17C1-49A3-B74C-7FBB3D646361}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {007E5355-17C1-49A3-B74C-7FBB3D646361}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|