<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{119C3ADC-F8E1-4F72-B89B-006236FF8586}</ProjectGuid> <OutputType>library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>FLY.ControlLibrary</RootNamespace> <AssemblyName>FLY.ControlLibrary</AssemblyName> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <TargetFrameworkProfile> </TargetFrameworkProfile> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> </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> <DocumentationFile>bin\Debug\FLY.ControlLibrary.XML</DocumentationFile> <Prefer32Bit>false</Prefer32Bit> </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> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="PresentationFramework.Aero" /> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Windows.Forms.DataVisualization" /> <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.Xaml"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="WindowsBase" /> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="WindowsFormsIntegration" /> </ItemGroup> <ItemGroup> <Compile Include="COMMON.cs" /> <Compile Include="Converter\Item2IndexConverter.cs" /> <Compile Include="Converter\RatioConverter.cs" /> <Compile Include="GraphRange_coslight.cs" /> <Compile Include="GraphScan3.cs" /> <Compile Include="GraphScan4.xaml.cs"> <DependentUpon>GraphScan4.xaml</DependentUpon> </Compile> <Compile Include="GraphScan_coslight.cs" /> <Compile Include="Converter\Equals2BoolConverter.cs" /> <Compile Include="Converter\Equals2VisibleConverter.cs" /> <Compile Include="Converter\PercentConverter.cs" /> <Compile Include="Converter\TimeSpan2MinConverter.cs" /> <Compile Include="Converter\VisibilityConverter.cs" /> <Compile Include="GraphRange.xaml.cs"> <DependentUpon>GraphRange.xaml</DependentUpon> </Compile> <Compile Include="GraphScanCircular.xaml.cs"> <DependentUpon>GraphScanCircular.xaml</DependentUpon> </Compile> <Compile Include="PercentRing.xaml.cs"> <DependentUpon>PercentRing.xaml</DependentUpon> </Compile> <Compile Include="PercentRing2.xaml.cs"> <DependentUpon>PercentRing2.xaml</DependentUpon> </Compile> <Compile Include="PieChart.xaml.cs"> <DependentUpon>PieChart.xaml</DependentUpon> </Compile> <Compile Include="ResetAction.cs" /> <Compile Include="UI.OSK\IVirtualKeyboard.cs" /> <Compile Include="UI.OSK\KeyboardBehavior.cs" /> <Compile Include="GraphScan.xaml.cs"> <DependentUpon>GraphScan.xaml</DependentUpon> </Compile> <Compile Include="GraphScan2.cs" /> <Compile Include="IGraphBase.cs" /> <Compile Include="MyMessageBox.xaml.cs"> <DependentUpon>MyMessageBox.xaml</DependentUpon> </Compile> <Compile Include="Themes\Styles.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> <Compile Include="Rules\FileNameRule.cs" /> <Compile Include="NoToggleButton.cs" /> <Compile Include="ToggleButtonOnOff.cs" /> <Compile Include="UI.OSK\WdFullKeyboard.xaml.cs"> <DependentUpon>WdFullKeyboard.xaml</DependentUpon> </Compile> <Compile Include="UI.OSK\WdNumKeyboard.xaml.cs"> <DependentUpon>WdNumKeyboard.xaml</DependentUpon> </Compile> <Compile Include="Prompt.xaml.cs"> <DependentUpon>Prompt.xaml</DependentUpon> </Compile> <Compile Include="WindowBigClose.cs" /> <Compile Include="Window_Tip.xaml.cs"> <DependentUpon>Window_Tip.xaml</DependentUpon> </Compile> <Compile Include="Window_WarningTip.xaml.cs"> <DependentUpon>Window_WarningTip.xaml</DependentUpon> </Compile> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <AppDesigner Include="Properties\" /> </ItemGroup> <ItemGroup> <Page Include="Converter\Dictionary_MyConv.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="GraphRange.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="GraphScan.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="GraphScan4.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="GraphScanCircular.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="MyMessageBox.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="PercentRing.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="PercentRing2.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="PieChart.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Rules\Dictionary_MyRule.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Resource Include="Themes\ButtonStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\Colors.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\Dictionary_MyStyle.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Themes\MaterialDesignIcons.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Themes\WindowBigCloseStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\OfficeTab.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Themes\TextStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\NoToggleButtonStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\BaseStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\ButtonStyle2.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\Colors2.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Page Include="Themes\CardStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Themes\IconButtonStyle2.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Themes\IconButtonStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Resource Include="Themes\SectionStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Resource Include="Themes\ToggleButtonOnOffStyle.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Themes\UiModuleStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Resource> <Page Include="Themes\PgMenuStyle.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Themes\SectionStyle2.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Resource Include="Themes\TextStyle2.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Themes\UiModuleStyle2.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Page Include="UI.OSK\WdFullKeyboard.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="UI.OSK\WdNumKeyboard.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Prompt.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Window_Tip.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Window_WarningTip.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> </ItemGroup> <ItemGroup> <Resource Include="Images\info.png" /> </ItemGroup> <ItemGroup> <Resource Include="Images\background.jpg" /> </ItemGroup> <ItemGroup> <PackageReference Include="MahApps.Metro"> <Version>2.4.1</Version> </PackageReference> <PackageReference Include="MahApps.Metro.IconPacks"> <Version>4.8.0</Version> </PackageReference> <PackageReference Include="Microsoft.Expression.Drawing"> <Version>3.0.0</Version> </PackageReference> <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf"> <Version>1.1.19</Version> </PackageReference> <PackageReference Include="MvvmLight"> <Version>5.4.1.1</Version> </PackageReference> <PackageReference Include="NAudio"> <Version>1.10.0</Version> </PackageReference> <PackageReference Include="PropertyChanged.Fody"> <Version>3.3.1</Version> </PackageReference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Project.FLY.Misc\MISC\Misc.csproj"> <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project> <Name>Misc</Name> </ProjectReference> </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>