FLY.HeatingHelper.UI.csproj 10.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
<?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>{276EE86A-0961-4C69-A38A-696F4D76E931}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>FLY.HeatingHelper.UI</RootNamespace>
    <AssemblyName>FLY.HeatingHelper.UI</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <Deterministic>true</Deterministic>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
    <TargetFrameworkProfile />
  </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>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <ItemGroup>
44
    <Reference Include="C1.WPF.4.5.2, Version=4.5.20193.685, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce, processorArchitecture=MSIL">
45
      <SpecificVersion>False</SpecificVersion>
46
      <HintPath>C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v452\C1.WPF.4.5.2.dll</HintPath>
47
    </Reference>
48
    <Reference Include="C1.WPF.C1Chart.4.5.2, Version=4.5.20193.685, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce, processorArchitecture=MSIL">
49
      <SpecificVersion>False</SpecificVersion>
50
      <HintPath>C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v452\C1.WPF.C1Chart.4.5.2.dll</HintPath>
51
    </Reference>
52
    <Reference Include="C1.WPF.C1Chart.Extended.4.5.2, Version=4.5.20193.685, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce, processorArchitecture=MSIL">
53
      <SpecificVersion>False</SpecificVersion>
54
      <HintPath>C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v452\C1.WPF.C1Chart.Extended.4.5.2.dll</HintPath>
55
    </Reference>
56
    <Reference Include="C1.WPF.C1Chart3D.4.5.2, Version=4.5.20193.685, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce, processorArchitecture=MSIL">
57
      <SpecificVersion>False</SpecificVersion>
58
      <HintPath>C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v452\C1.WPF.C1Chart3D.4.5.2.dll</HintPath>
59
    </Reference>
60
    <Reference Include="C1.WPF.DX.4.5.2, Version=4.5.20193.685, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce, processorArchitecture=MSIL">
61
      <SpecificVersion>False</SpecificVersion>
62
      <HintPath>C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v452\C1.WPF.DX.4.5.2.dll</HintPath>
63
    </Reference>
64
    <Reference Include="C1.WPF.Extended.4.5.2, Version=4.5.20193.685, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce, processorArchitecture=MSIL">
65
      <SpecificVersion>False</SpecificVersion>
66
      <HintPath>C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v452\C1.WPF.Extended.4.5.2.dll</HintPath>
67
    </Reference>
68
    <Reference Include="C1.WPF.FlexGrid.4.5.2, Version=4.5.20193.685, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce, processorArchitecture=MSIL">
69
      <SpecificVersion>False</SpecificVersion>
70
      <HintPath>C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v452\C1.WPF.FlexGrid.4.5.2.dll</HintPath>
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
    </Reference>
    <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\thick_public\dll\LiveCharts.dll</HintPath>
    </Reference>
    <Reference Include="LiveCharts.Feng">
      <HintPath>..\..\thick_public\dll\LiveCharts.Feng.dll</HintPath>
    </Reference>
    <Reference Include="LiveCharts.Feng.Wpf">
      <HintPath>..\..\thick_public\dll\LiveCharts.Feng.Wpf.dll</HintPath>
    </Reference>
    <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\thick_public\dll\LiveCharts.Wpf.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Data" />
    <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>
103 104 105 106
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\HeatThickDetector\HeatThickDetector.xaml.cs">
107 108
      <DependentUpon>HeatThickDetector.xaml</DependentUpon>
    </Compile>
109
    <Compile Include="UIModule\HeatThickDetector\ViewModel_HeatThickDetector.cs" />
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
    <Compile Include="UIModule\Page_HeatDetector.xaml.cs">
      <DependentUpon>Page_HeatDetector.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UC_AirRingShift.xaml.cs">
      <DependentUpon>UC_AirRingShift.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UC_FrameDiff.xaml.cs">
      <DependentUpon>UC_FrameDiff.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UC_FrameDiffViewModel.cs" />
    <Compile Include="UIModule\UC_FramePicker.xaml.cs">
      <DependentUpon>UC_FramePicker.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UC_HeatBoltAnalyst.xaml.cs">
      <DependentUpon>UC_HeatBoltAnalyst.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UC_HeatBoltAnalystViewModel.cs" />
127 128 129 130 131 132 133 134
    <Compile Include="UIModule\UC_SelectData\UC_SelectData.xaml.cs">
      <DependentUpon>UC_SelectData.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UC_SelectData\ViewModel_UC_SelectData.cs" />
    <Page Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
135 136 137 138 139 140 141 142
    <Page Include="MainWindow.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Compile Include="MainWindow.xaml.cs">
      <DependentUpon>MainWindow.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
143
    <Page Include="UIModule\HeatThickDetector\HeatThickDetector.xaml">
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Page_HeatDetector.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\UC_AirRingShift.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\UC_FrameDiff.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\UC_FramePicker.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\UC_HeatBoltAnalyst.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
167 168 169 170
    <Page Include="UIModule\UC_SelectData\UC_SelectData.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
  </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>
186
    <EmbeddedResource Include="Properties\licenses.licx" />
187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
    <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>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\thick_public\Project.FLY.ControlLibrary\FLY.ControlLibrary\FLY.ControlLibrary.csproj">
      <Project>{119c3adc-f8e1-4f72-b89b-006236ff8586}</Project>
      <Name>FLY.ControlLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\thick_public\Project.FLY.UI.Module\FLY.UI.Module\FLY.UI.Module.csproj">
      <Project>{4df79671-e814-49bd-864d-8257d6c6e072}</Project>
      <Name>FLY.UI.Module</Name>
    </ProjectReference>
    <ProjectReference Include="..\FLY.HeatingHelper\FLY.HeatingHelper.csproj">
      <Project>{973f0eed-3181-4fb9-abd6-196a9e816b77}</Project>
      <Name>FLY.HeatingHelper</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
214 215 216 217 218 219 220 221 222
    <PackageReference Include="ControlzEx">
      <Version>4.2.1</Version>
    </PackageReference>
    <PackageReference Include="MahApps.Metro">
      <Version>1.6.5</Version>
    </PackageReference>
    <PackageReference Include="MahApps.Metro.IconPacks">
      <Version>3.1.0</Version>
    </PackageReference>
223
    <PackageReference Include="MathNet.Numerics">
224
      <Version>4.9.0</Version>
225 226 227 228 229 230 231 232
    </PackageReference>
    <PackageReference Include="MvvmLight">
      <Version>5.4.1.1</Version>
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
      <Version>2.6.1</Version>
    </PackageReference>
    <PackageReference Include="System.Data.SQLite">
233
      <Version>1.0.112</Version>
234 235 236 237
    </PackageReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>