Venus_UI.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A3CB74E2-00F1-4F24-A4DA-9630713CE8E5}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Venus_UI</RootNamespace>
  10. <AssemblyName>Venus_UI</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoWarn>CS0168</NoWarn>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="CommonServiceLocator">
  56. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  57. </Reference>
  58. <Reference Include="log4net">
  59. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="OpenSEMI.Core">
  62. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  63. </Reference>
  64. <Reference Include="OpenSEMI.Ctrlib">
  65. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Prism">
  68. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Prism.Unity.Wpf">
  71. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Prism.Wpf">
  74. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Windows.Interactivity">
  84. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Xml" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="System.Net.Http" />
  92. <Reference Include="System.Xaml">
  93. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  94. </Reference>
  95. <Reference Include="Unity.Abstractions">
  96. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Unity.Container">
  99. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  100. </Reference>
  101. <Reference Include="WindowsBase" />
  102. <Reference Include="PresentationCore" />
  103. <Reference Include="PresentationFramework" />
  104. <Reference Include="WPFToolkit">
  105. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Xceed.Wpf.DataGrid">
  108. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Xceed.Wpf.Toolkit">
  111. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ApplicationDefinition Include="App.xaml">
  116. <Generator>MSBuild:Compile</Generator>
  117. <SubType>Designer</SubType>
  118. </ApplicationDefinition>
  119. <Compile Include="App.xaml.cs">
  120. <DependentUpon>App.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="Models\Menu.cs" />
  124. <Compile Include="Views\ShellView.xaml.cs">
  125. <DependentUpon>ShellView.xaml</DependentUpon>
  126. </Compile>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Compile Include="Properties\AssemblyInfo.cs">
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="Properties\Resources.Designer.cs">
  133. <AutoGen>True</AutoGen>
  134. <DesignTime>True</DesignTime>
  135. <DependentUpon>Resources.resx</DependentUpon>
  136. </Compile>
  137. <Compile Include="Properties\Settings.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Settings.settings</DependentUpon>
  140. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  141. </Compile>
  142. <EmbeddedResource Include="Properties\Resources.resx">
  143. <Generator>ResXFileCodeGenerator</Generator>
  144. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  145. </EmbeddedResource>
  146. <None Include="Config\Menu.json">
  147. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  148. </None>
  149. <None Include="Properties\Settings.settings">
  150. <Generator>SettingsSingleFileGenerator</Generator>
  151. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  152. </None>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <None Include="App.config" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Page Include="Views\ShellView.xaml">
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Folder Include="ViewModels\" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <ProjectReference Include="..\Framework\Common\Common.csproj">
  168. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  169. <Name>Common</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  172. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  173. <Name>RecipeEditorControl</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  176. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  177. <Name>Venus_Core</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\Venus_MainPages\Venus_MainPages.csproj">
  180. <Project>{581a0bc3-9ef7-454d-b2dd-f4ffd0bed5e0}</Project>
  181. <Name>Venus_MainPages</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  184. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  185. <Name>Venus_Themes</Name>
  186. </ProjectReference>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <WCFMetadata Include="Connected Services\" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  193. <Visible>False</Visible>
  194. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  195. <Install>true</Install>
  196. </BootstrapperPackage>
  197. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  198. <Visible>False</Visible>
  199. <ProductName>.NET Framework 3.5 SP1</ProductName>
  200. <Install>false</Install>
  201. </BootstrapperPackage>
  202. </ItemGroup>
  203. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  204. </Project>