12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.30309.148
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HapticFeedbackAdjust", "HapticFeedbackAdjust\HapticFeedbackAdjust.csproj", "{17543AC2-0AA3-4F12-A1E9-994798BE1250}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VolumeAdjust", "VolumeAdjust\VolumeAdjust.csproj", "{0A0B98E1-2644-41EA-A4A1-E31EAC44822A}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {17543AC2-0AA3-4F12-A1E9-994798BE1250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {17543AC2-0AA3-4F12-A1E9-994798BE1250}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {17543AC2-0AA3-4F12-A1E9-994798BE1250}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {17543AC2-0AA3-4F12-A1E9-994798BE1250}.Release|Any CPU.Build.0 = Release|Any CPU
- {0A0B98E1-2644-41EA-A4A1-E31EAC44822A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0A0B98E1-2644-41EA-A4A1-E31EAC44822A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0A0B98E1-2644-41EA-A4A1-E31EAC44822A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0A0B98E1-2644-41EA-A4A1-E31EAC44822A}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {05F52B31-19F8-4F6A-8137-194C2537B545}
- EndGlobalSection
- EndGlobal
|