You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
778 lines
35 KiB
778 lines
35 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{03FF1652-2DD2-409D-9735-E8A748800337}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>QuiltingForm</RootNamespace>
|
|
<AssemblyName>Quilting</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<TargetFrameworkProfile />
|
|
<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>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\Output\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\Output\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Resource\Logo.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\Output\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>..\Output\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\Output\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>..\Output\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
|
|
</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="Microsoft.Practices.Prism.Composition, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Prism.Interactivity">
|
|
<HintPath>..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Prism.Mvvm">
|
|
<HintPath>..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
|
|
<HintPath>..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Prism.PubSubEvents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.Prism.SharedInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\CommonServiceLocator.1.2\lib\portable-windows8+net40+sl5+windowsphone8\Microsoft.Practices.ServiceLocation.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>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<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="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="UIAutomationProvider" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
<Reference Include="WriteableBitmapEx.Wpf, Version=1.6.8.0, Culture=neutral, PublicKeyToken=50375ca6144f1c69, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\WriteableBitmapEx.1.6.8\lib\net40\WriteableBitmapEx.Wpf.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<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="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="Modules\AutoCompleteTextBox.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Font\FontChooser.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Parameter\BaseConfigSimpleView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Parameter\CutConfigView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Parameter\PatternDebug.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Pattern\PatternManageView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Pattern\PatternRecordSummaryView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Parameter\RootConfigView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Parameter\PatternParameterView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Parameter\BaseConfigView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Parameter\PatternStatusView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Pattern\PatternControlView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Pattern\BorderSettingView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Pattern\PatternView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Pattern\PatternRecordView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Printing\PrintPreviewView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Printing\PrintSelectionView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Print\PageSetView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Print\PrintSettingPreviewView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\System\NumberInputView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\System\PagerControlView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\System\PasswordInputView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\System\InputView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\System\AboutBoxView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Print\PrintSettingView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Print\ImageDragDropAdorner.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\Print\TextDragDropAdorner.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\System\Spinning.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Modules\System\SplashScreen.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Resource\Language\EN.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Resource\Language\ZH.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ComboBox.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\Generic.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ResourcesBeige.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ResourcesBlack.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ResourcesPurple.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ResourcesBlue.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ResourcesYellow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ResourcesPink.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Themes\ResourcesGreen.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainWindowViewModule.cs" />
|
|
<Compile Include="Modules\AutoCompleteTextBox.xaml.cs">
|
|
<DependentUpon>AutoCompleteTextBox.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Font\FontChooser.xaml.cs">
|
|
<DependentUpon>FontChooser.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Font\FontFamilyListItem.cs" />
|
|
<Compile Include="Modules\Font\FontSizeListItem.cs" />
|
|
<Compile Include="Modules\Font\NameDictionaryHelper.cs" />
|
|
<Compile Include="Modules\Font\TypefaceListItem.cs" />
|
|
<Compile Include="Modules\Font\TypographicFeatureListItem.cs" />
|
|
<Compile Include="Modules\DigitBox.cs" />
|
|
<Compile Include="Modules\NumericUpDown.cs" />
|
|
<Compile Include="Modules\Parameter\BaseConfigSimpleView.xaml.cs">
|
|
<DependentUpon>BaseConfigSimpleView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Parameter\BaseConfigSimpleViewModule.cs" />
|
|
<Compile Include="Modules\Parameter\BaseConfigHelper.cs" />
|
|
<Compile Include="Modules\Parameter\CutConfigViewModule.cs" />
|
|
<Compile Include="Modules\Parameter\CutConfigView.xaml.cs">
|
|
<DependentUpon>CutConfigView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Parameter\PatternDebug.xaml.cs">
|
|
<DependentUpon>PatternDebug.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\PatternControlHelper.cs" />
|
|
<Compile Include="Modules\Pattern\PatternControlPathCut.cs" />
|
|
<Compile Include="Modules\Pattern\PatternManageView.xaml.cs">
|
|
<DependentUpon>PatternManageView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\PatternRecordSummaryView.xaml.cs">
|
|
<DependentUpon>PatternRecordSummaryView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\PatternRecordSummaryViewModule.cs" />
|
|
<Compile Include="Modules\Parameter\RootConfigView.xaml.cs">
|
|
<DependentUpon>RootConfigView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\PatternManageViewModule.cs" />
|
|
<Compile Include="Modules\Parameter\RootConfigViewModule.cs" />
|
|
<Compile Include="Modules\Pattern\BorderSettingView.xaml.cs">
|
|
<DependentUpon>BorderSettingView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\BorderSettingViewModule.cs" />
|
|
<Compile Include="Modules\Pattern\PatternShareControl.cs" />
|
|
<Compile Include="Modules\Parameter\PatternParameterView.xaml.cs">
|
|
<DependentUpon>PatternParameterView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Parameter\BaseConfigView.xaml.cs">
|
|
<DependentUpon>BaseConfigView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Parameter\PatternStatusView.xaml.cs">
|
|
<DependentUpon>PatternStatusView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Parameter\PatternParameterViewModule.cs" />
|
|
<Compile Include="Modules\Parameter\BaseConfigViewModule.cs" />
|
|
<Compile Include="Modules\Parameter\PatternStatusViewModule.cs" />
|
|
<Compile Include="Modules\Pattern\PatternControlInitializeLoad.cs" />
|
|
<Compile Include="Modules\Pattern\PatternControlMatchThread.cs" />
|
|
<Compile Include="Modules\Pattern\PatternControlPathThread.cs" />
|
|
<Compile Include="Modules\Pattern\PatternControlSetting.cs" />
|
|
<Compile Include="Modules\Pattern\PatternControlSetTime.cs" />
|
|
<Compile Include="Modules\Pattern\PatternControlView.xaml.cs">
|
|
<DependentUpon>PatternControlView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\PatternControlResetPostion.cs" />
|
|
<Compile Include="Modules\Pattern\PatternView.xaml.cs">
|
|
<DependentUpon>PatternView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\PatternControlViewModule.cs" />
|
|
<Compile Include="Modules\Pattern\KeyControlModule.cs" />
|
|
<Compile Include="Modules\Pattern\PatternViewModule.cs" />
|
|
<Compile Include="Modules\Pattern\PatternRecordView.xaml.cs">
|
|
<DependentUpon>PatternRecordView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Pattern\PatternRecordViewModule.cs" />
|
|
<Compile Include="Modules\Pattern\ShareControl.cs" />
|
|
<Compile Include="Modules\Printing\PrintPreviewView.xaml.cs">
|
|
<DependentUpon>PrintPreviewView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Printing\PrintPreviewViewModule.cs" />
|
|
<Compile Include="Modules\Printing\PrintSelectionView.xaml.cs">
|
|
<DependentUpon>PrintSelectionView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Printing\PrintSelectionViewModule.cs" />
|
|
<Compile Include="Modules\Print\PageSetView.xaml.cs">
|
|
<DependentUpon>PageSetView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Print\PageSetViewModule.cs" />
|
|
<Compile Include="Modules\Print\DraggableField.cs" />
|
|
<Compile Include="Modules\Print\DraggableHLine.cs" />
|
|
<Compile Include="Modules\Print\PrintSettingPreviewView.xaml.cs">
|
|
<DependentUpon>PrintSettingPreviewView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Print\PrintSettingPreviewViewModule.cs" />
|
|
<Compile Include="Modules\Print\StackPanelEx.cs" />
|
|
<Compile Include="Modules\System\NumberInputView.xaml.cs">
|
|
<DependentUpon>NumberInputView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\System\PagerControlView.xaml.cs">
|
|
<DependentUpon>PagerControlView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\System\pagerControlViewModule.cs" />
|
|
<Compile Include="Modules\System\PasswordInputView.xaml.cs">
|
|
<DependentUpon>PasswordInputView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\System\NumberInputViewModule.cs" />
|
|
<Compile Include="Modules\System\PasswordInputViewModule.cs" />
|
|
<Compile Include="Modules\System\InputViewModule.cs" />
|
|
<Compile Include="Modules\System\InputView.xaml.cs">
|
|
<DependentUpon>InputView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\System\AboutBoxView.xaml.cs">
|
|
<DependentUpon>AboutBoxView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\System\AboutBoxViewModule.cs" />
|
|
<Compile Include="Modules\Print\DraggableBasee.cs" />
|
|
<Compile Include="Modules\Print\DraggableImage.cs" />
|
|
<Compile Include="Modules\Print\DraggableLabel.cs" />
|
|
<Compile Include="Modules\Print\PrintSettingView.xaml.cs">
|
|
<DependentUpon>PrintSettingView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Print\PrintSettingViewModule.cs" />
|
|
<Compile Include="Modules\Print\DragDropAdornerBase.cs" />
|
|
<Compile Include="Modules\Print\DragDropHelper.cs" />
|
|
<Compile Include="Modules\Print\ExampleImageClass.cs" />
|
|
<Compile Include="Modules\Print\ImageDragDropAdorner.xaml.cs">
|
|
<DependentUpon>ImageDragDropAdorner.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\Print\TextDragDropAdorner.xaml.cs">
|
|
<DependentUpon>TextDragDropAdorner.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\System\TouchScreenKeyboard.cs" />
|
|
<Compile Include="Modules\System\Spinning.xaml.cs">
|
|
<DependentUpon>Spinning.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Modules\System\SplashScreen.xaml.cs">
|
|
<DependentUpon>SplashScreen.xaml</DependentUpon>
|
|
</Compile>
|
|
<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>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<None Include="Backup\0\DoublePosition1.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\0\DoublePosition3.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\0\DoublePosition4.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\0\SinglePosition1.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\0\SinglePosition3.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\0\SinglePosition4.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\1\DoublePosition1.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\1\DoublePosition3.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\1\DoublePosition4.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\1\SinglePosition1.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\1\SinglePosition3.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Backup\1\SinglePosition4.jsn">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Config\System\paint.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Config\System\Systems.config">
|
|
<SubType>Designer</SubType>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Database\quilting.db">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\app.manifest">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<AppDesigner Include="Properties\" />
|
|
<None Include="Setting\Setting.ini">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GummingBusiness\QuiltingBusiness.csproj">
|
|
<Project>{89645e6e-ca10-408e-9207-434be7c5c24a}</Project>
|
|
<Name>QuiltingBusiness</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GummingCommon\QuiltingCommon.csproj">
|
|
<Project>{718f03d3-b1aa-46ad-8c63-935343b1b8d9}</Project>
|
|
<Name>QuiltingCommon</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\QuiltingContorl\QuiltingControl.csproj">
|
|
<Project>{5b81980f-80ec-4e53-93f7-3c10ba72b7c4}</Project>
|
|
<Name>QuiltingControl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GummingEntity\QuiltingEntity.csproj">
|
|
<Project>{4A9DED59-E56B-4ABA-BDD6-8A7D901D3599}</Project>
|
|
<Name>QuiltingEntity</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GummingSupport\QuiltingSupport.csproj">
|
|
<Project>{BEBE456F-0141-4564-9982-3225F71ED39B}</Project>
|
|
<Name>QuiltingSupport</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resource\Logo.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resource\About.png" />
|
|
<Resource Include="Resource\AboutBox.bmp" />
|
|
<Resource Include="Resource\add.png" />
|
|
<Resource Include="Resource\check.png" />
|
|
<Resource Include="Resource\delete.png" />
|
|
<Resource Include="Resource\error.png" />
|
|
<Resource Include="Resource\Gear.png" />
|
|
<Resource Include="Resource\Logo.png" />
|
|
<Resource Include="Resource\next.png" />
|
|
<Resource Include="Resource\previous.png" />
|
|
<Resource Include="Resource\remove.png" />
|
|
<Resource Include="Resource\save.png" />
|
|
<Resource Include="Resource\Succeed.png" />
|
|
<Resource Include="Resource\success.png" />
|
|
<Resource Include="Resource\resizeApi.png" />
|
|
<Resource Include="Resource\folder.png" />
|
|
<Resource Include="Resource\Edit.png" />
|
|
<Resource Include="Resource\Square.png" />
|
|
<Resource Include="Resource\information.png" />
|
|
<Resource Include="Resource\trunbottom.png" />
|
|
<Resource Include="Resource\trunleft.png" />
|
|
<Resource Include="Resource\trunright.png" />
|
|
<Resource Include="Resource\modify.png" />
|
|
<Resource Include="Resource\new.png" />
|
|
<Resource Include="Resource\Triangle.png" />
|
|
<Resource Include="Resource\TriangleOpen.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Setting\log.txt" />
|
|
<Resource Include="Setting\compare.txt" />
|
|
<Resource Include="Resource\Hint.png" />
|
|
<Resource Include="Resource\Settting_S.png" />
|
|
<Resource Include="Resource\StatusMonitor_S.png" />
|
|
<Resource Include="Resource\Style_S.png" />
|
|
<Resource Include="Resource\Close.png" />
|
|
<Resource Include="Resource\rChecked.png" />
|
|
<Resource Include="Resource\rUnCheck.png" />
|
|
<Resource Include="Resource\cChecked.png" />
|
|
<Resource Include="Resource\cUnCheck.png" />
|
|
<Resource Include="Resource\Parameter.png" />
|
|
<Resource Include="Resource\Setting.png" />
|
|
<Resource Include="Resource\Warning.png" />
|
|
<Resource Include="Resource\header.png" />
|
|
<Resource Include="Resource\Blue.png" />
|
|
<Resource Include="Resource\Green.png" />
|
|
<Resource Include="Resource\Pink.png" />
|
|
<Resource Include="Resource\Purple.png" />
|
|
<Resource Include="Resource\Yellow.png" />
|
|
<Resource Include="Resource\Enter.png" />
|
|
<Resource Include="Resource\Upgrade.png" />
|
|
<Resource Include="Resource\Black.png" />
|
|
<Resource Include="Resource\Dot.png" />
|
|
<Content Include="x64\SQLite.Interop.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="x86\SQLite.Interop.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Resource Include="Resource\AddOil.png" />
|
|
<Resource Include="Resource\Apply.png" />
|
|
<Resource Include="Resource\HeaderContorl.png" />
|
|
<Resource Include="Resource\Import.png" />
|
|
<Resource Include="Resource\LineArrow.png" />
|
|
<Resource Include="Resource\Test.jpg" />
|
|
<Resource Include="Resource\Test.png" />
|
|
<Resource Include="Resource\Top.png" />
|
|
<Resource Include="Resource\ManualBind.png" />
|
|
<Resource Include="Resource\ThreadBreak.png" />
|
|
<Resource Include="Setting\Commenthome.txt" />
|
|
<Resource Include="Setting\bugfixed.txt" />
|
|
<Resource Include="Resource\trunplug.png" />
|
|
<Resource Include="Resource\truntop.png" />
|
|
<Resource Include="Setting\Comment.txt" />
|
|
<Resource Include="Resource\ToolCircleDown.png" />
|
|
<Resource Include="Resource\ToolCircleOver.png" />
|
|
<Resource Include="Resource\ToolDotDown.png" />
|
|
<Resource Include="Resource\ToolDotOver.png" />
|
|
<Resource Include="Resource\ToolLineDown.png" />
|
|
<Resource Include="Resource\ToolLineOver.png" />
|
|
<Resource Include="Resource\ToolPolygonDown.png" />
|
|
<Resource Include="Resource\ToolPolygonOver.png" />
|
|
<Resource Include="Resource\ToolRectangleDown.png" />
|
|
<Resource Include="Resource\ToolRectangleOver.png" />
|
|
<Resource Include="Resource\ToolRemoveDown.png" />
|
|
<Resource Include="Resource\ToolRemoveOver.png" />
|
|
<Resource Include="Resource\welcome.jpg" />
|
|
<Resource Include="Resource\ToolRemove.png" />
|
|
<Resource Include="Resource\ToolPolygon.png" />
|
|
<Resource Include="Resource\ToolCircle.png" />
|
|
<Resource Include="Resource\ToolRectangle.png" />
|
|
<Resource Include="Resource\ToolLine.png" />
|
|
<Resource Include="Resource\ToolDot.png" />
|
|
<Resource Include="Capture\demo.jpg">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Resource>
|
|
<Content Include="Capture\Test.jpg">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Resource Include="Code.txt" />
|
|
<Resource Include="Sql.txt" />
|
|
<Resource Include="Resource\analysis.png" />
|
|
<Resource Include="Resource\AboutBox.png" />
|
|
<Resource Include="Resource\Back.png" />
|
|
<Resource Include="Resource\AxisReset.png" />
|
|
<Resource Include="Resource\0.png" />
|
|
<Resource Include="Resource\1.png" />
|
|
<Resource Include="Resource\2.png" />
|
|
<Resource Include="Resource\3.png" />
|
|
<Resource Include="Resource\4.png" />
|
|
<Resource Include="Resource\5.png" />
|
|
<Resource Include="Resource\6.png" />
|
|
<Resource Include="Resource\7.png" />
|
|
<Resource Include="Resource\8.png" />
|
|
<Resource Include="Resource\9.png" />
|
|
<Content Include="Resource\Background.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Resource Include="Resource\Page.png" />
|
|
<Resource Include="Resource\Pause.png" />
|
|
<Resource Include="Resource\Moveleft.png" />
|
|
<Resource Include="Resource\Moveright.png" />
|
|
<Resource Include="Resource\return.png" />
|
|
<Resource Include="Resource\replace.png" />
|
|
<Resource Include="Resource\Table.png" />
|
|
<Resource Include="Resource\saveas.png" />
|
|
<Resource Include="Resource\Export.png" />
|
|
<Resource Include="Resource\BG.png" />
|
|
<Resource Include="Resource\homeright.png" />
|
|
<Resource Include="Resource\hoemleft.png" />
|
|
<Resource Include="Resource\h_selected.png" />
|
|
<Resource Include="Resource\h_default.png" />
|
|
<Resource Include="Resource\n_default.png" />
|
|
<Resource Include="Resource\n_selected.png" />
|
|
<Resource Include="Resource\records.png" />
|
|
<Resource Include="Resource\Braiding.png" />
|
|
<Resource Include="Resource\Bottom.png" />
|
|
<Content Include="Resource\Chart.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Resource Include="Resource\Exit.png" />
|
|
<Resource Include="Resource\Reset.png" />
|
|
<Resource Include="Resource\Style.png" />
|
|
<Resource Include="Resource\ExecuteQuilting.png" />
|
|
<Resource Include="Resource\ManualShuttle.png" />
|
|
<Resource Include="Resource\NeedleDirection.png" />
|
|
<Resource Include="Resource\PathConfirm.png" />
|
|
<Resource Include="Resource\PathSearch.png" />
|
|
<Resource Include="Resource\PrincipalAxis.png" />
|
|
<Resource Include="Resource\Settting.png" />
|
|
<Resource Include="Resource\StatusMonitor.png" />
|
|
<Resource Include="Resource\Left.png" />
|
|
<Resource Include="Resource\Right.png" />
|
|
<Resource Include="Resource\Cute.png" />
|
|
<Resource Include="Resource\Clear.png" />
|
|
<Resource Include="Resource\Pattern.png" />
|
|
<Resource Include="Resource\Copy.png" />
|
|
<Resource Include="Resource\CopyAll.png" />
|
|
<Resource Include="Resource\Search.png" />
|
|
<Content Include="Resource\TableBack.png">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Resource Include="Resource\Image.png" />
|
|
<Resource Include="Resource\Line.png" />
|
|
<Resource Include="Resource\Title.png" />
|
|
<Resource Include="Resource\Printer.png" />
|
|
<Resource Include="Modules\Print\album.jpg" />
|
|
<Resource Include="Resource\List.png" />
|
|
<Resource Include="Resource\Collapse.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |