ExampleCode.Forms.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" 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>{D6403C18-8E26-46AD-A8DF-A69570F23B0C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OINA.Extender.Testharness</RootNamespace>
  11. <AssemblyName>ExampleCode.Forms</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="OINA.Extender">
  41. <HintPath>C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\OINA.Extender.dll</HintPath>
  42. </Reference>
  43. <Reference Include="PresentationCore" />
  44. <Reference Include="PresentationFramework" />
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xaml" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Deployment" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="UIAutomationProvider" />
  57. <Reference Include="WindowsBase" />
  58. <Reference Include="WindowsFormsIntegration" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="AcquisitionItem.cs" />
  62. <Compile Include="BCDialogVisualSettings.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="BCDialogVisualSettings.Designer.cs">
  66. <DependentUpon>BCDialogVisualSettings.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="BeamMeasurementSettings.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="BeamMeasurementSettings.Designer.cs">
  72. <DependentUpon>BeamMeasurementSettings.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Calibrate.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Calibrate.Designer.cs">
  78. <DependentUpon>Calibrate.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="ColorConverter.cs" />
  81. <Compile Include="ElementComboVisualSettings.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="ElementComboVisualSettings.Designer.cs">
  85. <DependentUpon>ElementComboVisualSettings.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="ImageViewerVisualSettings.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="ImageViewerVisualSettings.Designer.cs">
  91. <DependentUpon>ImageViewerVisualSettings.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="MainForm.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="MainForm.Designer.cs">
  97. <DependentUpon>MainForm.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="MicroscopeControlPanel.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="MicroscopeControlPanel.Designer.cs">
  103. <DependentUpon>MicroscopeControlPanel.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="OIHelper.cs" />
  106. <Compile Include="PeriodicTableVisualSettings.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="PeriodicTableVisualSettings.Designer.cs">
  110. <DependentUpon>PeriodicTableVisualSettings.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Program.cs" />
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="SpectrumViewerVisualSettings.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="SpectrumViewerVisualSettings.Designer.cs">
  118. <DependentUpon>SpectrumViewerVisualSettings.cs</DependentUpon>
  119. </Compile>
  120. <EmbeddedResource Include="BCDialogVisualSettings.resx">
  121. <DependentUpon>BCDialogVisualSettings.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="BeamMeasurementSettings.resx">
  124. <DependentUpon>BeamMeasurementSettings.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="Calibrate.resx">
  127. <DependentUpon>Calibrate.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="ElementComboVisualSettings.resx">
  130. <DependentUpon>ElementComboVisualSettings.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="ImageViewerVisualSettings.resx">
  133. <DependentUpon>ImageViewerVisualSettings.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="MainForm.resx">
  136. <DependentUpon>MainForm.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="MicroscopeControlPanel.resx">
  139. <DependentUpon>MicroscopeControlPanel.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="PeriodicTableVisualSettings.resx">
  142. <DependentUpon>PeriodicTableVisualSettings.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Properties\Resources.resx">
  145. <Generator>ResXFileCodeGenerator</Generator>
  146. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  147. <SubType>Designer</SubType>
  148. </EmbeddedResource>
  149. <Compile Include="Properties\Resources.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DependentUpon>Resources.resx</DependentUpon>
  152. <DesignTime>True</DesignTime>
  153. </Compile>
  154. <EmbeddedResource Include="SpectrumViewerVisualSettings.resx">
  155. <DependentUpon>SpectrumViewerVisualSettings.cs</DependentUpon>
  156. </EmbeddedResource>
  157. <None Include="ComparisonSpectra\Nickel.spec">
  158. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  159. </None>
  160. <None Include="ComparisonSpectra\Preview spectrum.spec">
  161. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  162. </None>
  163. <None Include="ComparisonSpectra\Tungsten particle.spec">
  164. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  165. </None>
  166. <None Include="Properties\Settings.settings">
  167. <Generator>SettingsSingleFileGenerator</Generator>
  168. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  169. </None>
  170. <Compile Include="Properties\Settings.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DependentUpon>Settings.settings</DependentUpon>
  173. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  174. </Compile>
  175. <Compile Include="AutoIdSettings.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="AutoIdSettings.Designer.cs">
  179. <DependentUpon>AutoIdSettings.cs</DependentUpon>
  180. </Compile>
  181. <EmbeddedResource Include="AutoIdSettings.resx">
  182. <DependentUpon>AutoIdSettings.cs</DependentUpon>
  183. </EmbeddedResource>
  184. <Compile Include="DetailDialogVisualSettings.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="DetailDialogVisualSettings.Designer.cs">
  188. <DependentUpon>DetailDialogVisualSettings.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="DetectorControlPanel.cs">
  191. <SubType>Form</SubType>
  192. </Compile>
  193. <Compile Include="DetectorControlPanel.Designer.cs">
  194. <DependentUpon>DetectorControlPanel.cs</DependentUpon>
  195. </Compile>
  196. <EmbeddedResource Include="DetailDialogVisualSettings.resx">
  197. <DependentUpon>DetailDialogVisualSettings.cs</DependentUpon>
  198. </EmbeddedResource>
  199. <EmbeddedResource Include="DetectorControlPanel.resx">
  200. <DependentUpon>DetectorControlPanel.cs</DependentUpon>
  201. </EmbeddedResource>
  202. </ItemGroup>
  203. <ItemGroup>
  204. <None Include="App.config" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\apidsp_windows.dll">
  208. <Link>apidsp_windows.dll</Link>
  209. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  210. </Content>
  211. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\apidsp_windows_x64.dll">
  212. <Link>apidsp_windows_x64.dll</Link>
  213. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  214. </Content>
  215. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\hasp_net_windows.dll">
  216. <Link>hasp_net_windows.dll</Link>
  217. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  218. </Content>
  219. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\hasp_windows_50590.dll">
  220. <Link>hasp_windows_50590.dll</Link>
  221. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  222. </Content>
  223. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\hasp_windows_x64_50590.dll">
  224. <Link>hasp_windows_x64_50590.dll</Link>
  225. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  226. </Content>
  227. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\OINA.SNSLicenseProvider.dll">
  228. <Link>OINA.SNSLicenseProvider.dll</Link>
  229. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  230. </Content>
  231. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\x64\OINA.Ipp.dll">
  232. <Link>x64\OINA.Ipp.dll</Link>
  233. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  234. </Content>
  235. <Content Include="C:\Program Files (x86)\Oxford Instruments NanoAnalysis\Extender\x86\OINA.Ipp.dll">
  236. <Link>x86\OINA.Ipp.dll</Link>
  237. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  238. </Content>
  239. </ItemGroup>
  240. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  241. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  242. Other similar extension points exist, see Microsoft.Common.targets.
  243. <Target Name="BeforeBuild">
  244. </Target>
  245. <Target Name="AfterBuild">
  246. </Target>
  247. -->
  248. </Project>