Agregar archivos de proyecto.

This commit is contained in:
alexb737
2022-06-18 07:40:24 +02:00
parent e4c2d17816
commit e1e34021f7
12 changed files with 689 additions and 0 deletions

25
JansenLegViewer.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JansenLegSimulator", "JansenLegViewer\JansenLegSimulator.csproj", "{85D59382-1D81-41E1-8213-CAAF5D8F6B2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85D59382-1D81-41E1-8213-CAAF5D8F6B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85D59382-1D81-41E1-8213-CAAF5D8F6B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85D59382-1D81-41E1-8213-CAAF5D8F6B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85D59382-1D81-41E1-8213-CAAF5D8F6B2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0ECD860-46CD-477E-ADA8-2F17A594387D}
EndGlobalSection
EndGlobal