RecipeEditorControl.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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.5.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. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\Release\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <Prefer32Bit>false</Prefer32Bit>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="EPDViewerLib">
  50. <HintPath>..\Dependence\epdviewer\EPDViewerLib.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ExcelLibrary">
  53. <HintPath>..\ThirdParty\dlls\ExcelLibrary.dll</HintPath>
  54. </Reference>
  55. <Reference Include="OpenSEMI.Ctrlib">
  56. <HintPath>..\ThirdParty\dlls\OpenSEMI.Ctrlib.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Runtime.Serialization" />
  61. <Reference Include="System.Windows.Interactivity">
  62. <HintPath>..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Xml" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Xaml">
  70. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="WindowsBase" />
  73. <Reference Include="PresentationCore" />
  74. <Reference Include="PresentationFramework" />
  75. <Reference Include="Xceed.Wpf.AvalonDock">
  76. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.AvalonDock.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero">
  79. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Xceed.Wpf.DataGrid">
  82. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.DataGrid.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Xceed.Wpf.Toolkit">
  85. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  86. </Reference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="Converter\BoolConverter.cs" />
  90. <Compile Include="Converter\CellBorderConverter.cs" />
  91. <Compile Include="Converter\CellForeColorConverter.cs" />
  92. <Compile Include="Converter\ErrColorConverter.cs" />
  93. <Compile Include="Converter\ErrContentConverter.cs" />
  94. <Compile Include="Converter\ErrItemDisplayConverter.cs" />
  95. <Compile Include="Converter\ErrTooltipConverter.cs" />
  96. <Compile Include="Converter\NumConverter.cs" />
  97. <Compile Include="Converter\RecipeHeadStringConverter.cs" />
  98. <Compile Include="Converter\RecipeInfoConverter.cs" />
  99. <Compile Include="Converter\TimeSpanConverter.cs" />
  100. <Compile Include="Converter\VisibilityConverter.cs" />
  101. <Compile Include="Command\DelegatedCommand.cs" />
  102. <Compile Include="Core\Gloabals.cs" />
  103. <Compile Include="Item.cs" />
  104. <Compile Include="View\ErrorInformationDetailsView.xaml.cs">
  105. <DependentUpon>ErrorInformationDetailsView.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="View\RecipeInfoEditor.xaml.cs">
  108. <DependentUpon>RecipeInfoEditor.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="View\EndPointDlg.xaml.cs">
  111. <DependentUpon>EndPointDlg.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="View\RecipeNameInputDlg.xaml.cs">
  114. <DependentUpon>RecipeNameInputDlg.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="View\UserNameInput.xaml.cs">
  117. <DependentUpon>UserNameInput.xaml</DependentUpon>
  118. </Compile>
  119. <Resource Include="Resources\StringResources.en-US.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Resource>
  123. <Resource Include="Resources\StringResources.zh-CN.xaml">
  124. <Generator>MSBuild:Compile</Generator>
  125. <SubType>Designer</SubType>
  126. </Resource>
  127. <Page Include="View\ErrorInformationDetailsView.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. <Page Include="View\RecipeEditorControl.xaml">
  132. <Generator>MSBuild:Compile</Generator>
  133. <SubType>Designer</SubType>
  134. </Page>
  135. <Page Include="View\RecipeHelpView.xaml">
  136. <Generator>MSBuild:Compile</Generator>
  137. <SubType>Designer</SubType>
  138. </Page>
  139. <Page Include="View\RecipeInfoEditor.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. <Page Include="View\EndPointDlg.xaml">
  144. <Generator>MSBuild:Compile</Generator>
  145. <SubType>Designer</SubType>
  146. </Page>
  147. <Page Include="View\RecipeNameInputDlg.xaml">
  148. <SubType>Designer</SubType>
  149. <Generator>MSBuild:Compile</Generator>
  150. </Page>
  151. <Page Include="View\SmartCellEditor.xaml">
  152. <Generator>MSBuild:Compile</Generator>
  153. <SubType>Designer</SubType>
  154. </Page>
  155. <Compile Include="View\RecipeEditorControl.xaml.cs">
  156. <DependentUpon>RecipeEditorControl.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="ViewModel\RecipeEditorControlViewModel.cs" />
  159. <Compile Include="View\RecipeHelpView.xaml.cs">
  160. <DependentUpon>RecipeHelpView.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="ViewModel\SmartCellData.cs" />
  163. <Compile Include="View\SmartCellEditor.xaml.cs">
  164. <DependentUpon>SmartCellEditor.xaml</DependentUpon>
  165. </Compile>
  166. <Page Include="View\UserNameInput.xaml">
  167. <Generator>MSBuild:Compile</Generator>
  168. <SubType>Designer</SubType>
  169. </Page>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Compile Include="Properties\AssemblyInfo.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="Properties\Resources.Designer.cs">
  176. <AutoGen>True</AutoGen>
  177. <DesignTime>True</DesignTime>
  178. <DependentUpon>Resources.resx</DependentUpon>
  179. </Compile>
  180. <Compile Include="Properties\Settings.Designer.cs">
  181. <AutoGen>True</AutoGen>
  182. <DependentUpon>Settings.settings</DependentUpon>
  183. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  184. </Compile>
  185. <EmbeddedResource Include="Properties\Resources.resx">
  186. <Generator>ResXFileCodeGenerator</Generator>
  187. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  188. </EmbeddedResource>
  189. <None Include="Properties\Settings.settings">
  190. <Generator>SettingsSingleFileGenerator</Generator>
  191. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  192. </None>
  193. <AppDesigner Include="Properties\" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Resource Include="Images\arrow_redo.png" />
  197. <Resource Include="Images\arrow_undo.png" />
  198. <Resource Include="Images\edit_add.png" />
  199. <Resource Include="Images\excel.png" />
  200. <Resource Include="Images\expand.png" />
  201. <Resource Include="Images\help.png" />
  202. <Resource Include="Images\open.png" />
  203. <Resource Include="Images\property.png" />
  204. <Resource Include="Images\save.png" />
  205. <Resource Include="Images\toggle.png" />
  206. <Resource Include="Images\warning.png" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <Resource Include="Images\hideSame.png" />
  210. </ItemGroup>
  211. <ItemGroup>
  212. <Resource Include="Images\barcode.png" />
  213. <Content Include="map.xml">
  214. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  215. </Content>
  216. </ItemGroup>
  217. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  218. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  219. Other similar extension points exist, see Microsoft.Common.targets.
  220. <Target Name="BeforeBuild">
  221. </Target>
  222. <Target Name="AfterBuild">
  223. </Target>
  224. -->
  225. </Project>