OTSSysMgrApp.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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.6.2</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>true</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. <ItemGroup>
  102. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System" />
  107. <Reference Include="System.configuration" />
  108. <Reference Include="System.Core" />
  109. <Reference Include="System.Windows.Forms.DataVisualization" />
  110. <Reference Include="System.Xml.Linq" />
  111. <Reference Include="System.Data.DataSetExtensions" />
  112. <Reference Include="Microsoft.CSharp" />
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Deployment" />
  115. <Reference Include="System.Drawing" />
  116. <Reference Include="System.Windows.Forms" />
  117. <Reference Include="System.Xml" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="About.cs" />
  121. <Compile Include="About.Designer.cs">
  122. <DependentUpon>About.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="ControllerSettingForm.cs">
  125. <SubType>Form</SubType>
  126. </Compile>
  127. <Compile Include="ControllerSettingForm.Designer.cs">
  128. <DependentUpon>ControllerSettingForm.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="Language.cs" />
  131. <Compile Include="OTSSystemManagerForms.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="OTSSystemManagerForms.Designer.cs">
  135. <DependentUpon>OTSSystemManagerForms.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="Program.cs" />
  138. <Compile Include="Properties\AssemblyInfo.cs" />
  139. <Compile Include="Properties\Resources.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DesignTime>True</DesignTime>
  142. <DependentUpon>Resources.resx</DependentUpon>
  143. </Compile>
  144. <Compile Include="SemTestForms.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="SemTestForms.Designer.cs">
  148. <DependentUpon>SemTestForms.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="ShowXRayElementResultForm.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="ShowXRayElementResultForm.Designer.cs">
  154. <DependentUpon>ShowXRayElementResultForm.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="XMLOperationClass.cs" />
  157. <EmbeddedResource Include="About.resx">
  158. <DependentUpon>About.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <EmbeddedResource Include="ControllerSettingForm.resx">
  161. <DependentUpon>ControllerSettingForm.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="OTSSystemManagerForms.resx">
  164. <DependentUpon>OTSSystemManagerForms.cs</DependentUpon>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="Properties\Resources.resx">
  167. <Generator>ResXFileCodeGenerator</Generator>
  168. <SubType>Designer</SubType>
  169. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="SemTestForms.resx">
  172. <DependentUpon>SemTestForms.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="ShowXRayElementResultForm.resx">
  175. <DependentUpon>ShowXRayElementResultForm.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <None Include="app.manifest" />
  178. <None Include="Properties\Settings.settings">
  179. <Generator>SettingsSingleFileGenerator</Generator>
  180. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  181. </None>
  182. <Compile Include="Properties\Settings.Designer.cs">
  183. <AutoGen>True</AutoGen>
  184. <DependentUpon>Settings.settings</DependentUpon>
  185. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  186. </Compile>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="App.config" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <None Include="Resources\LicenseImage.bmp" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <None Include="Resources\Image1.bmp" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <EmbeddedResource Include="Resources\logo.jpg" />
  199. <Content Include="Resources\OTSSysMgr.ico" />
  200. <Content Include="XMLData\SystemData.xml">
  201. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  202. </Content>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <Folder Include="Controller\" />
  206. </ItemGroup>
  207. <ItemGroup>
  208. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  209. <Visible>False</Visible>
  210. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  211. <Install>true</Install>
  212. </BootstrapperPackage>
  213. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  214. <Visible>False</Visible>
  215. <ProductName>.NET Framework 3.5 SP1</ProductName>
  216. <Install>false</Install>
  217. </BootstrapperPackage>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ProjectReference Include="..\OTSCPP\OTSClrInterface\OTSClrInterface.vcxproj">
  221. <Project>{490a8592-7b13-4536-b475-028e73007fae}</Project>
  222. <Name>OTSClrInterface</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\OTSSysMgrTools\OTSSysMgrTools.csproj">
  225. <Project>{3b7695aa-8231-45ac-b493-84390a945d02}</Project>
  226. <Name>OTSSysMgrTools</Name>
  227. </ProjectReference>
  228. </ItemGroup>
  229. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  230. </Project>