12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33530.505
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "空白文件生成器", "空白文件生成器.csproj", "{47A71E08-7F6F-41B2-8796-151141360687}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x64 = Debug|x64
- Release|Any CPU = Release|Any CPU
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {47A71E08-7F6F-41B2-8796-151141360687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {47A71E08-7F6F-41B2-8796-151141360687}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {47A71E08-7F6F-41B2-8796-151141360687}.Debug|x64.ActiveCfg = Debug|x64
- {47A71E08-7F6F-41B2-8796-151141360687}.Debug|x64.Build.0 = Debug|x64
- {47A71E08-7F6F-41B2-8796-151141360687}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {47A71E08-7F6F-41B2-8796-151141360687}.Release|Any CPU.Build.0 = Release|Any CPU
- {47A71E08-7F6F-41B2-8796-151141360687}.Release|x64.ActiveCfg = Release|x64
- {47A71E08-7F6F-41B2-8796-151141360687}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {5BCC0BF6-9B1A-40D7-BC81-0A63202DB2FF}
- EndGlobalSection
- EndGlobal
|