| 123456789101112131415161718192021222324252627282930313233343536 |
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.2.0
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceMeasuring.Windows", "PerformanceMeasuring.Windows.csproj", "{B8F8C8A0-1234-4567-8901-000000000002}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceMeasuring.DesktopGL", "PerformanceMeasuring.DesktopGL.csproj", "{B8F8C8A0-1234-4567-8901-000000000003}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceMeasuring.Android", "PerformanceMeasuring.Android.csproj", "{B8F8C8A0-1234-4567-8901-000000000004}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B8F8C8A0-1234-4567-8901-000000000002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000002}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000002}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000002}.Release|Any CPU.Build.0 = Release|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000003}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000003}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000003}.Release|Any CPU.Build.0 = Release|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000004}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000004}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000004}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B8F8C8A0-1234-4567-8901-000000000004}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {F9219168-EA86-4030-99C8-A421B6800D2A}
- EndGlobalSection
- EndGlobal
|