FLY.FeedbackRenZiJia.UI.Client.csproj 13.9 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<?xml version="1.0" encoding="utf-8"?>
潘栩锋's avatar
潘栩锋 committed
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)' == '' ">x86</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{51DE4702-EABC-4984-91AA-61B7D17F7742}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FLY.FeedbackRenZiJia.UI.Client</RootNamespace>
    <AssemblyName>FLY.FeedbackRenZiJia.UI.Client</AssemblyName>
潘栩锋's avatar
潘栩锋 committed
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <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>
潘栩锋's avatar
潘栩锋 committed
31
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
32 33 34 35 36 37 38 39 40
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
潘栩锋's avatar
潘栩锋 committed
41
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
42 43 44 45 46
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <ItemGroup>
47 48 49 50 51 52 53 54 55 56 57 58 59 60
    <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>
潘栩锋's avatar
潘栩锋 committed
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
    <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="UIAutomationProvider" />
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="WindowsFormsIntegration" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="Converter\Dictionary_MyConv.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
85 86 87 88
    <Page Include="PgHeatAnalyse\PgHeatAnalyse.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
89 90 91 92
    <Page Include="PgHeatAnalyse\UcThickHeat.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
93 94 95 96 97 98 99 100 101 102 103 104
    <Page Include="Themes\Colors.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Themes\Styles.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\AirRingGraph\AirRingGraph.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
105 106 107 108
    <Page Include="UiModule\DynAreaAirRing2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
109
    <Page Include="UiModule\MenuSetting.xaml">
潘栩锋's avatar
潘栩锋 committed
110 111 112
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
113
    <Page Include="UiModule\DynAreaAirRing.xaml">
潘栩锋's avatar
潘栩锋 committed
114 115 116
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
117
    <Page Include="PgMenu.xaml">
潘栩锋's avatar
潘栩锋 committed
118 119 120
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
121
    <Page Include="PgSetup.xaml">
潘栩锋's avatar
潘栩锋 committed
122 123 124 125 126 127 128
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\ABCTab.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
129
    <Page Include="WdLoadHeatsFile.xaml">
潘栩锋's avatar
潘栩锋 committed
130 131 132
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
133
    <Page Include="WdSaveHeatsFile.xaml">
潘栩锋's avatar
潘栩锋 committed
134 135 136
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
137
    <Page Include="WdSaveMessage.xaml">
潘栩锋's avatar
潘栩锋 committed
138 139 140 141 142 143
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Converter\IPEPConverter.cs" />
144 145 146
    <Compile Include="PgHeatAnalyse\PgHeatAnalyse.xaml.cs">
      <DependentUpon>PgHeatAnalyse.xaml</DependentUpon>
    </Compile>
147 148 149 150 151 152 153
    <Compile Include="PgHeatAnalyse\PgHeatAnalyseVm.cs" />
    <Compile Include="PgHeatAnalyse\PgHeatAnalyseVmUt.cs" />
    <Compile Include="PgHeatAnalyse\UcThickHeat.xaml.cs">
      <DependentUpon>UcThickHeat.xaml</DependentUpon>
    </Compile>
    <Compile Include="PgHeatAnalyse\UcThickHeatVm.cs" />
    <Compile Include="PgHeatAnalyse\UcThickHeatVmUt.cs" />
154 155 156 157 158 159 160
    <Compile Include="UiModule\AirRingGraph\AirRingGraph.xaml.cs">
      <DependentUpon>AirRingGraph.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\AirRingGraph\AirRingGraphVm.cs" />
    <Compile Include="UiModule\AirRingGraph\AirRingGraphVmUt.cs" />
    <Compile Include="UiModule\AirRingGraph\LongPress.cs" />
    <Compile Include="UiModule\AirRingGraph\UiModule2_GraphAirRing.cs" />
161 162 163
    <Compile Include="UiModule\DynAreaAirRing2.xaml.cs">
      <DependentUpon>DynAreaAirRing2.xaml</DependentUpon>
    </Compile>
164 165
    <Compile Include="UiModule\MenuSetting.xaml.cs">
      <DependentUpon>MenuSetting.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
166
    </Compile>
167 168
    <Compile Include="UiModule\DynAreaAirRing.xaml.cs">
      <DependentUpon>DynAreaAirRing.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
169
    </Compile>
170 171
    <Compile Include="PgMenu.xaml.cs">
      <DependentUpon>PgMenu.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
172
    </Compile>
173 174
    <Compile Include="PgSetup.xaml.cs">
      <DependentUpon>PgSetup.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
175 176 177 178 179 180 181 182 183 184 185 186 187 188
    </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>
189 190
    <Compile Include="WdLoadHeatsFile.xaml.cs">
      <DependentUpon>WdLoadHeatsFile.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
191
    </Compile>
192 193
    <Compile Include="WdSaveHeatsFile.xaml.cs">
      <DependentUpon>WdSaveHeatsFile.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
194
    </Compile>
195 196
    <Compile Include="WdSaveMessage.xaml.cs">
      <DependentUpon>WdSaveMessage.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
    </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>
    <Resource Include="Images\diskette.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\add.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\teachers_day.png" />
  </ItemGroup>
  <ItemGroup>
218 219 220 221 222 223 224 225
    <ProjectReference Include="..\..\Project.FLY.ThickHeatAnalyst.Fix\FLY.HeatingHelper.UI\FLY.HeatingHelper.UI.csproj">
      <Project>{276ee86a-0961-4c69-a38a-696f4d76e931}</Project>
      <Name>FLY.HeatingHelper.UI</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.ThickHeatAnalyst.Fix\FLY.HeatingHelper\FLY.HeatingHelper.csproj">
      <Project>{973f0eed-3181-4fb9-abd6-196a9e816b77}</Project>
      <Name>FLY.HeatingHelper</Name>
    </ProjectReference>
226 227 228 229
    <ProjectReference Include="..\..\thick_public\MultiLayout\MultiLayout.csproj">
      <Project>{5BBE76F5-CFD7-4DFA-9EE5-0C47D77D96E6}</Project>
      <Name>MultiLayout</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
230
    <ProjectReference Include="..\..\thick_public\Project.FLY.ControlLibrary\FLY.ControlLibrary\FLY.ControlLibrary.csproj">
潘栩锋's avatar
潘栩锋 committed
231 232 233
      <Project>{119c3adc-f8e1-4f72-b89b-006236ff8586}</Project>
      <Name>FLY.ControlLibrary</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
234
    <ProjectReference Include="..\..\thick_public\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
潘栩锋's avatar
潘栩锋 committed
235 236 237
      <Project>{abfe87d4-b692-4ae9-a8c0-1f470b8acbb8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
238
    <ProjectReference Include="..\..\thick_public\Project.FLY.Misc\MISC\Misc.csproj">
潘栩锋's avatar
潘栩锋 committed
239 240 241
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
242
    <ProjectReference Include="..\..\thick_public\Project.FLY.OBJComponents\OBJComponents\FLY.OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
243
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
244
      <Name>FLY.OBJComponents</Name>
潘栩锋's avatar
潘栩锋 committed
245
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
246
    <ProjectReference Include="..\..\thick_public\Project.FLY.Thick.Base\FLY.Thick.Base.UI\FLY.Thick.Base.UI.csproj">
潘栩锋's avatar
潘栩锋 committed
247 248 249
      <Project>{ec84265e-4196-4834-8ac0-81956777c5e9}</Project>
      <Name>FLY.Thick.Base.UI</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
250
    <ProjectReference Include="..\..\thick_public\Project.FLY.Thick.Base\FLY.Thick.Base\FLY.Thick.Base.csproj">
潘栩锋's avatar
潘栩锋 committed
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339
      <Project>{91a1aafe-a528-4c2e-a48a-9259e780255a}</Project>
      <Name>FLY.Thick.Base</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.Thick.Blowing\FLY.Thick.Blowing\FLY.Thick.Blowing.csproj">
      <Project>{cc20abeb-59f6-492b-a963-51121eb5ae66}</Project>
      <Name>FLY.Thick.Blowing</Name>
    </ProjectReference>
    <ProjectReference Include="..\FLY.FeedbackRenZiJia\FLY.FeedbackRenZiJia.csproj">
      <Project>{3faf02de-b9e8-4dda-a8e4-7a99e6e53acb}</Project>
      <Name>FLY.FeedbackRenZiJia</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\aim.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\checkmark.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\close1.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\download.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\upload.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\connect.png" />
    <Resource Include="Images\disconnect.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\up.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\down.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\open_folder.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\ligthbulb_off.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\ligthbulb_on.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\close.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\next.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\previous.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\info.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\background.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\nurse.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\cancel.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\add_gray.png" />
    <Resource Include="Images\aim_gray.png" />
    <Resource Include="Images\cancel_gray.png" />
    <Resource Include="Images\close_gray.png" />
    <Resource Include="Images\down_gray.png" />
    <Resource Include="Images\nurse_gray.png" />
    <Resource Include="Images\open_folder_gray.png" />
    <Resource Include="Images\previous_gray.png" />
    <Resource Include="Images\up_gray.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\checkmark_gray.png" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Culture\" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="FodyWeavers.xml">
      <SubType>Designer</SubType>
    </Resource>
  </ItemGroup>
340
  <ItemGroup>
341
    <PackageReference Include="MahApps.Metro.IconPacks">
342 343
      <Version>3.2.0</Version>
    </PackageReference>
344
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
345
      <Version>12.0.3</Version>
346 347
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
348
      <Version>3.2.5</Version>
349 350
    </PackageReference>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
351 352 353
  <ItemGroup>
    <Resource Include="Images\apache_server.png" />
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
354 355 356 357 358 359 360 361 362
  <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>