12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.10.34928.147
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdTestEmulator", "EdTestEmulator\EdTestEmulator.csproj", "{F984387E-336B-4528-8CD9-69533CE29016}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F984387E-336B-4528-8CD9-69533CE29016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F984387E-336B-4528-8CD9-69533CE29016}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F984387E-336B-4528-8CD9-69533CE29016}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F984387E-336B-4528-8CD9-69533CE29016}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C0003F9D-06C3-42C4-954A-F5DD7CDE345A}
- EndGlobalSection
- EndGlobal
|