WPF.csproj
Home
/
WPF /
WPF.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
<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>{6086DC2B-27CD-43B8-BA7B-D6A41C92CE4B}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>WPF</RootNamespace>
<AssemblyName>WPF</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</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>
<ItemGroup>
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Windows.Shell">
<HintPath>Common\Microsoft.Windows.Shell.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<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>
<Page Include="Common\WPF\Controls\CaptionButtons.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Dictionary.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Add.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\AddSub.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Copy.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Delete.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\DeleteItem.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\DeviceDeviceIcon.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Down.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Help.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Open.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Pointer.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Read.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Search.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Settings.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\StartEndIcon.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Substract.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\TreeListExpander.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Up.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\VisibleHide.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\VisibleOn.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Icons\Warning.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\ButtonStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\Colors.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\ComboBoxStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\ExpandCollapseToggleStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\ExpanderStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\GroupBoxStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\ListBoxStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\ProgressbarStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\ScrollBarStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\TabControlStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\TextBlockStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\TextBoxStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Common\WPF\Style\WindowStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="View\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="Common\Helpers\AppPaths.cs" />
<Compile Include="Common\Helpers\BringToFront.cs" />
<Compile Include="Common\Helpers\IniFile.cs" />
<Compile Include="Common\Helpers\MyExtensions.cs" />
<Compile Include="Common\Helpers\ProgressBar.cs" />
<Compile Include="Common\Helpers\QSort.cs" />
<Compile Include="Common\Helpers\SelfDiagnose.cs" />
<Compile Include="Common\Helpers\StatusBar.cs" />
<Compile Include="Common\Parameters\Parameter.cs" />
<Compile Include="Common\Parameters\ParameterBool.cs" />
<Compile Include="Common\Parameters\ParameterDouble.cs" />
<Compile Include="Common\Parameters\ParameterInt.cs" />
<Compile Include="Common\Parameters\ParameterRange.cs" />
<Compile Include="Common\Parameters\ParameterString.cs" />
<Compile Include="Common\Parameters\Status.cs" />
<Compile Include="Common\WPF\BaseViewModel.cs" />
<Compile Include="Common\WPF\Controls\CaptionButtons.xaml.cs">
<DependentUpon>CaptionButtons.xaml</DependentUpon>
</Compile>
<Compile Include="Common\WPF\Controls\EditorPresenter.cs" />
<Compile Include="Common\WPF\Controls\TreeGridViewRowPresenter.cs" />
<Compile Include="Common\WPF\Controls\TreeList\IItemComparer.cs" />
<Compile Include="Common\WPF\Controls\TreeList\ITreeList.cs" />
<Compile Include="Common\WPF\Controls\TreeList\RootTreeNodeViewModel.cs" />
<Compile Include="Common\WPF\Controls\TreeList\RowExpander.cs" />
<Compile Include="Common\WPF\Controls\TreeList\SortBehavior.cs" />
<Compile Include="Common\WPF\Controls\TreeList\TreeItemCollection.cs" />
<Compile Include="Common\WPF\Controls\TreeList\TreeList.cs" />
<Compile Include="Common\WPF\Controls\TreeList\TreeListItem.cs" />
<Compile Include="Common\WPF\Controls\TreeList\TreeNodeViewModel.cs" />
<Compile Include="Common\WPF\Converters\BoolToVisibilityConverter.cs" />
<Compile Include="Common\WPF\Converters\CanExpandConverter.cs" />
<Compile Include="Common\WPF\Converters\ColorToBrushConverter.cs" />
<Compile Include="Common\WPF\Converters\ColumnWidthConverter.cs" />
<Compile Include="Common\WPF\Converters\EnumToDescrConverter.cs" />
<Compile Include="Common\WPF\Converters\InverseBooleanConverter.cs" />
<Compile Include="Common\WPF\Converters\InversedBoolToVisibilityConverter.cs" />
<Compile Include="Common\WPF\Converters\LevelToIndentConverter.cs" />
<Compile Include="Common\WPF\Converters\RadioButtonToIntConverter.cs" />
<Compile Include="Common\WPF\Converters\RoundProgressPathConverter.cs" />
<Compile Include="Common\WPF\Converters\StatusToColorConverter.cs" />
<Compile Include="Common\WPF\Converters\ValueConverter.cs" />
<Compile Include="Common\WPF\IEditingBaseViewModel.cs" />
<Compile Include="Common\WPF\ModifyViewModel.cs" />
<Compile Include="Common\WPF\NotifyPropertyChangedHelper.cs" />
<Compile Include="Common\WPF\ObservableCollectionAdv.cs" />
<Compile Include="Common\WPF\RelayCommand.cs" />
<Compile Include="Model\EnumTheorem.cs" />
<Compile Include="ViewModel\MainViewModel.cs" />
<Compile Include="View\MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<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>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HyperGraphModel\HyperGraphModel.csproj">
<Project>{09fecaa7-0025-45b4-a633-9f07edb28c5a}</Project>
<Name>HyperGraphModel</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Common\Assets\" />
</ItemGroup>
<ItemGroup>
<Resource Include="FodyWeavers.xml" />
</ItemGroup>
<ItemGroup>
<Content Include="Common\Microsoft.Windows.Shell.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Данный проект ссылается на пакеты NuGet, отсутствующие на этом компьютере. Используйте восстановление пакетов NuGet, чтобы скачать их. Дополнительную информацию см. по адресу: http://go.microsoft.com/fwlink/?LinkID=322105. Отсутствует следующий файл: {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
</Target>
</Project>