12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.2.32630.192
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "FILE-RECORDER-SYS", "FILE-RECORDER-SYS\FILE-RECORDER-SYS.vbproj", "{8CC67C16-4E93-4282-B06D-76CA301C0370}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8CC67C16-4E93-4282-B06D-76CA301C0370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8CC67C16-4E93-4282-B06D-76CA301C0370}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8CC67C16-4E93-4282-B06D-76CA301C0370}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8CC67C16-4E93-4282-B06D-76CA301C0370}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {F96D92D2-DA8C-4185-AB3A-27D852611C6C}
- EndGlobalSection
- EndGlobal
|