<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" 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>{A3CB74E2-00F1-4F24-A4DA-9630713CE8E5}</ProjectGuid> <OutputType>WinExe</OutputType> <RootNamespace>Venus_UI</RootNamespace> <AssemblyName>Venus_UI</AssemblyName> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <Deterministic>true</Deterministic> <TargetFrameworkProfile /> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </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> <NoWarn>CS0168</NoWarn> </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> <ItemGroup> <Reference Include="CommonServiceLocator"> <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath> </Reference> <Reference Include="log4net"> <HintPath>..\ThirdParty\log4net.dll</HintPath> </Reference> <Reference Include="OpenSEMI.Core"> <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath> </Reference> <Reference Include="OpenSEMI.Ctrlib"> <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath> </Reference> <Reference Include="Prism"> <HintPath>..\ThirdParty\Prism.dll</HintPath> </Reference> <Reference Include="Prism.Unity.Wpf"> <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath> </Reference> <Reference Include="Prism.Wpf"> <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath> </Reference> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Windows.Interactivity"> <HintPath>..\ThirdParty\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.Net.Http" /> <Reference Include="System.Xaml"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="Unity.Abstractions"> <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath> </Reference> <Reference Include="Unity.Container"> <HintPath>..\ThirdParty\Unity.Container.dll</HintPath> </Reference> <Reference Include="WindowsBase" /> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="WPFToolkit"> <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath> </Reference> <Reference Include="Xceed.Wpf.DataGrid"> <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath> </Reference> <Reference Include="Xceed.Wpf.Toolkit"> <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <ApplicationDefinition Include="App.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> <Compile Include="App.xaml.cs"> <DependentUpon>App.xaml</DependentUpon> <SubType>Code</SubType> </Compile> <Compile Include="Models\Menu.cs" /> <Compile Include="Views\ShellView.xaml.cs"> <DependentUpon>ShellView.xaml</DependentUpon> </Compile> </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="Config\Menu.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> </ItemGroup> <ItemGroup> <None Include="App.config" /> </ItemGroup> <ItemGroup> <Page Include="Views\ShellView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> </ItemGroup> <ItemGroup> <Folder Include="ViewModels\" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Framework\Common\Common.csproj"> <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project> <Name>Common</Name> </ProjectReference> <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj"> <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project> <Name>RecipeEditorControl</Name> </ProjectReference> <ProjectReference Include="..\Venus_Core\Venus_Core.csproj"> <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project> <Name>Venus_Core</Name> </ProjectReference> <ProjectReference Include="..\Venus_MainPages\Venus_MainPages.csproj"> <Project>{581a0bc3-9ef7-454d-b2dd-f4ffd0bed5e0}</Project> <Name>Venus_MainPages</Name> </ProjectReference> <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj"> <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project> <Name>Venus_Themes</Name> </ProjectReference> </ItemGroup> <ItemGroup> <WCFMetadata Include="Connected Services\" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>