add windows support

This commit is contained in:
2019-08-25 21:46:42 +08:00
parent 6db1847a61
commit e9c3dfa485
8 changed files with 894 additions and 1 deletions

25
setup.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.779
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "setup", "setup\setup.csproj", "{839F4F55-2904-4A2B-BDBD-D515958F816E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{839F4F55-2904-4A2B-BDBD-D515958F816E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{839F4F55-2904-4A2B-BDBD-D515958F816E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{839F4F55-2904-4A2B-BDBD-D515958F816E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{839F4F55-2904-4A2B-BDBD-D515958F816E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA864C2D-F4CC-46E5-9B4C-A9B3E3DC007B}
EndGlobalSection
EndGlobal