12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- VisualStudioVersion = 15.0.28307.902
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pms.UserEvent", "Pms.UserEvent\Pms.UserEvent.csproj", "{2FAA647F-552A-4F15-B58F-BBE9677B6B7E}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pms", "Pms\Pms.csproj", "{F7D652C2-8369-4C42-96CF-014CA098387C}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMSUI", "PMSUI\PMSUI.csproj", "{86759FE4-2015-44E2-B200-2BFFB6304232}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2FAA647F-552A-4F15-B58F-BBE9677B6B7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2FAA647F-552A-4F15-B58F-BBE9677B6B7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2FAA647F-552A-4F15-B58F-BBE9677B6B7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2FAA647F-552A-4F15-B58F-BBE9677B6B7E}.Release|Any CPU.Build.0 = Release|Any CPU
- {F7D652C2-8369-4C42-96CF-014CA098387C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F7D652C2-8369-4C42-96CF-014CA098387C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F7D652C2-8369-4C42-96CF-014CA098387C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F7D652C2-8369-4C42-96CF-014CA098387C}.Release|Any CPU.Build.0 = Release|Any CPU
- {86759FE4-2015-44E2-B200-2BFFB6304232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {86759FE4-2015-44E2-B200-2BFFB6304232}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {86759FE4-2015-44E2-B200-2BFFB6304232}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {86759FE4-2015-44E2-B200-2BFFB6304232}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {A7BE3F21-3D3F-4D70-86A6-599679AEAAE6}
- EndGlobalSection
- EndGlobal
|