398 lines
21 KiB
XML
398 lines
21 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{BAD27E27-4444-4300-ADF8-E21042C0781D}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>StructureHelper</RootNamespace>
|
|
<AssemblyName>StructureHelper</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>1</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestCertificateThumbprint>485E3BCF396A57578712F0EAAD11D48E4FE19BD6</ManifestCertificateThumbprint>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ManifestKeyFile>StructureHelper_TemporaryKey.pfx</ManifestKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateManifests>true</GenerateManifests>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>true</SignManifests>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Autofac, Version=6.4.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
<HintPath>packages\Autofac.6.4.0\lib\netstandard2.0\Autofac.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LoaderCalculator, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>Libraries\LoaderCalculator.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="Infrastructure\Enums\PrimitiveType.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\CommonOperation.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Common\InvertBoolConverter.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\IStringDoublePair.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\StringDoublePair.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\Area.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\Curvature.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\Moment.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\PlainDouble.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\Stress.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\Force.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\Length.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\UnitBase.cs" />
|
|
<Compile Include="Infrastructure\UI\Converters\Units\UnitConstatnts.cs" />
|
|
<Compile Include="Infrastructure\UI\DataContexts\IHasCenter.cs" />
|
|
<Compile Include="Infrastructure\UI\DataContexts\IHasDivision.cs" />
|
|
<Compile Include="Infrastructure\UI\DataContexts\LineViewPrimitive.cs" />
|
|
<Compile Include="Infrastructure\UI\DataContexts\PrimitiveOperations.cs" />
|
|
<Compile Include="Infrastructure\UI\PrimitiveTemplates\IRectangleBeamProperties.cs" />
|
|
<Compile Include="Infrastructure\UI\UserControls\PrimitivePopup.xaml.cs">
|
|
<DependentUpon>PrimitivePopup.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Models\Forces\ForceCombinationViewObject.cs" />
|
|
<Compile Include="Models\Forces\ForceTupleViewObject.cs" />
|
|
<Compile Include="Models\Primitives\Factories\PrimitiveFactory.cs" />
|
|
<Compile Include="Services\Primitives\PrimitiveRepository.cs" />
|
|
<Compile Include="Services\Primitives\IPrimitiveRepository.cs" />
|
|
<Compile Include="Services\Reports\CalculationReports\IIsoFieldReport.cs" />
|
|
<Compile Include="Services\Reports\CalculationReports\IsoFieldReport.cs" />
|
|
<Compile Include="Services\Reports\IReport.cs" />
|
|
<Compile Include="Services\ResultViewers\IResultFunc.cs" />
|
|
<Compile Include="Services\ResultViewers\ResultFunc.cs" />
|
|
<Compile Include="Services\ResultViewers\ResultFuncFactory.cs" />
|
|
<Compile Include="Services\ResultViewers\ShowIsoFieldResult.cs" />
|
|
<Compile Include="UnitSystem\UnitSystemService.cs" />
|
|
<Compile Include="UnitSystem\Enums\SystemTypes.cs" />
|
|
<Compile Include="UnitSystem\Systems\SystemSi.cs" />
|
|
<Compile Include="UnitSystem\Systems\IUnitSystem.cs" />
|
|
<Compile Include="Windows\AddMaterialWindow\AddMaterialView.xaml.cs">
|
|
<DependentUpon>AddMaterialView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\AddMaterialWindow\AddMaterialViewModel.cs" />
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Windows\CalculationWindows\CalculationPropertyWindow\CalculationPropertyView.xaml.cs">
|
|
<DependentUpon>CalculationPropertyView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\CalculationWindows\CalculationResultWindow\CalculationResultView.xaml.cs">
|
|
<DependentUpon>CalculationResultView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\CalculationWindows\CalculatorsViews\ForceCalculatorViews\ForceCalculatorView.xaml.cs">
|
|
<DependentUpon>ForceCalculatorView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\CalculationWindows\CalculatorsViews\ForceCalculatorViews\ForcesResultsView.xaml.cs">
|
|
<DependentUpon>ForcesResultsView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\CalculationWindows\CalculatorsViews\SourceToTargetControl.xaml.cs">
|
|
<DependentUpon>SourceToTargetControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\ColorPickerWindow\ColorPickerView.xaml.cs">
|
|
<DependentUpon>ColorPickerView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\ColorPickerWindow\ColorPickerViewModel.cs" />
|
|
<Compile Include="Infrastructure\Extensions\ObservableCollectionExtensions.cs" />
|
|
<Compile Include="Infrastructure\EventTriggerBase.cs" />
|
|
<Compile Include="Infrastructure\UI\Triggers\MouseEventTriggers\MouseWheelUpEventTrigger.cs" />
|
|
<Compile Include="Infrastructure\UI\Triggers\MouseEventTriggers\MouseWheelDownEventTrigger.cs" />
|
|
<Compile Include="Infrastructure\ViewModelBase.cs" />
|
|
<Compile Include="Models\Materials\ConcreteDefinition.cs" />
|
|
<Compile Include="Infrastructure\NamedList.cs" />
|
|
<Compile Include="Models\Materials\MaterialDefinitionBase.cs" />
|
|
<Compile Include="Infrastructure\UI\DataContexts\PointViewPrimitive.cs" />
|
|
<Compile Include="Infrastructure\UI\DataContexts\PrimitiveBase.cs" />
|
|
<Compile Include="Properties\Annotations.cs" />
|
|
<Compile Include="Models\Materials\RebarDefinition.cs" />
|
|
<Compile Include="Infrastructure\UI\DataContexts\RectangleViewPrimitive.cs" />
|
|
<Compile Include="Infrastructure\UI\DataTemplates\EllipseTemplate.xaml.cs">
|
|
<DependentUpon>EllipseTemplate.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\Forces\ForceCombinationView.xaml.cs">
|
|
<DependentUpon>ForceCombinationView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\Forces\ForceTupleControl.xaml.cs">
|
|
<DependentUpon>ForceTupleControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\MainWindow\MainModel.cs" />
|
|
<Compile Include="Windows\MainWindow\MainView.xaml.cs" />
|
|
<Compile Include="Windows\MainWindow\MainViewModel.cs" />
|
|
<Compile Include="Infrastructure\RelayCommand.cs" />
|
|
<Compile Include="Infrastructure\UI\DataTemplates\RectangleTemplate.xaml.cs">
|
|
<DependentUpon>RectangleTemplate.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\MainWindow\Materials\HeadMaterialsView.xaml.cs">
|
|
<DependentUpon>HeadMaterialsView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\PrimitivePropertiesWindow\PrimitivePropertiesView.xaml.cs">
|
|
<DependentUpon>PrimitivePropertiesView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\PrimitiveTemplates\RCs\RectangleBeam\RectangleBeamView.xaml.cs">
|
|
<DependentUpon>RectangleBeamView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Windows\ViewModels\Calculations\CalculationProperies\CalculationPropertyViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\Calculations\CalculationResult\CalculationResultViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\Calculations\Calculators\ForcesResultsViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\SourceToTargetViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\Calculations\Calculators\ForceCalculatorViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\Calculations\Calculators\ICombinationSourceToTargetViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\Forces\ForceCombinationViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\ICRUDViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\ISourceToTargetViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\Materials\HeadMaterialsViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\NdmCrossSections\CalculatorsViewModelLogic.cs" />
|
|
<Compile Include="Windows\ViewModels\NdmCrossSections\ForceCombinationViewModelLogic.cs" />
|
|
<Compile Include="Windows\ViewModels\NdmCrossSections\ICalculatorsViewModelLogic.cs" />
|
|
<Compile Include="Windows\ViewModels\NdmCrossSections\IForceCombinationViewModelLogic.cs" />
|
|
<Compile Include="Windows\ViewModels\PrimitiveProperties\PrimitivePropertiesViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\Primitives\RectangleControlViewModel.cs" />
|
|
<Compile Include="Windows\ViewModels\PrimitiveTemplates\RCs\RectangleBeamViewModel.cs" />
|
|
<Compile Include="Infrastructure\UI\PrimitiveTemplates\TemplateFactory.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Infrastructure\UI\Triggers\MouseEventTriggers\DoubleClickEventTrigger.cs" />
|
|
<Compile Include="Infrastructure\EventArgs.cs" />
|
|
<Compile Include="MaterialCatalogWindow\MaterialCatalogModel.cs" />
|
|
<Compile Include="MaterialCatalogWindow\MaterialCatalogView.xaml.cs" />
|
|
<Compile Include="MaterialCatalogWindow\MaterialCatalogViewModel.cs" />
|
|
<Compile Include="Infrastructure\MouseBehaviour.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<None Include="packages.config" />
|
|
<None Include="StructureHelper_TemporaryKey.pfx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Infrastructure\UI\Resources\Converters.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\Resources\ItemEditPanels.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\Resources\PrimitiveTemplates.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\Resources\PrimitiveToolTips.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\Resources\ShapeEditTemplates.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\Styles.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\UserControls\PrimitivePopup.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\AddMaterialWindow\AddMaterialView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\CalculationWindows\CalculationPropertyWindow\CalculationPropertyView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\CalculationWindows\CalculationResultWindow\CalculationResultView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\CalculationWindows\CalculatorsViews\ForceCalculatorViews\ForceCalculatorView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\CalculationWindows\CalculatorsViews\ForceCalculatorViews\ForcesResultsView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\CalculationWindows\CalculatorsViews\SourceToTargetControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\ColorPickerWindow\ColorPickerView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MaterialCatalogWindow\MaterialCatalogView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\DataTemplates\EllipseTemplate.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\Forces\ForceCombinationView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\Forces\ForceTupleControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\MainWindow\MainView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Infrastructure\UI\DataTemplates\RectangleTemplate.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\MainWindow\Materials\HeadMaterialsView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\PrimitivePropertiesWindow\PrimitivePropertiesView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Windows\PrimitiveTemplates\RCs\RectangleBeam\RectangleBeamView.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="FieldVisualizer\FieldVisualizer.csproj">
|
|
<Project>{87064B50-3B7C-4A91-AF4A-941C6F95D997}</Project>
|
|
<Name>FieldVisualizer</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="StructureHelperCommon\StructureHelperCommon.csproj">
|
|
<Project>{5dfec3fd-9677-47bb-9e88-eb71828b5913}</Project>
|
|
<Name>StructureHelperCommon</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="StructureHelperLogics\StructureHelperLogics.csproj">
|
|
<Project>{330bef5b-15be-4d2c-a750-b1ae50fb2be3}</Project>
|
|
<Name>StructureHelperLogics</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |