12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.31624.102
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AGV_WPF", "AGV_WPF.csproj", "{8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Debug|x86.ActiveCfg = Debug|x86
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Debug|x86.Build.0 = Debug|x86
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Release|Any CPU.Build.0 = Release|Any CPU
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Release|x86.ActiveCfg = Release|x86
- {8FD8F47A-7B31-4067-9F8C-D1783AFBDAD1}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {5A0F744A-FE66-4F18-A842-4853DBAA0AFB}
- EndGlobalSection
- EndGlobal
|