ExampleCode.WPF.csproj 11 KB

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