Files
GroundOrganizer/GroundOrganizer.csproj
2026-01-06 02:07:18 +03:00

312 lines
12 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>{82435CCA-41F6-4074-8C93-A3DCDF9BA0E5}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>GroundOrganizer</RootNamespace>
<AssemblyName>GroundOrganizer</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</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>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\business-color_books_icon-icons.com_53474.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
<HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
</Reference>
<Reference Include="AForge.Math, Version=2.2.5.0, Culture=neutral, PublicKeyToken=abba2e25397ee8c9, processorArchitecture=MSIL">
<HintPath>..\packages\AForge.Math.2.2.5\lib\AForge.Math.dll</HintPath>
</Reference>
<Reference Include="EPPlus, Version=4.5.3.2, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
<HintPath>..\packages\EPPlus.4.5.3.2\lib\net40\EPPlus.dll</HintPath>
</Reference>
<Reference Include="netDxf, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\netDXF.2.2.0.1\lib\net45\netDxf.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Security" />
<Reference Include="System.Windows.Controls.Ribbon" />
<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="Triangle">
<HintPath>..\..\..\..\OneDrive\Documents\C#\triangle\sourceCode\sourceCode\Triangle.NET\Triangle\bin\Debug\Triangle.dll</HintPath>
</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="BL\DataPair.cs" />
<Compile Include="BL\PlanningVertex.cs" />
<Compile Include="Windows\FoundPropWindow.xaml.cs">
<DependentUpon>FoundPropWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Geometry\BoundingBox2d.cs" />
<Compile Include="Geometry\UnitsEnums.cs" />
<Compile Include="Geometry\Polygon.cs" />
<Compile Include="Geometry\Quadrangle.cs" />
<Compile Include="Geometry\Triangle.cs" />
<Compile Include="Grapfics\CanvasDrafter.cs" />
<Compile Include="Pages\MainPage.xaml.cs">
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
<Compile Include="TestWindow.xaml.cs">
<DependentUpon>TestWindow.xaml</DependentUpon>
</Compile>
<Compile Include="VM\CalculationsVM.cs" />
<Compile Include="VM\DrawingVM.cs" />
<Compile Include="VM\PlanningVM.cs" />
<Compile Include="Windows\CanwasWindow.xaml.cs">
<DependentUpon>CanwasWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Grapfics\RenderVisualService.cs" />
<Compile Include="Windows\ImageWindow.xaml.cs">
<DependentUpon>ImageWindow.xaml</DependentUpon>
</Compile>
<Compile Include="VM\HelpsVM.cs" />
<Compile Include="Windows\AlertWindow.xaml.cs">
<DependentUpon>AlertWindow.xaml</DependentUpon>
</Compile>
<Compile Include="BL\Enums.cs" />
<Compile Include="BL\Foundation.cs" />
<Compile Include="BL\FoundLoad.cs" />
<Compile Include="BL\Structure.cs" />
<Compile Include="BL\TablesInterolator.cs" />
<Compile Include="BL\ToSerializ.cs" />
<Compile Include="BL\DataR.cs" />
<Compile Include="BL\DataS.cs" />
<Compile Include="Geometry\IVector.cs" />
<Compile Include="Geometry\Line2d.cs" />
<Compile Include="Geometry\Line3d.cs" />
<Compile Include="Geometry\Matrix.cs" />
<Compile Include="Geometry\Plane.cs" />
<Compile Include="Geometry\Point2d.cs" />
<Compile Include="Geometry\Point3d.cs" />
<Compile Include="Geometry\Vector.cs" />
<Compile Include="Geometry\Vector2d.cs" />
<Compile Include="Geometry\Vector3d.cs" />
<Compile Include="Pages\FoundationsPage.xaml.cs">
<DependentUpon>FoundationsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\StructuresPage.xaml.cs">
<DependentUpon>StructuresPage.xaml</DependentUpon>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="VM\FoundLoadsVM.cs" />
<Compile Include="VM\FoundationsVM.cs" />
<Compile Include="VM\StructuresVM.cs" />
<Compile Include="VM\BoresVM.cs" />
<Compile Include="VM\LayersVM.cs" />
<Compile Include="VM\IGEsVM.cs" />
<Compile Include="Pages\BoresPage.xaml.cs">
<DependentUpon>BoresPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\ResultsPage.cs">
<DependentUpon>ResultsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\IGEsPage.xaml.cs">
<DependentUpon>IGEsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\PlayGroundsPage.xaml.cs">
<DependentUpon>PlayGroundsPage.xaml</DependentUpon>
</Compile>
<Compile Include="VM\RelayCommand.cs" />
<Compile Include="VM\PlayGroundVM.cs" />
<Compile Include="VM\UnitsViewModel .cs" />
<Compile Include="VM\ViewModel.cs" />
<Page Include="Windows\FoundPropWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\MainPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="TestWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Windows\CanwasWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Windows\ImageWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Windows\AlertWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\FoundationsPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\StructuresPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\BoresPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\ResultsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Dictionary.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\IGEsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="BL\Bore.cs" />
<Compile Include="BL\IGE.cs" />
<Compile Include="BL\Layer.cs" />
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="Pages\PlayGroundsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="BL\PlayGround.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Resources\tabl_5_5.csv" />
<None Include="Resources\ИГЭ.xlsx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\business-color_books_icon-icons.com_53474.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Аннотация 2019-06-14 145047.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\ShemaFound.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\ShemaLoads.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\ShemaLoads.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\text-list-numbers-icon32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Bookmark-add-icon32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Save-icon32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\database-accept-icon.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Help-and-Support-icon32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\Save_as-80_icon-icons.com32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\icons8-export-csv-32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\icons8-import-csv-32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\interfaceDXF.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Images\drawing1_32.png" />
<Resource Include="Images\XLSX_export-32.png" />
<Resource Include="Images\XLSX_import-32.png" />
<Resource Include="Images\icons8-mesh-32 %281%29.png" />
<Resource Include="Images\icons8-mesh-32.png" />
<Resource Include="Images\icons8-mesh-80_ed1.png" />
<Resource Include="Images\icons8-spiderweb-32.png" />
<Resource Include="Images\drawing32.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\table_1061_32.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>