WpfApplication1.csproj 9.7 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10 11
<?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>{6C1B923A-EEA6-4BFE-8977-34DF0138B258}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>WpfApplication1</RootNamespace>
    <AssemblyName>WpfApplication1</AssemblyName>
潘栩锋's avatar
潘栩锋 committed
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
13 14 15 16 17
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <TargetFrameworkProfile />
18 19
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
潘栩锋's avatar
潘栩锋 committed
20 21 22 23 24 25 26 27 28 29
  </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>
潘栩锋's avatar
潘栩锋 committed
30
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
31 32 33 34 35 36 37 38 39
  </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>
潘栩锋's avatar
潘栩锋 committed
40
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <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>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="Page_Main.xaml.cs">
      <DependentUpon>Page_Main.xaml</DependentUpon>
    </Compile>
69 70 71
    <Compile Include="Window1.xaml.cs">
      <DependentUpon>Window1.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
    <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="Page_Main.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
88 89 90 91
    <Page Include="Window1.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
  </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>
    <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>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
121 122 123 124
    <ProjectReference Include="..\Project.FLY.Integrated\FLY.Integrated.UI.Client\FLY.Integrated.UI.Client.csproj">
      <Project>{cc941be1-1a92-4830-b8dd-e743939ba8ba}</Project>
      <Name>FLY.Integrated.UI.Client</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
125 126 127 128 129 130 131 132
    <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>
133 134 135 136
    <ProjectReference Include="..\Project.FLY.Winder_20190413\FLY.Winder.UI.Client\FLY.Winder.UI.Client.csproj">
      <Project>{6b762aa7-5c5f-4e1d-ac6a-caf327056ebe}</Project>
      <Name>FLY.Winder.UI.Client</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
137
    <ProjectReference Include="..\thick_public\Project.FLY.ControlLibrary\FLY.ControlLibrary\FLY.ControlLibrary.csproj">
潘栩锋's avatar
潘栩锋 committed
138 139 140 141 142 143 144 145 146 147 148
      <Project>{119c3adc-f8e1-4f72-b89b-006236ff8586}</Project>
      <Name>FLY.ControlLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\Project.FLY.FeedbackRenZiJia\FLY.FeedbackRenZiJia.UI.Client\FLY.FeedbackRenZiJia.UI.Client.csproj">
      <Project>{51de4702-eabc-4984-91aa-61b7d17f7742}</Project>
      <Name>FLY.FeedbackRenZiJia.UI.Client</Name>
    </ProjectReference>
    <ProjectReference Include="..\Project.FLY.FeedbackRenZiJia\FLY.FeedbackRenZiJia\FLY.FeedbackRenZiJia.csproj">
      <Project>{3faf02de-b9e8-4dda-a8e4-7a99e6e53acb}</Project>
      <Name>FLY.FeedbackRenZiJia</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
149 150 151 152
    <ProjectReference Include="..\thick_public\Project.FLY.FlyADBase\FlyADBase\FlyADBase.csproj">
      <Project>{dd8a6858-1261-49f7-86be-5ac5c3a0ec34}</Project>
      <Name>FlyADBase</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
153
    <ProjectReference Include="..\thick_public\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
潘栩锋's avatar
潘栩锋 committed
154 155 156 157 158 159 160
      <Project>{abfe87d4-b692-4ae9-a8c0-1f470b8acbb8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
    <ProjectReference Include="..\Project.FLY.IBC\FLY.IBC.UI.Client\FLY.IBC.UI.Client.csproj">
      <Project>{76c9ac3f-d569-4d2c-bcfd-77421b532bbe}</Project>
      <Name>FLY.IBC.UI.Client</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
161 162 163 164
    <ProjectReference Include="..\thick_public\Project.FLY.FObjSys\TCPManager\TCPManager.csproj">
      <Project>{7d455950-7d7d-4c79-8e9c-4cf53f09559a}</Project>
      <Name>TCPManager</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
165
    <ProjectReference Include="..\thick_public\Project.FLY.Misc\MISC\Misc.csproj">
潘栩锋's avatar
潘栩锋 committed
166 167 168
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
169
    <ProjectReference Include="..\thick_public\Project.FLY.ModbusMapper\FLY.ModbusMapper\FLY.ModbusMapper.csproj">
潘栩锋's avatar
潘栩锋 committed
170 171 172 173 174 175 176
      <Project>{6d4b9bda-2a66-4583-b244-758bc4213d9f}</Project>
      <Name>FLY.ModbusMapper</Name>
    </ProjectReference>
    <ProjectReference Include="..\Project.FLY.Weight\FLY.Weight.UI.Client\FLY.Weight.UI.Client.csproj">
      <Project>{654515f2-caae-450b-a344-547321836e8f}</Project>
      <Name>FLY.Weight.UI.Client</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
    <ProjectReference Include="..\thick_public\Project.FLY.Thick.Base\FLY.Thick.Base.UI\FLY.Thick.Base.UI.csproj">
      <Project>{ec84265e-4196-4834-8ac0-81956777c5e9}</Project>
      <Name>FLY.Thick.Base.UI</Name>
    </ProjectReference>
    <ProjectReference Include="..\thick_public\Project.FLY.Thick.Base\FLY.Thick.Base\FLY.Thick.Base.csproj">
      <Project>{91a1aafe-a528-4c2e-a48a-9259e780255a}</Project>
      <Name>FLY.Thick.Base</Name>
    </ProjectReference>
    <ProjectReference Include="..\thick_public\Project.FLY.Thick.BulkData\FLY.Thick.BulkData\FLY.Thick.BulkDataModule.csproj">
      <Project>{2f88b5ec-85bc-4b5e-b254-06d2f2771f67}</Project>
      <Name>FLY.Thick.BulkDataModule</Name>
    </ProjectReference>
    <ProjectReference Include="..\thick_public\Project.SQLiteHelper\SQLiteHelper\SQLiteHelper.csproj">
      <Project>{4cbabfaa-1c62-4510-ac63-a51ee5fd50ff}</Project>
      <Name>SQLiteHelper</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
193
  </ItemGroup>
194 195 196 197 198
  <ItemGroup>
    <Resource Include="FodyWeavers.xml">
      <SubType>Designer</SubType>
    </Resource>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
199 200
  <ItemGroup>
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
201
      <Version>12.0.3</Version>
潘栩锋's avatar
潘栩锋 committed
202 203
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
204
      <Version>3.2.5</Version>
潘栩锋's avatar
潘栩锋 committed
205
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
206 207 208
    <PackageReference Include="System.Data.SQLite">
      <Version>1.0.112</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
209
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
210 211 212 213 214 215 216 217 218
  <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>