12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.31911.196
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clicker", "clicker\clicker.csproj", "{C578F295-FA58-4118-9913-A680B288D0DC}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClicker1", "TestClicker1\TestClicker1.csproj", "{346B765A-A6BE-4668-ACDE-9C4DFA152609}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C578F295-FA58-4118-9913-A680B288D0DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C578F295-FA58-4118-9913-A680B288D0DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C578F295-FA58-4118-9913-A680B288D0DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C578F295-FA58-4118-9913-A680B288D0DC}.Release|Any CPU.Build.0 = Release|Any CPU
- {346B765A-A6BE-4668-ACDE-9C4DFA152609}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {346B765A-A6BE-4668-ACDE-9C4DFA152609}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {346B765A-A6BE-4668-ACDE-9C4DFA152609}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {346B765A-A6BE-4668-ACDE-9C4DFA152609}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {7650D967-6D5D-4B39-9616-2B3901AC4F5E}
- EndGlobalSection
- EndGlobal
|