FLY.ControlLibrary.csproj 12.5 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
潘栩锋's avatar
潘栩锋 committed
3 4 5 6 7 8 9 10 11 12
  <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>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
    <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>
29
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
30 31 32 33 34 35 36 37
  </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>
38
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
  </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" />
62
    <Compile Include="Converter\Item2IndexConverter.cs" />
63
    <Compile Include="Converter\RatioConverter.cs" />
潘栩锋's avatar
潘栩锋 committed
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
    <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>
81 82 83 84 85 86 87 88 89
    <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>
90
    <Compile Include="ResetAction.cs" />
潘栩锋's avatar
潘栩锋 committed
91 92
    <Compile Include="Set1Action.cs" />
    <Compile Include="ToggleAction.cs" />
潘栩锋's avatar
潘栩锋 committed
93 94
    <Compile Include="UI.OSK\IVirtualKeyboard.cs" />
    <Compile Include="UI.OSK\KeyboardBehavior.cs" />
潘栩锋's avatar
潘栩锋 committed
95 96 97 98 99 100 101 102
    <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>
潘栩锋's avatar
潘栩锋 committed
103
    <Compile Include="Themes\Styles.cs" />
潘栩锋's avatar
潘栩锋 committed
104 105 106 107 108 109 110 111 112 113 114 115 116 117
    <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" />
潘栩锋's avatar
潘栩锋 committed
118 119 120 121
    <Compile Include="NoToggleButton.cs" />
    <Compile Include="ToggleButtonOnOff.cs" />
    <Compile Include="UI.OSK\WdFullKeyboard.xaml.cs">
      <DependentUpon>WdFullKeyboard.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
122
    </Compile>
潘栩锋's avatar
潘栩锋 committed
123 124
    <Compile Include="UI.OSK\WdNumKeyboard.xaml.cs">
      <DependentUpon>WdNumKeyboard.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
125
    </Compile>
126 127 128
    <Compile Include="Prompt.xaml.cs">
      <DependentUpon>Prompt.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
129
    <Compile Include="WindowBigClose.cs" />
潘栩锋's avatar
潘栩锋 committed
130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
    <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>
171 172 173 174 175 176 177 178 179 180 181 182
    <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>
潘栩锋's avatar
潘栩锋 committed
183 184 185 186
    <Page Include="Rules\Dictionary_MyRule.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
187 188
    <Resource Include="Themes\ButtonStyle.xaml">
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
189
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
190 191
    </Resource>
    <Resource Include="Themes\Colors.xaml">
潘栩锋's avatar
潘栩锋 committed
192
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
193 194 195
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Themes\Dictionary_MyStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
196 197
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
198 199 200 201 202
    </Resource>
    <Resource Include="Themes\MaterialDesignIcons.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
潘栩锋's avatar
潘栩锋 committed
203 204 205 206
    <Resource Include="Themes\WindowBigCloseStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
潘栩锋's avatar
潘栩锋 committed
207
    <Resource Include="Themes\OfficeTab.xaml">
潘栩锋's avatar
潘栩锋 committed
208 209
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
210 211 212
    </Resource>
    <Resource Include="Themes\TextStyle.xaml">
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
213
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
214 215
    </Resource>
    <Resource Include="Themes\NoToggleButtonStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
216
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
217 218 219 220 221 222
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Themes\BaseStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
    <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>
潘栩锋's avatar
潘栩锋 committed
239 240 241
    <Page Include="Themes\IconButtonStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
242
    </Page>
潘栩锋's avatar
潘栩锋 committed
243 244 245 246 247
    <Resource Include="Themes\SectionStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Themes\ToggleButtonOnOffStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
248 249
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
250 251 252 253 254
    </Resource>
    <Resource Include="Themes\UiModuleStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
255 256 257 258
    <Page Include="Themes\PgMenuStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
259 260 261 262 263 264 265 266 267 268 269 270
    <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>
潘栩锋's avatar
潘栩锋 committed
271 272 273 274 275 276 277
    <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>
潘栩锋's avatar
潘栩锋 committed
278
    </Page>
279 280 281 282
    <Page Include="Prompt.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
    <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>
298
  <ItemGroup>
299 300 301
    <PackageReference Include="MahApps.Metro">
      <Version>2.4.1</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
302
    <PackageReference Include="MahApps.Metro.IconPacks">
303
      <Version>4.8.0</Version>
潘栩锋's avatar
潘栩锋 committed
304
    </PackageReference>
305 306 307 308
    <PackageReference Include="Microsoft.Expression.Drawing">
      <Version>3.0.0</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf">
潘栩锋's avatar
潘栩锋 committed
309
      <Version>1.1.19</Version>
310
    </PackageReference>
311 312 313
    <PackageReference Include="MvvmLight">
      <Version>5.4.1.1</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
314 315 316
    <PackageReference Include="NAudio">
      <Version>1.10.0</Version>
    </PackageReference>
317
    <PackageReference Include="PropertyChanged.Fody">
318
      <Version>3.3.1</Version>
319
    </PackageReference>
320
  </ItemGroup>
321 322 323 324 325 326
  <ItemGroup>
    <ProjectReference Include="..\..\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
327 328 329 330 331 332 333 334 335
  <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>