Skip to content
Snippets Groups Projects
Select Git revision
  • 39279ba3c577ca1d5fb2dba128e7559012d12450
  • master default protected
  • develop
3 results

Sandkasten.ipynb

Blame
  • Forked from ACS / Public / Teaching materials / Systemtheorie 2 / lecture-tutorials
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ECSManager.sln 1.57 KiB
    
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio Version 16
    VisualStudioVersion = 16.0.30320.27
    MinimumVisualStudioVersion = 10.0.40219.1
    Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EcsManager", "ECSManager\EcsManager.csproj", "{DD73734B-3B55-44D3-843D-6EBA0F3601D7}"
    EndProject
    Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EcsManager.Tests", "ECSManager.Tests\EcsManager.Tests.csproj", "{680BC188-42CC-4C00-BFFF-C7C59F612444}"
    EndProject
    Global
    	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    		Debug|Any CPU = Debug|Any CPU
    		Release|Any CPU = Release|Any CPU
    	EndGlobalSection
    	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    		{DD73734B-3B55-44D3-843D-6EBA0F3601D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    		{DD73734B-3B55-44D3-843D-6EBA0F3601D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
    		{DD73734B-3B55-44D3-843D-6EBA0F3601D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
    		{DD73734B-3B55-44D3-843D-6EBA0F3601D7}.Release|Any CPU.Build.0 = Release|Any CPU
    		{680BC188-42CC-4C00-BFFF-C7C59F612444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    		{680BC188-42CC-4C00-BFFF-C7C59F612444}.Debug|Any CPU.Build.0 = Debug|Any CPU
    		{680BC188-42CC-4C00-BFFF-C7C59F612444}.Release|Any CPU.ActiveCfg = Release|Any CPU
    		{680BC188-42CC-4C00-BFFF-C7C59F612444}.Release|Any CPU.Build.0 = Release|Any CPU
    	EndGlobalSection
    	GlobalSection(SolutionProperties) = preSolution
    		HideSolutionNode = FALSE
    	EndGlobalSection
    	GlobalSection(ExtensibilityGlobals) = postSolution
    		SolutionGuid = {B4ED3CE8-BA7D-4952-91C8-8CFEB2C289D3}
    	EndGlobalSection
    EndGlobal