Sic.Framework/Sicentury.Core/Sicentury.Core.csproj

120 lines
5.6 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>{A78B3F87-4601-43F7-A941-EDB339CE35A9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sicentury.Core</RootNamespace>
<AssemblyName>Sicentury.Core</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Dependencies\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="shortid, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\shortid.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
<Reference Include="WPFLocalizeExtension">
<HintPath>..\Dependencies\WPFLocalizeExtension.dll</HintPath>
</Reference>
<Reference Include="XAMLMarkupExtensions">
<HintPath>..\Dependencies\XAMLMarkupExtensions.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AttachedProperties\TextBlockHighlighter.cs" />
<Compile Include="AttachedProperties\WatermarkAdorner.cs" />
<Compile Include="AttachedProperties\WatermarkService.cs" />
<Compile Include="BindableBase.cs" />
<Compile Include="Collections\ObservableQueue.cs" />
<Compile Include="Converters\DummyConverter.cs" />
<Compile Include="Converters\MediaColorToSolidColorBrushConverter.cs" />
<Compile Include="Converters\ParameterNodeStatisticToStringConverter.cs" />
<Compile Include="Converters\ParameterNodeTreeViewVisibilityMultiBindingConverter.cs" />
<Compile Include="Converters\DrawingColorToMediaColorConverter.cs" />
<Compile Include="DateRangeHelper.cs" />
<Compile Include="Collections\DelayedPresentRollingObservableCollection.cs" />
<Compile Include="DeviceLocker.cs" />
<Compile Include="Dialogs\PresetGroupSaveDialog.xaml.cs">
<DependentUpon>PresetGroupSaveDialog.xaml</DependentUpon>
</Compile>
<Compile Include="EventArgs\TreeNodeSelectionChangedEventArgs.cs" />
<Compile Include="EventArgs\ProgressUpdatingEventArgs.cs" />
<Compile Include="Collections\ObservableRangeCollection.cs" />
<Compile Include="Extensions\EnumExtensionMethods.cs" />
<Compile Include="GlobalDefs.cs" />
<Compile Include="Tree\TreeNode.cs" />
<Compile Include="Tree\TreeNodeCollection.cs" />
<Compile Include="Tree\TreeNodeSelectionGroupInfo.cs" />
<Compile Include="Pipelines\PipelineMethodInvoker.cs" />
<Compile Include="Pipelines\TwoStagePipelineBasedTaskExecutor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Collections\SafeEnumerator.cs" />
<Compile Include="UserControls\BusyIndicator.xaml.cs">
<DependentUpon>BusyIndicator.xaml</DependentUpon>
</Compile>
<Compile Include="UserControls\CirclePointRingLoading.cs" />
<Compile Include="UserControls\ParameterNodeTreeViewControl.xaml.cs">
<DependentUpon>ParameterNodeTreeViewControl.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Dependencies\Newtonsoft.Json.dll" />
</ItemGroup>
<ItemGroup>
<Page Include="Dialogs\PresetGroupSaveDialog.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UserControls\BusyIndicator.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="UserControls\ParameterNodeTreeViewControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>