Flyad7_WPF.csproj 9.05 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)' == '' ">x86</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{FC6014B3-1105-4F08-B1D1-1F1398C999AF}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Flyad7_WPF</RootNamespace>
    <AssemblyName>Flyad7_WPF</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14 15 16 17 18
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
19 20
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
潘栩锋's avatar
潘栩锋 committed
21 22 23 24 25 26 27 28 29 30
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
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>
41
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
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
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>chip_128px_1093586_easyicon.net.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <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>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="AutoForwBackw.cs" />
75
    <Compile Include="AutoGetGridAdv.cs" />
潘栩锋's avatar
潘栩锋 committed
76
    <Compile Include="AutoSync.cs" />
77 78 79
    <Compile Include="Converters\BinConverter.cs" />
    <Compile Include="Converters\BytesConverter.cs" />
    <Compile Include="Converters\IO2BinConverter.cs" />
潘栩锋's avatar
潘栩锋 committed
80 81
    <Compile Include="DebugAppParam.cs" />
    <Compile Include="FlyADClientUI.cs" />
82
    <Compile Include="GridAdvVm.cs" />
潘栩锋's avatar
潘栩锋 committed
83 84 85 86 87 88 89 90 91
    <Compile Include="UnityExt.cs" />
    <Compile Include="WdConvolution\WdConvolution.xaml.cs">
      <DependentUpon>WdConvolution.xaml</DependentUpon>
    </Compile>
    <Compile Include="WdConvolution\WdConvolutionVm.cs" />
    <Compile Include="WdGridAdvAnalyze\WdGridAdvAnalyzeVm.cs" />
    <Compile Include="WdGridAdvAnalyze\WdGridAdvAnalyze.xaml.cs">
      <DependentUpon>WdGridAdvAnalyze.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
92 93 94
    <Compile Include="WdSetVelocity.xaml.cs">
      <DependentUpon>WdSetVelocity.xaml</DependentUpon>
    </Compile>
95 96 97
    <Compile Include="Window1.xaml.cs">
      <DependentUpon>Window1.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
98 99 100 101 102 103 104 105 106 107 108 109
    <Compile Include="Window_InitArea.xaml.cs">
      <DependentUpon>Window_InitArea.xaml</DependentUpon>
    </Compile>
    <Compile Include="Window_setAccess.xaml.cs">
      <DependentUpon>Window_setAccess.xaml</DependentUpon>
    </Compile>
    <Compile Include="Window_sync.xaml.cs">
      <DependentUpon>Window_sync.xaml</DependentUpon>
    </Compile>
    <Compile Include="Window_sync_graph.xaml.cs">
      <DependentUpon>Window_sync_graph.xaml</DependentUpon>
    </Compile>
110 111 112 113
    <Page Include="Converters\MyConv.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
114 115 116 117 118 119 120 121 122 123 124 125
    <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>
潘栩锋's avatar
潘栩锋 committed
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
    <Page Include="WdConvolution\WdConvolution.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="WdConvolution\WdConvolutionStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="WdGridAdvAnalyze\WdGridAdvAnalyze.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="WdGridAdvAnalyze\WdGridAdvAnalyzeStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
142 143 144 145
    <Page Include="WdSetVelocity.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
146 147 148 149
    <Page Include="Window1.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
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 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
    <Page Include="Window_InitArea.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Window_setAccess.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Window_sync.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Window_sync_graph.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </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="app.config" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
      <Project>{ABFE87D4-B692-4AE9-A8C0-1F470B8ACBB8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}</Project>
      <Name>Misc</Name>
    </ProjectReference>
    <ProjectReference Include="..\FlyADBase\FlyADBase.csproj">
      <Project>{DD8A6858-1261-49F7-86BE-5AC5C3A0EC34}</Project>
      <Name>FlyADBase</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="chip_128px_1093586_easyicon.net.ico" />
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
209 210
  <ItemGroup>
    <PackageReference Include="Costura.Fody">
潘栩锋's avatar
潘栩锋 committed
211
      <Version>4.1.0</Version>
潘栩锋's avatar
潘栩锋 committed
212
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
213 214 215
    <PackageReference Include="MathNet.Numerics">
      <Version>4.9.0</Version>
    </PackageReference>
216 217 218
    <PackageReference Include="MvvmLightLibs">
      <Version>5.4.1.1</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
219
    <PackageReference Include="Newtonsoft.Json">
220
      <Version>12.0.3</Version>
潘栩锋's avatar
潘栩锋 committed
221 222
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
223
      <Version>3.3.1</Version>
潘栩锋's avatar
潘栩锋 committed
224
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
225
    <PackageReference Include="Unity">
潘栩锋's avatar
潘栩锋 committed
226
      <Version>5.11.7</Version>
潘栩锋's avatar
潘栩锋 committed
227 228 229 230
    </PackageReference>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Core\" />
潘栩锋's avatar
潘栩锋 committed
231
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
232 233 234 235 236 237 238 239 240
  <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>