| 12345678910111213141516171819202122232425262728 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 14
- VisualStudioVersion = 14.0.23107.0
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fietsclient", "Fietsclient\Fietsclient.csproj", "{49668592-ED5D-4907-9EA7-2DF70AB96271}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FietsSimulator", "FietsSimulator\FietsSimulator.csproj", "{4FF5A179-C048-4833-AD7C-568FF05C66C5}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {49668592-ED5D-4907-9EA7-2DF70AB96271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {49668592-ED5D-4907-9EA7-2DF70AB96271}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {49668592-ED5D-4907-9EA7-2DF70AB96271}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {49668592-ED5D-4907-9EA7-2DF70AB96271}.Release|Any CPU.Build.0 = Release|Any CPU
- {4FF5A179-C048-4833-AD7C-568FF05C66C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4FF5A179-C048-4833-AD7C-568FF05C66C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4FF5A179-C048-4833-AD7C-568FF05C66C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4FF5A179-C048-4833-AD7C-568FF05C66C5}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|