JC_MeasuringSystem.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>{23FDD9D6-CC43-4BE6-A049-3089D19EA4AA}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>JC_MeasuringSystem</RootNamespace>
  10. <AssemblyName>JC_MeasuringSystem</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\Output\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <ApplicationIcon>九钢.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="CoreFS.CA06Lite, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\output\CoreFS.CA06Lite.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  44. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  45. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  46. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  47. <Reference Include="Infragistics2.Win.UltraWinStatusBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  48. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  49. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  50. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  51. <Reference Include="Microsoft.VisualBasic" />
  52. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\output\Oracle.ManagedDataAccess.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Configuration" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Design" />
  60. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="FrmLogin.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="FrmLogin.Designer.cs">
  77. <DependentUpon>FrmLogin.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="ST_MainForm.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="ST_MainForm.Designer.cs">
  83. <DependentUpon>ST_MainForm.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Program.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <EmbeddedResource Include="FrmLogin.resx">
  88. <DependentUpon>FrmLogin.cs</DependentUpon>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="Properties\licenses.licx" />
  91. <EmbeddedResource Include="Properties\Resources.resx">
  92. <Generator>ResXFileCodeGenerator</Generator>
  93. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  94. <SubType>Designer</SubType>
  95. </EmbeddedResource>
  96. <Compile Include="Properties\Resources.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. </Compile>
  100. <EmbeddedResource Include="ST_MainForm.resx">
  101. <DependentUpon>ST_MainForm.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="App.config" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\Common\Common.csproj">
  118. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  119. <Name>Common</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\MeterPlugInLibrary\MeterPlugInLibrary.csproj">
  122. <Project>{A90F4F23-9077-46CA-BA60-EB21DF346B27}</Project>
  123. <Name>MeterPlugInLibrary</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="九钢.ico" />
  128. </ItemGroup>
  129. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  130. </Project>