12345678910111213141516171819202122232425262728293031323334353637383940414243 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.28803.452
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdPunching.Common", "UdPunching.Common\UdPunching.Common.csproj", "{ABC87F5E-7118-4D19-8AFC-B597BAA06569}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdPunching.Serv", "UdPunching.Serv\UdPunching.Serv.csproj", "{61003BB5-055E-4E55-B725-3A5B48256D5D}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "@", "@", "{9FB8D149-8F3B-4FC0-937D-19CA4391193B}"
- ProjectSection(SolutionItems) = preProject
- .gitignore = .gitignore
- README.md = README.md
- EndProjectSection
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UdPunching.ExampleW", "UdPunching.ExampleW\UdPunching.ExampleW.csproj", "{E34269B6-06EA-4F48-AA62-C8079558664B}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {ABC87F5E-7118-4D19-8AFC-B597BAA06569}.Release|Any CPU.Build.0 = Release|Any CPU
- {61003BB5-055E-4E55-B725-3A5B48256D5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {61003BB5-055E-4E55-B725-3A5B48256D5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {61003BB5-055E-4E55-B725-3A5B48256D5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {61003BB5-055E-4E55-B725-3A5B48256D5D}.Release|Any CPU.Build.0 = Release|Any CPU
- {E34269B6-06EA-4F48-AA62-C8079558664B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E34269B6-06EA-4F48-AA62-C8079558664B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E34269B6-06EA-4F48-AA62-C8079558664B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E34269B6-06EA-4F48-AA62-C8079558664B}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {D2FCE6C2-4066-4108-AE7C-5CA4B111496E}
- EndGlobalSection
- EndGlobal
|