12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.31424.327
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebUpload", "WebUpload.csproj", "{F87A37B3-B4C6-4A51-887C-381AF5160B46}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F87A37B3-B4C6-4A51-887C-381AF5160B46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F87A37B3-B4C6-4A51-887C-381AF5160B46}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F87A37B3-B4C6-4A51-887C-381AF5160B46}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F87A37B3-B4C6-4A51-887C-381AF5160B46}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {58424C1B-5883-4171-BD4B-136FBF263227}
- EndGlobalSection
- EndGlobal
|