Venus_UI.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="CommonServiceLocator">
  55. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  56. </Reference>
  57. <Reference Include="log4net">
  58. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  59. </Reference>
  60. <Reference Include="OpenSEMI.Core">
  61. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  62. </Reference>
  63. <Reference Include="OpenSEMI.Ctrlib">
  64. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Prism">
  67. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Prism.Unity.Wpf">
  70. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Prism.Wpf">
  73. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Runtime.Serialization" />
  82. <Reference Include="System.Windows.Interactivity">
  83. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Xml" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="System.Net.Http" />
  91. <Reference Include="System.Xaml">
  92. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  93. </Reference>
  94. <Reference Include="Unity.Abstractions">
  95. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Unity.Container">
  98. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  99. </Reference>
  100. <Reference Include="WindowsBase" />
  101. <Reference Include="PresentationCore" />
  102. <Reference Include="PresentationFramework" />
  103. <Reference Include="WPFToolkit">
  104. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Xceed.Wpf.DataGrid">
  107. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Xceed.Wpf.Toolkit">
  110. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  111. </Reference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ApplicationDefinition Include="App.xaml">
  115. <Generator>MSBuild:Compile</Generator>
  116. <SubType>Designer</SubType>
  117. </ApplicationDefinition>
  118. <Compile Include="App.xaml.cs">
  119. <DependentUpon>App.xaml</DependentUpon>
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="Models\Menu.cs" />
  123. <Compile Include="Views\ShellView.xaml.cs">
  124. <DependentUpon>ShellView.xaml</DependentUpon>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Compile Include="Properties\AssemblyInfo.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="Properties\Resources.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DesignTime>True</DesignTime>
  134. <DependentUpon>Resources.resx</DependentUpon>
  135. </Compile>
  136. <Compile Include="Properties\Settings.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Settings.settings</DependentUpon>
  139. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  140. </Compile>
  141. <EmbeddedResource Include="Properties\Resources.resx">
  142. <Generator>ResXFileCodeGenerator</Generator>
  143. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  144. </EmbeddedResource>
  145. <None Include="Config\Menu.json">
  146. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  147. </None>
  148. <None Include="Properties\Settings.settings">
  149. <Generator>SettingsSingleFileGenerator</Generator>
  150. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  151. </None>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <None Include="App.config" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Page Include="Views\ShellView.xaml">
  158. <SubType>Designer</SubType>
  159. <Generator>MSBuild:Compile</Generator>
  160. </Page>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <Folder Include="ViewModels\" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <ProjectReference Include="..\Framework\Common\Common.csproj">
  167. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  168. <Name>Common</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  171. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  172. <Name>RecipeEditorControl</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  175. <Project>{E40639DD-94A7-4ECD-8137-11496BD0BFA3}</Project>
  176. <Name>Venus_Core</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\Venus_MainPages\Venus_MainPages.csproj">
  179. <Project>{581a0bc3-9ef7-454d-b2dd-f4ffd0bed5e0}</Project>
  180. <Name>Venus_MainPages</Name>
  181. </ProjectReference>
  182. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  183. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  184. <Name>Venus_Themes</Name>
  185. </ProjectReference>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <WCFMetadata Include="Connected Services\" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  192. <Visible>False</Visible>
  193. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  194. <Install>true</Install>
  195. </BootstrapperPackage>
  196. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  197. <Visible>False</Visible>
  198. <ProductName>.NET Framework 3.5 SP1</ProductName>
  199. <Install>false</Install>
  200. </BootstrapperPackage>
  201. </ItemGroup>
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  203. </Project>