Dichtheitsprüfung modul hinzugefügt
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "Dichtheitspruefung"]
|
||||||
|
path = Dichtheitspruefung
|
||||||
|
url = https://git.maxlan.de/Cosysda/Dichtheitspruefung.git
|
||||||
1
Dichtheitspruefung
Submodule
1
Dichtheitspruefung
Submodule
Submodule Dichtheitspruefung added at eca6539d09
@@ -349,6 +349,10 @@
|
|||||||
<Project>{b0227727-6cf9-4e2e-9afe-5dd76deaa9db}</Project>
|
<Project>{b0227727-6cf9-4e2e-9afe-5dd76deaa9db}</Project>
|
||||||
<Name>Database</Name>
|
<Name>Database</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\Dichtheitspruefung\Dichtheitsprüfung\Dichtheitsprüfung.csproj">
|
||||||
|
<Project>{324277c6-2eb3-47b7-9dd5-7fa520e7d349}</Project>
|
||||||
|
<Name>Dichtheitsprüfung</Name>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\KlassenBIB\KlassenBIB.csproj">
|
<ProjectReference Include="..\KlassenBIB\KlassenBIB.csproj">
|
||||||
<Project>{c82bd650-466b-403f-bed9-2b1660771f54}</Project>
|
<Project>{c82bd650-466b-403f-bed9-2b1660771f54}</Project>
|
||||||
<Name>KlassenBIB</Name>
|
<Name>KlassenBIB</Name>
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSVParser", "CSVParser\CSVP
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DDF8C748-82A0-4FFC-8EE1-9C81C26A75E3}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DDF8C748-82A0-4FFC-8EE1-9C81C26A75E3}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dichtheitsprüfung", "Dichtheitspruefung\Dichtheitsprüfung\Dichtheitsprüfung.csproj", "{324277C6-2EB3-47B7-9DD5-7FA520E7D349}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@@ -85,6 +87,10 @@ Global
|
|||||||
{3F79BD28-9BF6-4902-8977-41E9E71F8488}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{3F79BD28-9BF6-4902-8977-41E9E71F8488}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{3F79BD28-9BF6-4902-8977-41E9E71F8488}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{3F79BD28-9BF6-4902-8977-41E9E71F8488}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{3F79BD28-9BF6-4902-8977-41E9E71F8488}.Release|Any CPU.Build.0 = Release|Any CPU
|
{3F79BD28-9BF6-4902-8977-41E9E71F8488}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{324277C6-2EB3-47B7-9DD5-7FA520E7D349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{324277C6-2EB3-47B7-9DD5-7FA520E7D349}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{324277C6-2EB3-47B7-9DD5-7FA520E7D349}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{324277C6-2EB3-47B7-9DD5-7FA520E7D349}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user