RecipeEditorControl.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C226E370-E9FB-48E7-BF40-89A33F88EF17}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Aitex.Ui.RecipeEditor</RootNamespace>
  12. <AssemblyName>RecipeEditorControl</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <SccProjectName>
  20. </SccProjectName>
  21. <SccLocalPath>
  22. </SccLocalPath>
  23. <SccAuxPath>
  24. </SccAuxPath>
  25. <SccProvider>
  26. </SccProvider>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\Debug\</OutputPath>
  33. <DefineConstants>DEBUG;TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. <NoWarn>CS0168</NoWarn>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>bin\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="EPDViewerLib">
  51. <HintPath>..\ThirdParty\EpdViewerLib.dll</HintPath>
  52. </Reference>
  53. <Reference Include="ExcelLibrary">
  54. <HintPath>..\ThirdParty\ExcelLibrary.dll</HintPath>
  55. </Reference>
  56. <Reference Include="OpenSEMI.Core">
  57. <HintPath>..\ThirdParty\OpenSEMI.Core.dll</HintPath>
  58. </Reference>
  59. <Reference Include="OpenSEMI.Ctrlib">
  60. <HintPath>..\ThirdParty\OpenSEMI.Ctrlib.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Runtime.Serialization" />
  65. <Reference Include="System.Windows.Interactivity">
  66. <HintPath>..\ThirdParty\System.Windows.Interactivity.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Xml" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Xaml">
  74. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="WindowsBase" />
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="PresentationFramework" />
  79. <Reference Include="Xceed.Wpf.AvalonDock">
  80. <HintPath>..\ThirdParty\Xceed.Wpf.AvalonDock.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero">
  83. <HintPath>..\ThirdParty\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Xceed.Wpf.DataGrid">
  86. <HintPath>..\ThirdParty\Xceed.Wpf.DataGrid.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Xceed.Wpf.Toolkit">
  89. <HintPath>..\ThirdParty\Xceed.Wpf.Toolkit.dll</HintPath>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Converter\BoolConverter.cs" />
  94. <Compile Include="Converter\CellBorderConverter.cs" />
  95. <Compile Include="Converter\CellForeColorConverter.cs" />
  96. <Compile Include="Converter\ErrColorConverter.cs" />
  97. <Compile Include="Converter\ErrContentConverter.cs" />
  98. <Compile Include="Converter\ErrItemDisplayConverter.cs" />
  99. <Compile Include="Converter\ErrTooltipConverter.cs" />
  100. <Compile Include="Converter\NumConverter.cs" />
  101. <Compile Include="Converter\RecipeHeadStringConverter.cs" />
  102. <Compile Include="Converter\RecipeInfoConverter.cs" />
  103. <Compile Include="Converter\TimeSpanConverter.cs" />
  104. <Compile Include="Converter\VisibilityConverter.cs" />
  105. <Compile Include="Command\DelegatedCommand.cs" />
  106. <Compile Include="Core\Gloabals.cs" />
  107. <Compile Include="Item.cs" />
  108. <Compile Include="Models\RecipeModel.cs" />
  109. <Compile Include="View\ErrorInformationDetailsView.xaml.cs">
  110. <DependentUpon>ErrorInformationDetailsView.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="View\RecipeInfoEditor.xaml.cs">
  113. <DependentUpon>RecipeInfoEditor.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="View\EndPointDlg.xaml.cs">
  116. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="View\RecipeNameInputDlg.xaml.cs">
  119. <DependentUpon>RecipeNameInputDlg.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="View\UserNameInput.xaml.cs">
  122. <DependentUpon>UserNameInput.xaml</DependentUpon>
  123. </Compile>
  124. <Resource Include="Resources\StringResources.en-US.xaml">
  125. <Generator>MSBuild:Compile</Generator>
  126. <SubType>Designer</SubType>
  127. </Resource>
  128. <Resource Include="Resources\StringResources.zh-CN.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </Resource>
  132. <Page Include="View\ErrorInformationDetailsView.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. <Page Include="View\RecipeEditorControl.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. <Page Include="View\RecipeHelpView.xaml">
  141. <Generator>MSBuild:Compile</Generator>
  142. <SubType>Designer</SubType>
  143. </Page>
  144. <Page Include="View\RecipeInfoEditor.xaml">
  145. <SubType>Designer</SubType>
  146. <Generator>MSBuild:Compile</Generator>
  147. </Page>
  148. <Page Include="View\EndPointDlg.xaml">
  149. <Generator>MSBuild:Compile</Generator>
  150. <SubType>Designer</SubType>
  151. </Page>
  152. <Page Include="View\RecipeNameInputDlg.xaml">
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. <Page Include="View\SmartCellEditor.xaml">
  157. <Generator>MSBuild:Compile</Generator>
  158. <SubType>Designer</SubType>
  159. </Page>
  160. <Compile Include="View\RecipeEditorControl.xaml.cs">
  161. <DependentUpon>RecipeEditorControl.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="ViewModel\RecipeEditorControlViewModel.cs" />
  164. <Compile Include="View\RecipeHelpView.xaml.cs">
  165. <DependentUpon>RecipeHelpView.xaml</DependentUpon>
  166. </Compile>
  167. <Compile Include="ViewModel\SmartCellData.cs" />
  168. <Compile Include="View\SmartCellEditor.xaml.cs">
  169. <DependentUpon>SmartCellEditor.xaml</DependentUpon>
  170. </Compile>
  171. <Page Include="View\UserNameInput.xaml">
  172. <Generator>MSBuild:Compile</Generator>
  173. <SubType>Designer</SubType>
  174. </Page>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Compile Include="Properties\AssemblyInfo.cs">
  178. <SubType>Code</SubType>
  179. </Compile>
  180. <Compile Include="Properties\Resources.Designer.cs">
  181. <AutoGen>True</AutoGen>
  182. <DesignTime>True</DesignTime>
  183. <DependentUpon>Resources.resx</DependentUpon>
  184. </Compile>
  185. <Compile Include="Properties\Settings.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DependentUpon>Settings.settings</DependentUpon>
  188. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  189. </Compile>
  190. <EmbeddedResource Include="Properties\Resources.resx">
  191. <Generator>ResXFileCodeGenerator</Generator>
  192. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  193. </EmbeddedResource>
  194. <None Include="Properties\Settings.settings">
  195. <Generator>SettingsSingleFileGenerator</Generator>
  196. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  197. </None>
  198. <AppDesigner Include="Properties\" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <Resource Include="Images\arrow_redo.png" />
  202. <Resource Include="Images\arrow_undo.png" />
  203. <Resource Include="Images\edit_add.png" />
  204. <Resource Include="Images\excel.png" />
  205. <Resource Include="Images\expand.png" />
  206. <Resource Include="Images\help.png" />
  207. <Resource Include="Images\open.png" />
  208. <Resource Include="Images\property.png" />
  209. <Resource Include="Images\save.png" />
  210. <Resource Include="Images\toggle.png" />
  211. <Resource Include="Images\warning.png" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Resource Include="Images\hideSame.png" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <Resource Include="Images\barcode.png" />
  218. <Content Include="map.xml">
  219. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  220. </Content>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <ProjectReference Include="..\Venus_Core\Venus_Core.csproj">
  224. <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project>
  225. <Name>Venus_Core</Name>
  226. </ProjectReference>
  227. </ItemGroup>
  228. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  229. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  230. Other similar extension points exist, see Microsoft.Common.targets.
  231. <Target Name="BeforeBuild">
  232. </Target>
  233. <Target Name="AfterBuild">
  234. </Target>
  235. -->
  236. </Project>