OTSSysMgrApp.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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>{3FBF0B16-5E6C-4AA1-995B-471C47C5367D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>OTSSysMgrApp</RootNamespace>
  10. <AssemblyName>OTSSysMgrApp</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile />
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>..\Bin\Win32\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>..\Bin\x64\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  56. <OutputPath>..\bin\Win32\Release_oxford50\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  59. <DebugType>pdbonly</DebugType>
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <LangVersion>7.3</LangVersion>
  62. <ErrorReport>prompt</ErrorReport>
  63. <Prefer32Bit>true</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  66. <DebugSymbols>true</DebugSymbols>
  67. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  68. <DefineConstants>DEBUG;TRACE</DefineConstants>
  69. <DebugType>full</DebugType>
  70. <PlatformTarget>x64</PlatformTarget>
  71. <LangVersion>7.3</LangVersion>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. <Prefer32Bit>false</Prefer32Bit>
  75. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  78. <OutputPath>bin\x64\Release\</OutputPath>
  79. <DefineConstants>TRACE</DefineConstants>
  80. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  81. <DebugType>pdbonly</DebugType>
  82. <PlatformTarget>x64</PlatformTarget>
  83. <LangVersion>7.3</LangVersion>
  84. <ErrorReport>prompt</ErrorReport>
  85. <Prefer32Bit>true</Prefer32Bit>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  88. <OutputPath>..\Bin\x64\Release_oxford50\</OutputPath>
  89. <DefineConstants>
  90. </DefineConstants>
  91. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  92. <DebugType>pdbonly</DebugType>
  93. <PlatformTarget>x64</PlatformTarget>
  94. <LangVersion>7.3</LangVersion>
  95. <ErrorReport>prompt</ErrorReport>
  96. <Prefer32Bit>false</Prefer32Bit>
  97. </PropertyGroup>
  98. <PropertyGroup>
  99. <ApplicationIcon>Resources\OTSSysMgr.ico</ApplicationIcon>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  102. <OutputPath>bin\CleannessRelease\</OutputPath>
  103. <DefineConstants>TRACE</DefineConstants>
  104. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  105. <DebugType>pdbonly</DebugType>
  106. <PlatformTarget>AnyCPU</PlatformTarget>
  107. <LangVersion>7.3</LangVersion>
  108. <ErrorReport>prompt</ErrorReport>
  109. <Prefer32Bit>true</Prefer32Bit>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">
  112. <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>
  113. <DebugType>pdbonly</DebugType>
  114. <PlatformTarget>x64</PlatformTarget>
  115. <LangVersion>7.3</LangVersion>
  116. <ErrorReport>prompt</ErrorReport>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">
  119. <OutputPath>bin\LithiumCleanness\</OutputPath>
  120. <DefineConstants>TRACE</DefineConstants>
  121. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  122. <DebugType>pdbonly</DebugType>
  123. <PlatformTarget>AnyCPU</PlatformTarget>
  124. <LangVersion>7.3</LangVersion>
  125. <ErrorReport>prompt</ErrorReport>
  126. <Prefer32Bit>true</Prefer32Bit>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">
  129. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  130. <DebugType>pdbonly</DebugType>
  131. <PlatformTarget>x64</PlatformTarget>
  132. <LangVersion>7.3</LangVersion>
  133. <ErrorReport>prompt</ErrorReport>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">
  136. <OutputPath>bin\Release_oxford60\</OutputPath>
  137. <DefineConstants>TRACE</DefineConstants>
  138. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  139. <DebugType>pdbonly</DebugType>
  140. <PlatformTarget>AnyCPU</PlatformTarget>
  141. <LangVersion>7.3</LangVersion>
  142. <ErrorReport>prompt</ErrorReport>
  143. <Prefer32Bit>true</Prefer32Bit>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  146. <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
  147. <DebugType>pdbonly</DebugType>
  148. <PlatformTarget>x64</PlatformTarget>
  149. <LangVersion>7.3</LangVersion>
  150. <ErrorReport>prompt</ErrorReport>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  153. <OutputPath>bin\Release_oxford61\</OutputPath>
  154. <DefineConstants>TRACE</DefineConstants>
  155. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  156. <DebugType>pdbonly</DebugType>
  157. <PlatformTarget>AnyCPU</PlatformTarget>
  158. <LangVersion>7.3</LangVersion>
  159. <ErrorReport>prompt</ErrorReport>
  160. <Prefer32Bit>true</Prefer32Bit>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  163. <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>
  164. <DebugType>pdbonly</DebugType>
  165. <PlatformTarget>x64</PlatformTarget>
  166. <LangVersion>7.3</LangVersion>
  167. <ErrorReport>prompt</ErrorReport>
  168. <Prefer32Bit>true</Prefer32Bit>
  169. </PropertyGroup>
  170. <ItemGroup>
  171. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  172. <SpecificVersion>False</SpecificVersion>
  173. <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
  174. <Private>False</Private>
  175. </Reference>
  176. <Reference Include="OxfordExtenderWrapper, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  177. <SpecificVersion>False</SpecificVersion>
  178. <HintPath>..\Bin\x64\Release_oxford61\OxfordExtender\OxfordExtenderWrapper.exe</HintPath>
  179. <Private>False</Private>
  180. </Reference>
  181. <Reference Include="System" />
  182. <Reference Include="System.configuration" />
  183. <Reference Include="System.Core" />
  184. <Reference Include="System.Windows.Forms.DataVisualization" />
  185. <Reference Include="System.Windows.Forms.Ribbon">
  186. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  187. <Private>False</Private>
  188. </Reference>
  189. <Reference Include="System.Xml.Linq" />
  190. <Reference Include="System.Data.DataSetExtensions" />
  191. <Reference Include="Microsoft.CSharp" />
  192. <Reference Include="System.Data" />
  193. <Reference Include="System.Deployment" />
  194. <Reference Include="System.Drawing" />
  195. <Reference Include="System.Windows.Forms" />
  196. <Reference Include="System.Xml" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <Compile Include="About.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="About.Designer.cs">
  203. <DependentUpon>About.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="ControllerSettingForm.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="ControllerSettingForm.Designer.cs">
  209. <DependentUpon>ControllerSettingForm.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="Language.cs" />
  212. <Compile Include="OTSSystemManagerForms.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="OTSSystemManagerForms.Designer.cs">
  216. <DependentUpon>OTSSystemManagerForms.cs</DependentUpon>
  217. </Compile>
  218. <Compile Include="Program.cs" />
  219. <Compile Include="Properties\AssemblyInfo.cs" />
  220. <Compile Include="Properties\Resources.Designer.cs">
  221. <AutoGen>True</AutoGen>
  222. <DesignTime>True</DesignTime>
  223. <DependentUpon>Resources.resx</DependentUpon>
  224. </Compile>
  225. <Compile Include="RecommendedConfiguration.cs">
  226. <SubType>Form</SubType>
  227. </Compile>
  228. <Compile Include="RecommendedConfiguration.Designer.cs">
  229. <DependentUpon>RecommendedConfiguration.cs</DependentUpon>
  230. </Compile>
  231. <Compile Include="SemTestForms.cs">
  232. <SubType>Form</SubType>
  233. </Compile>
  234. <Compile Include="SemTestForms.Designer.cs">
  235. <DependentUpon>SemTestForms.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="ShowXRayElementResultForm.cs">
  238. <SubType>Form</SubType>
  239. </Compile>
  240. <Compile Include="ShowXRayElementResultForm.Designer.cs">
  241. <DependentUpon>ShowXRayElementResultForm.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="XMLOperationClass.cs" />
  244. <EmbeddedResource Include="About.resx">
  245. <DependentUpon>About.cs</DependentUpon>
  246. </EmbeddedResource>
  247. <EmbeddedResource Include="ControllerSettingForm.resx">
  248. <DependentUpon>ControllerSettingForm.cs</DependentUpon>
  249. </EmbeddedResource>
  250. <EmbeddedResource Include="OTSSystemManagerForms.resx">
  251. <DependentUpon>OTSSystemManagerForms.cs</DependentUpon>
  252. </EmbeddedResource>
  253. <EmbeddedResource Include="Properties\Resources.resx">
  254. <Generator>ResXFileCodeGenerator</Generator>
  255. <SubType>Designer</SubType>
  256. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="RecommendedConfiguration.resx">
  259. <DependentUpon>RecommendedConfiguration.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="SemTestForms.resx">
  262. <DependentUpon>SemTestForms.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="ShowXRayElementResultForm.resx">
  265. <DependentUpon>ShowXRayElementResultForm.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <None Include="app.manifest" />
  268. <None Include="Properties\Settings.settings">
  269. <Generator>SettingsSingleFileGenerator</Generator>
  270. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  271. </None>
  272. <Compile Include="Properties\Settings.Designer.cs">
  273. <AutoGen>True</AutoGen>
  274. <DependentUpon>Settings.settings</DependentUpon>
  275. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  276. </Compile>
  277. </ItemGroup>
  278. <ItemGroup>
  279. <None Include="App.config" />
  280. </ItemGroup>
  281. <ItemGroup>
  282. <None Include="Resources\LicenseImage.bmp" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <None Include="Resources\Image1.bmp" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <EmbeddedResource Include="Resources\logo.jpg" />
  289. <Content Include="Resources\OTSSysMgr.ico" />
  290. </ItemGroup>
  291. <ItemGroup />
  292. <ItemGroup>
  293. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  294. <Visible>False</Visible>
  295. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  296. <Install>true</Install>
  297. </BootstrapperPackage>
  298. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  299. <Visible>False</Visible>
  300. <ProductName>.NET Framework 3.5 SP1</ProductName>
  301. <Install>false</Install>
  302. </BootstrapperPackage>
  303. </ItemGroup>
  304. <ItemGroup>
  305. <ProjectReference Include="..\OTSCPP\OTSClrInterface\OTSClrInterface.vcxproj">
  306. <Project>{490a8592-7b13-4536-b475-028e73007fae}</Project>
  307. <Name>OTSClrInterface</Name>
  308. <Private>False</Private>
  309. </ProjectReference>
  310. <ProjectReference Include="..\OTSIncAMeasureApp\OTSIncAMeasureApp.csproj">
  311. <Project>{474772DC-334A-4E87-BB46-3ABD913AA44A}</Project>
  312. <Name>OTSIncAMeasureApp</Name>
  313. <Private>False</Private>
  314. </ProjectReference>
  315. </ItemGroup>
  316. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  317. </Project>