Venus_MainPages.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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>{581A0BC3-9EF7-454D-B2DD-F4FFD0BED5E0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Venus_MainPages</RootNamespace>
  11. <AssemblyName>Venus_MainPages</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <NoWarn>CS0168</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="CommonServiceLocator">
  37. <HintPath>..\ThirdParty\CommonServiceLocator.dll</HintPath>
  38. </Reference>
  39. <Reference Include="ControlzEx">
  40. <HintPath>..\ThirdParty\ControlzEx.dll</HintPath>
  41. </Reference>
  42. <Reference Include="log4net">
  43. <HintPath>..\ThirdParty\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="OpenSEMI.Core">
  46. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  47. </Reference>
  48. <Reference Include="OpenSEMI.Ctrlib">
  49. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  50. </Reference>
  51. <Reference Include="PresentationCore" />
  52. <Reference Include="PresentationFramework" />
  53. <Reference Include="Prism">
  54. <HintPath>..\ThirdParty\Prism.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Prism.Unity.Wpf">
  57. <HintPath>..\ThirdParty\Prism.Unity.Wpf.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Prism.Wpf">
  60. <HintPath>..\ThirdParty\Prism.Wpf.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\ThirdParty\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Xaml" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Net.Http" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="Unity.Abstractions">
  80. <HintPath>..\ThirdParty\Unity.Abstractions.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Unity.Container">
  83. <HintPath>..\ThirdParty\Unity.Container.dll</HintPath>
  84. </Reference>
  85. <Reference Include="WindowsBase" />
  86. <Reference Include="WPFToolkit">
  87. <HintPath>..\ThirdParty\WPFToolkit.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Xceed.Wpf.DataGrid">
  90. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Xceed.Wpf.Toolkit">
  93. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  94. </Reference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="PMS\IUiRecipeManager.cs" />
  98. <Compile Include="PMS\UiRecipeManager.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="ViewModels\OverViewModel.cs" />
  101. <Compile Include="ViewModels\RecipeViewModel.cs" />
  102. <Compile Include="ViewModels\TopViewModel.cs" />
  103. <Compile Include="Views\OverView.xaml.cs">
  104. <DependentUpon>OverView.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Views\RecipeView.xaml.cs">
  107. <DependentUpon>RecipeView.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Views\TopView.xaml.cs">
  110. <DependentUpon>TopView.xaml</DependentUpon>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\Framework\Common\Common.csproj">
  115. <Project>{9CD2A6BE-1971-4E74-B49E-547982F64034}</Project>
  116. <Name>Common</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  119. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  120. <Name>UICore</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\RecipeEditorControl\RecipeEditorControl.csproj">
  123. <Project>{c226e370-e9fb-48e7-bf40-89a33f88ef17}</Project>
  124. <Name>RecipeEditorControl</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\Venus_Themes\Venus_Themes.csproj">
  127. <Project>{fa46d7f1-463b-4457-93af-760b409f9c7c}</Project>
  128. <Name>Venus_Themes</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Page Include="Views\OverView.xaml">
  133. <SubType>Designer</SubType>
  134. <Generator>MSBuild:Compile</Generator>
  135. </Page>
  136. <Page Include="Views\RecipeView.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. <Page Include="Views\TopView.xaml">
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. </Page>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. </Project>