<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="..\..\packages\PostSharp.6.2.7\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.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>{CE5BB091-C444-4151-85B4-ADE37180F692}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>Bro.UI.Main</RootNamespace>
|
<AssemblyName>Bro.UI.Main</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<WarningLevel>4</WarningLevel>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<TargetFrameworkProfile />
|
<NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
<Prefer32Bit>false</Prefer32Bit>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
</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>
|
<ApplicationIcon>Logo.ico</ApplicationIcon>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Autofac.4.9.4\lib\net45\Autofac.dll</HintPath>
|
</Reference>
|
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
|
</Reference>
|
<Reference Include="dog_net_windows">
|
<HintPath>..\..\libs\SafetyDog\dog_net_windows.dll</HintPath>
|
</Reference>
|
<Reference Include="GalaSoft.MvvmLight, Version=5.3.0.19026, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
|
</Reference>
|
<Reference Include="GalaSoft.MvvmLight.Extras, Version=5.3.0.19032, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath>
|
</Reference>
|
<Reference Include="GalaSoft.MvvmLight.Platform, Version=5.3.0.19032, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\MvvmLightLibs.5.3.0.0\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
|
</Reference>
|
<Reference Include="MahApps.Metro, Version=1.6.5.1, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\MahApps.Metro.1.6.5\lib\net45\MahApps.Metro.dll</HintPath>
|
</Reference>
|
<Reference Include="MahApps.Metro.IconPacks, Version=2.3.0.4, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\MahApps.Metro.IconPacks.2.3.0\lib\net45\MahApps.Metro.IconPacks.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="PostSharp, Version=6.2.7.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\PostSharp.Redist.6.2.7\lib\net45\PostSharp.dll</HintPath>
|
</Reference>
|
<Reference Include="System">
|
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
</Reference>
|
<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">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="PresentationCore" />
|
<Reference Include="PresentationFramework" />
|
<Reference Include="WPFSmartLibraryLight35">
|
<HintPath>..\..\libs\WPFSmartLibraryLight35.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.AvalonDock, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
|
</Reference>
|
<Reference Include="Xceed.Wpf.Toolkit, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<ApplicationDefinition Include="App.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</ApplicationDefinition>
|
<Compile Include="Converter\Converters.cs" />
|
<Compile Include="Ctrls\DeviceStatusCtrl.xaml.cs">
|
<DependentUpon>DeviceStatusCtrl.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Ctrls\InformationCtrl.xaml.cs">
|
<DependentUpon>InformationCtrl.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Ctrls\LogCtrl.xaml.cs">
|
<DependentUpon>LogCtrl.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Ctrls\OperationCtrl.xaml.cs">
|
<DependentUpon>OperationCtrl.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Ctrls\ProductionSelectionCtrl.xaml.cs">
|
<DependentUpon>ProductionSelectionCtrl.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Design\DesignDataService.cs" />
|
<Compile Include="LoginView.xaml.cs">
|
<DependentUpon>LoginView.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Model\DataItem.cs" />
|
<Compile Include="Model\DataService.cs" />
|
<Compile Include="Model\IDataService.cs" />
|
<Compile Include="Model\LoginInfo.cs" />
|
<Compile Include="RunRelated\RunningView.xaml.cs">
|
<DependentUpon>RunningView.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Test.xaml.cs">
|
<DependentUpon>Test.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="ViewModel\InformationViewModel.cs" />
|
<Compile Include="ViewModel\LoginViewModel.cs" />
|
<Compile Include="ViewModel\MainViewModel.cs" />
|
<Compile Include="ViewModel\RunningViewModel.cs" />
|
<Compile Include="ViewModel\ViewModelLocator.cs" />
|
<Page Include="Ctrls\DeviceStatusCtrl.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Ctrls\InformationCtrl.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Ctrls\LogCtrl.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Ctrls\OperationCtrl.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Ctrls\ProductionSelectionCtrl.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="LoginView.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<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="Resources\Icons.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Resources\IconsNonShared.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="RunRelated\RunningView.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="Skins\MainSkin.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Test.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>PublicResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
<None Include="packages.config" />
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<AppDesigner Include="Properties\" />
|
<Resource Include="Resources\Entypo.ttf" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Resources\WindowsIcons-license.txt" />
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Resources\Entypo-license.txt" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\Bro.Common.ImageCanvas\Bro.Common.ImageCanvas.csproj">
|
<Project>{fd38d776-2e7e-4e00-be2b-a035d5b087aa}</Project>
|
<Name>Bro.Common.ImageCanvas</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Common.Model\Bro.Common.Model.csproj">
|
<Project>{1a3cbfe7-3f78-42c3-95c5-10360450dbea}</Project>
|
<Name>Bro.Common.Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Common.Device\Bro.Common.Device.csproj">
|
<Project>{987308dd-8baa-463a-94e2-77d62e01a5bf}</Project>
|
<Name>Bro.Common.Device</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.Process\Bro.Process.csproj">
|
<Project>{197C5AA8-9609-4D1C-B1E3-5879006EAAF4}</Project>
|
<Name>Bro.Process</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Bro.UI.Model\Bro.UI.Model.WPF.csproj">
|
<Project>{DD79D871-4A44-41F7-AD66-D66108C5A35C}</Project>
|
<Name>Bro.UI.Model.WPF</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Colors.jpg" />
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Logo.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Icos\Logo1.png" />
|
<Resource Include="Icos\Logo2.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Logo2.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<Resource Include="Icos\logo_BC.png">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Resource>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<PropertyGroup>
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
</PropertyGroup>
|
<Error Condition="!Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.7\build\PostSharp.props'))" />
|
<Error Condition="!Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.7\build\PostSharp.targets'))" />
|
</Target>
|
<Import Project="..\..\packages\PostSharp.6.2.7\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.2.7\build\PostSharp.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>
|