repair of bindings
parent
f97ec1847b
commit
9300ce3c37
|
@ -16,7 +16,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CalculationsLib\Calculations.csproj" />
|
||||
<ProjectReference Include="..\Wrapper_Api_SequentMicrosystems\Wrapper_Api_SequentMicrosystems.csproj" />
|
||||
<ProjectReference Include="..\Wrapper_API_SequentMicrosystems\Wrapper_Api_SequentMicrosystems.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -4,8 +4,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
VisualStudioVersion = 17.8.34309.116
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UI_SequentMicrosystems", "UI_SequentMicrosystems.csproj", "{5CA9656E-173B-495E-8407-209AE67BAA13}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wrapper_Api_SequentMicrosystems", "..\Wrapper_Api_SequentMicrosystems\Wrapper_Api_SequentMicrosystems.csproj", "{54BC70B0-BE0E-4C2C-8DE2-7A9BEA7C0E94}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{CF788755-0936-4019-AB9A-B252EE1E3342} = {CF788755-0936-4019-AB9A-B252EE1E3342}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DEAA95EC-24FE-42EC-B078-723C4A6173E6}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
|
@ -14,6 +15,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calculations", "..\CalculationsLib\Calculations.csproj", "{67349A12-2544-4A15-93F6-AC6E039F5F52}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wrapper_Api_SequentMicrosystems", "..\Wrapper_API_SequentMicrosystems\Wrapper_Api_SequentMicrosystems.csproj", "{CF788755-0936-4019-AB9A-B252EE1E3342}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
@ -24,14 +27,14 @@ Global
|
|||
{5CA9656E-173B-495E-8407-209AE67BAA13}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5CA9656E-173B-495E-8407-209AE67BAA13}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5CA9656E-173B-495E-8407-209AE67BAA13}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{54BC70B0-BE0E-4C2C-8DE2-7A9BEA7C0E94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{54BC70B0-BE0E-4C2C-8DE2-7A9BEA7C0E94}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{54BC70B0-BE0E-4C2C-8DE2-7A9BEA7C0E94}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{54BC70B0-BE0E-4C2C-8DE2-7A9BEA7C0E94}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{67349A12-2544-4A15-93F6-AC6E039F5F52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{67349A12-2544-4A15-93F6-AC6E039F5F52}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{67349A12-2544-4A15-93F6-AC6E039F5F52}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{67349A12-2544-4A15-93F6-AC6E039F5F52}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{CF788755-0936-4019-AB9A-B252EE1E3342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CF788755-0936-4019-AB9A-B252EE1E3342}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CF788755-0936-4019-AB9A-B252EE1E3342}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CF788755-0936-4019-AB9A-B252EE1E3342}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Loading…
Reference in New Issue