ExampleCode.WPF.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <NoWarn>1591</NoWarn>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="log4net">
  40. <HintPath>$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\log4net.dll</HintPath>
  41. </Reference>
  42. <Reference Include="OINA.Extender">
  43. <HintPath>$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\OINA.Extender.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Presentation" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="System.Xaml">
  55. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="WindowsBase" />
  58. <Reference Include="PresentationCore" />
  59. <Reference Include="PresentationFramework" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <ApplicationDefinition Include="App.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </ApplicationDefinition>
  66. <Compile Include="AcquisitionItem.cs" />
  67. <Compile Include="AtomicNoToSymbolConverter.cs" />
  68. <Compile Include="AutoIdSettings.xaml.cs">
  69. <DependentUpon>AutoIdSettings.xaml</DependentUpon>
  70. </Compile>
  71. <Compile Include="BCDialogVisualSettings.xaml.cs">
  72. <DependentUpon>BCDialogVisualSettings.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="BeamMeasurementSettings.xaml.cs">
  75. <DependentUpon>BeamMeasurementSettings.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="Calibrate.xaml.cs">
  78. <DependentUpon>Calibrate.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="ColorPickerCombo.xaml.cs">
  81. <DependentUpon>ColorPickerCombo.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="DetailDialogVisualSettings.xaml.cs">
  84. <DependentUpon>DetailDialogVisualSettings.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="DetectorEnableModel.cs" />
  87. <Compile Include="EdChordListAcquisition.xaml.cs">
  88. <DependentUpon>EdChordListAcquisition.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="ImageViewerVisualSettings.xaml.cs">
  91. <DependentUpon>ImageViewerVisualSettings.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="NotConverter.cs" />
  94. <Compile Include="OIHelper.cs" />
  95. <Compile Include="SpectrumViewerVisualSettings.xaml.cs">
  96. <DependentUpon>SpectrumViewerVisualSettings.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="TimeSpanToStringMillisecondsConverter.cs" />
  99. <Compile Include="MapAcquisition.xaml.cs">
  100. <DependentUpon>MapAcquisition.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="XSyncMapAcquisition.xaml.cs">
  103. <DependentUpon>XSyncMapAcquisition.xaml</DependentUpon>
  104. </Compile>
  105. <Page Include="AutoIdSettings.xaml">
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:Compile</Generator>
  108. </Page>
  109. <Page Include="BCDialogVisualSettings.xaml">
  110. <Generator>MSBuild:Compile</Generator>
  111. <SubType>Designer</SubType>
  112. </Page>
  113. <Page Include="BeamMeasurementSettings.xaml">
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </Page>
  117. <Page Include="Calibrate.xaml">
  118. <Generator>MSBuild:Compile</Generator>
  119. <SubType>Designer</SubType>
  120. </Page>
  121. <Page Include="ColorPickerCombo.xaml">
  122. <SubType>Designer</SubType>
  123. <Generator>MSBuild:Compile</Generator>
  124. </Page>
  125. <Page Include="DetailDialogVisualSettings.xaml">
  126. <SubType>Designer</SubType>
  127. <Generator>MSBuild:Compile</Generator>
  128. </Page>
  129. <Page Include="DetectorControlPanel.xaml">
  130. <SubType>Designer</SubType>
  131. <Generator>MSBuild:Compile</Generator>
  132. </Page>
  133. <Page Include="EdChordListAcquisition.xaml">
  134. <SubType>Designer</SubType>
  135. <Generator>MSBuild:Compile</Generator>
  136. </Page>
  137. <Page Include="ElementComboVisualSettings.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="ImageViewerVisualSettings.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="MainWindow.xaml">
  146. <Generator>MSBuild:Compile</Generator>
  147. <SubType>Designer</SubType>
  148. </Page>
  149. <Compile Include="App.xaml.cs">
  150. <DependentUpon>App.xaml</DependentUpon>
  151. <SubType>Code</SubType>
  152. </Compile>
  153. <Compile Include="DetectorControlPanel.xaml.cs">
  154. <DependentUpon>DetectorControlPanel.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="ElementComboVisualSettings.xaml.cs">
  157. <DependentUpon>ElementComboVisualSettings.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="MainWindow.xaml.cs">
  160. <DependentUpon>MainWindow.xaml</DependentUpon>
  161. <SubType>Code</SubType>
  162. </Compile>
  163. <Page Include="MicroscopeControlPanel.xaml">
  164. <SubType>Designer</SubType>
  165. <Generator>MSBuild:Compile</Generator>
  166. </Page>
  167. <Page Include="PeriodicTableVisualSettings.xaml">
  168. <SubType>Designer</SubType>
  169. <Generator>MSBuild:Compile</Generator>
  170. </Page>
  171. <Page Include="SpectrumViewerVisualSettings.xaml">
  172. <SubType>Designer</SubType>
  173. <Generator>MSBuild:Compile</Generator>
  174. </Page>
  175. <Page Include="MapAcquisition.xaml">
  176. <Generator>MSBuild:Compile</Generator>
  177. <SubType>Designer</SubType>
  178. </Page>
  179. <Page Include="XSyncMapAcquisition.xaml">
  180. <SubType>Designer</SubType>
  181. <Generator>MSBuild:Compile</Generator>
  182. </Page>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Compile Include="MicroscopeControlPanel.xaml.cs">
  186. <DependentUpon>MicroscopeControlPanel.xaml</DependentUpon>
  187. </Compile>
  188. <Compile Include="PeriodicTableVisualSettings.xaml.cs">
  189. <DependentUpon>PeriodicTableVisualSettings.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Properties\AssemblyInfo.cs">
  192. <SubType>Code</SubType>
  193. </Compile>
  194. <Compile Include="Properties\Resources.Designer.cs">
  195. <AutoGen>True</AutoGen>
  196. <DesignTime>True</DesignTime>
  197. <DependentUpon>Resources.resx</DependentUpon>
  198. </Compile>
  199. <Compile Include="Properties\Settings.Designer.cs">
  200. <AutoGen>True</AutoGen>
  201. <DependentUpon>Settings.settings</DependentUpon>
  202. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  203. </Compile>
  204. <EmbeddedResource Include="Properties\Resources.resx">
  205. <Generator>ResXFileCodeGenerator</Generator>
  206. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  207. </EmbeddedResource>
  208. <Resource Include="ComparisonSpectra\Nickel.spec" />
  209. <Resource Include="ComparisonSpectra\Preview spectrum.spec" />
  210. <Resource Include="ComparisonSpectra\Tungsten particle.spec" />
  211. <None Include="Properties\Settings.settings">
  212. <Generator>SettingsSingleFileGenerator</Generator>
  213. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  214. </None>
  215. <AppDesigner Include="Properties\" />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\apidsp_windows.dll">
  219. <Link>apidsp_windows.dll</Link>
  220. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  221. </Content>
  222. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\apidsp_windows_x64.dll">
  223. <Link>apidsp_windows_x64.dll</Link>
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. </Content>
  226. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\hasp_net_windows.dll">
  227. <Link>hasp_net_windows.dll</Link>
  228. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  229. </Content>
  230. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\hasp_windows_50590.dll">
  231. <Link>hasp_windows_50590.dll</Link>
  232. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  233. </Content>
  234. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\hasp_windows_x64_50590.dll">
  235. <Link>hasp_windows_x64_50590.dll</Link>
  236. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  237. </Content>
  238. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\OINA.SNSLicenseProvider.dll">
  239. <Link>OINA.SNSLicenseProvider.dll</Link>
  240. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  241. </Content>
  242. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\x86\OINA.Native.Ipp.dll">
  243. <Link>OINA.Native.Ipp.dll</Link>
  244. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  245. </Content>
  246. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\x86\OINA.Native.Mkl.dll">
  247. <Link>OINA.Native.Mkl.dll</Link>
  248. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  249. </Content>
  250. <Content Include="$(MSBuildProgramFiles32)\Oxford Instruments NanoAnalysis\Extender\OINA.Intel.dll">
  251. <Link>OINA.Intel.dll</Link>
  252. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  253. </Content>
  254. <Content Include="..\..\..\..\..\..\Bin\Debug\x86\OINA.Native.Mkl.dll">
  255. <Link>x86\OINA.Native.Mkl.dll</Link>
  256. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  257. </Content>
  258. </ItemGroup>
  259. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  260. <PropertyGroup>
  261. <PreBuildEvent>
  262. </PreBuildEvent>
  263. </PropertyGroup>
  264. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  265. Other similar extension points exist, see Microsoft.Common.targets.
  266. <Target Name="BeforeBuild">
  267. </Target>
  268. <Target Name="AfterBuild">
  269. </Target>
  270. -->
  271. </Project>