12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.30611.23
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Laboratoria", "Laboratoria.csproj", "{75A813F2-22AA-4288-A770-38DFD17886EA}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {75A813F2-22AA-4288-A770-38DFD17886EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {75A813F2-22AA-4288-A770-38DFD17886EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {75A813F2-22AA-4288-A770-38DFD17886EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {75A813F2-22AA-4288-A770-38DFD17886EA}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {39845907-A202-4D81-BEE8-8FF85887E2D8}
- EndGlobalSection
- EndGlobal
|