FLY.Winder.UI.Client.csproj 9.03 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="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\..\Project.FLY.IBC\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props" Condition="Exists('..\..\Project.FLY.IBC\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props')" />
  <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>{6B762AA7-5C5F-4E1D-AC6A-CAF327056EBE}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>FLY.Winder.UI.Client</RootNamespace>
    <AssemblyName>FLY.Winder.UI.Client</AssemblyName>
潘栩锋's avatar
潘栩锋 committed
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
13 14 15 16 17 18
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <Deterministic>true</Deterministic>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
潘栩锋's avatar
潘栩锋 committed
19
    <TargetFrameworkProfile />
潘栩锋'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 69 70 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 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 171 172 173 174 175 176 177 178 179 180 181 182 183
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <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.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Converter\IsGTMultiValueConverter.cs" />
    <Compile Include="Converter\RatioConverter.cs" />
    <Compile Include="Page_ErrorNewestTable.xaml.cs">
      <DependentUpon>Page_ErrorNewestTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_ErrorTable.xaml.cs">
      <DependentUpon>Page_ErrorTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_Menu.xaml.cs">
      <DependentUpon>Page_Menu.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_PIDParam.xaml.cs">
      <DependentUpon>Page_PIDParam.xaml</DependentUpon>
    </Compile>
    <Compile Include="SysParam.cs" />
    <Compile Include="TDGage.cs" />
    <Compile Include="UIModule\MenuSelect.xaml.cs">
      <DependentUpon>MenuSelect.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\Page_DynArea.xaml.cs">
      <DependentUpon>Page_DynArea.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\Page_Main.xaml.cs">
      <DependentUpon>Page_Main.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\ResetAction.cs" />
    <Compile Include="UIModule\Window_Measure.xaml.cs">
      <DependentUpon>Window_Measure.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\Window_Freq.xaml.cs">
      <DependentUpon>Window_Freq.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\Window_Velocity.xaml.cs">
      <DependentUpon>Window_Velocity.xaml</DependentUpon>
    </Compile>
    <Compile Include="UnitTests\WinderSystem_UnitTest.cs" />
    <Compile Include="UIModule\Window_Manual.xaml.cs">
      <DependentUpon>Window_Manual.xaml</DependentUpon>
    </Compile>
    <Page Include="Page_ErrorNewestTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_ErrorTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_Menu.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_PIDParam.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_WinderParam.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Themes\Dictionary_MyStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\MenuSelect.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Page_DynArea.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Page_Main.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\Window_Measure.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Window_Freq.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Window_Velocity.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UnitTests\UnitTests_winder.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Window_Manual.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Page_WinderParam.xaml.cs">
      <DependentUpon>Page_WinderParam.xaml</DependentUpon>
    </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>
    <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>
潘栩锋's avatar
潘栩锋 committed
184
    <ProjectReference Include="..\..\thick_public\Project.FLY.ControlLibrary\FLY.ControlLibrary\FLY.ControlLibrary.csproj">
潘栩锋's avatar
潘栩锋 committed
185 186 187
      <Project>{119c3adc-f8e1-4f72-b89b-006236ff8586}</Project>
      <Name>FLY.ControlLibrary</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
188
    <ProjectReference Include="..\..\thick_public\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
潘栩锋's avatar
潘栩锋 committed
189 190 191
      <Project>{abfe87d4-b692-4ae9-a8c0-1f470b8acbb8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
192
    <ProjectReference Include="..\..\thick_public\Project.FLY.Misc\MISC\Misc.csproj">
潘栩锋's avatar
潘栩锋 committed
193 194 195
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
196
    <ProjectReference Include="..\..\thick_public\Project.FLY.OBJComponents\OBJComponents\OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
197 198 199
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
      <Name>OBJComponents</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
200
    <ProjectReference Include="..\..\thick_public\Project.FLY.UI.Module\FLY.UI.Module\FLY.UI.Module.csproj">
潘栩锋's avatar
潘栩锋 committed
201 202 203 204 205 206 207 208 209 210 211
      <Project>{4df79671-e814-49bd-864d-8257d6c6e072}</Project>
      <Name>FLY.UI.Module</Name>
    </ProjectReference>
    <ProjectReference Include="..\FLY.Winder\FLY.Winder.csproj">
      <Project>{a989e480-3730-4b26-809f-dff94d145d6e}</Project>
      <Name>FLY.Winder</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="FodyWeavers.xml" />
  </ItemGroup>
212 213 214 215 216
  <ItemGroup>
    <PackageReference Include="PropertyChanged.Fody">
      <Version>2.6.1</Version>
    </PackageReference>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
217 218 219
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="..\..\Project.FLY.IBC\packages\Fody.3.2.13\build\Fody.targets" Condition="Exists('..\..\Project.FLY.IBC\packages\Fody.3.2.13\build\Fody.targets')" />
</Project>