空白文件生成器.sln 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.5.33530.505
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "空白文件生成器", "空白文件生成器.csproj", "{47A71E08-7F6F-41B2-8796-151141360687}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|Any CPU = Debug|Any CPU
  11. Debug|x64 = Debug|x64
  12. Release|Any CPU = Release|Any CPU
  13. Release|x64 = Release|x64
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {47A71E08-7F6F-41B2-8796-151141360687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  17. {47A71E08-7F6F-41B2-8796-151141360687}.Debug|Any CPU.Build.0 = Debug|Any CPU
  18. {47A71E08-7F6F-41B2-8796-151141360687}.Debug|x64.ActiveCfg = Debug|x64
  19. {47A71E08-7F6F-41B2-8796-151141360687}.Debug|x64.Build.0 = Debug|x64
  20. {47A71E08-7F6F-41B2-8796-151141360687}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {47A71E08-7F6F-41B2-8796-151141360687}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {47A71E08-7F6F-41B2-8796-151141360687}.Release|x64.ActiveCfg = Release|x64
  23. {47A71E08-7F6F-41B2-8796-151141360687}.Release|x64.Build.0 = Release|x64
  24. EndGlobalSection
  25. GlobalSection(SolutionProperties) = preSolution
  26. HideSolutionNode = FALSE
  27. EndGlobalSection
  28. GlobalSection(ExtensibilityGlobals) = postSolution
  29. SolutionGuid = {5BCC0BF6-9B1A-40D7-BC81-0A63202DB2FF}
  30. EndGlobalSection
  31. EndGlobal