athosThemes.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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>{BC9EF1BA-558D-48EA-91D7-7575E45070F1}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <RootNamespace>athosThemes</RootNamespace>
  10. <AssemblyName>athosThemes</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. <Deterministic>true</Deterministic>
  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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  36. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  37. </Reference>
  38. <Reference Include="MECF.Framework.Common">
  39. <HintPath>..\athosRT\bin\Debug\MECF.Framework.Common.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xaml">
  50. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="WindowsBase" />
  53. <Reference Include="PresentationCore" />
  54. <Reference Include="PresentationFramework" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Converters\BoolToVisibility.cs" />
  58. <Compile Include="Converters\IsOnlineToColorConverter.cs" />
  59. <Compile Include="Converters\StateConverter.cs" />
  60. <Compile Include="Converters\StringToString.cs" />
  61. <Compile Include="Converters\SystemStateConverter.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs">
  63. <SubType>Code</SubType>
  64. </Compile>
  65. <Compile Include="Properties\Resources.Designer.cs">
  66. <AutoGen>True</AutoGen>
  67. <DesignTime>True</DesignTime>
  68. <DependentUpon>Resources.resx</DependentUpon>
  69. </Compile>
  70. <Compile Include="Properties\Settings.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DependentUpon>Settings.settings</DependentUpon>
  73. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  74. </Compile>
  75. <Compile Include="Unity\UIEvents.cs" />
  76. <Compile Include="UserControls\FoupControl.xaml.cs">
  77. <DependentUpon>FoupControl.xaml</DependentUpon>
  78. </Compile>
  79. <Compile Include="UserControls\JetEfemControl.xaml.cs">
  80. <DependentUpon>JetEfemControl.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="UserControls\StateTitle.xaml.cs">
  83. <DependentUpon>StateTitle.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="UserControls\Robot.xaml.cs">
  86. <DependentUpon>Robot.xaml</DependentUpon>
  87. </Compile>
  88. <EmbeddedResource Include="Properties\Resources.resx">
  89. <Generator>ResXFileCodeGenerator</Generator>
  90. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  91. </EmbeddedResource>
  92. <None Include="packages.config" />
  93. <None Include="Properties\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96. </None>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Page Include="Styles\Button.xaml">
  100. <Generator>MSBuild:Compile</Generator>
  101. <SubType>Designer</SubType>
  102. </Page>
  103. <Page Include="Themes\Generic.xaml">
  104. <SubType>Designer</SubType>
  105. <Generator>MSBuild:Compile</Generator>
  106. </Page>
  107. <Page Include="UserControls\FoupControl.xaml">
  108. <Generator>MSBuild:Compile</Generator>
  109. <SubType>Designer</SubType>
  110. </Page>
  111. <Page Include="UserControls\JetEfemControl.xaml">
  112. <Generator>MSBuild:Compile</Generator>
  113. <SubType>Designer</SubType>
  114. </Page>
  115. <Page Include="UserControls\StateTitle.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="UserControls\Robot.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Resource Include="Themes\Images\JetLogo.png" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\athosCore\athosCore.csproj">
  129. <Project>{ca0b4ae9-c272-4a12-8660-72ba4db9faa1}</Project>
  130. <Name>athosCore</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\Common\Common.csproj">
  133. <Project>{fdcf06a9-37cd-4e28-bf87-340c23c91665}</Project>
  134. <Name>Common</Name>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Resource Include="Themes\Images\JetPM.png" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Resource Include="Themes\Images\JetLoadPort.png" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Resource Include="Themes\Images\button_off.png" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Resource Include="Themes\Images\button_on.png" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Resource Include="Themes\Images\efem.jpg">
  151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  152. </Resource>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Resource Include="Themes\Images\efem.png">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Resource>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Resource Include="Themes\Images\loadPort.png" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <Resource Include="Themes\Images\robot.png" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Resource Include="Themes\Images\turn.png" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <Resource Include="Themes\Images\up.png" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Resource Include="Themes\Images\wafer.jpg" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Resource Include="Themes\Images\RobotUI\2.1.1.png" />
  176. <Resource Include="Themes\Images\RobotUI\2.2.1.png" />
  177. <Resource Include="Themes\Images\RobotUI\2.3.1.png" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <Resource Include="Themes\Images\RobotUI\RobotArm1.png" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <Resource Include="Themes\Images\RobotUI\RobotArm2.png" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <Resource Include="Themes\Images\RobotUI\RobotArmPart1.png" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <Resource Include="Themes\Images\RobotUI\RobotArm3.png" />
  190. </ItemGroup>
  191. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  192. </Project>