99b7daf31a29b3035e0d4e77d4056d7b10a8c7f5.svn-base 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{958F2118-F68C-4B78-8694-69F38D466A5C}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BEMSDataGateway</RootNamespace>
  12. <AssemblyName>BEMSDataGateway</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</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. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>1480510860_window-data-analyzing.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="DevExpress.Data.v14.1, Version=14.1.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  42. <Reference Include="DevExpress.Printing.v14.1.Core, Version=14.1.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  43. <Reference Include="DevExpress.Utils.v14.1, Version=14.1.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  44. <Reference Include="DevExpress.XtraEditors.v14.1, Version=14.1.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  45. <Reference Include="DevExpress.XtraGauges.v14.1.Core, Version=14.1.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  46. <Reference Include="DevExpress.XtraGauges.v14.1.Win, Version=14.1.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  47. <Reference Include="DevExpress.XtraPrinting.v14.1, Version=14.1.13.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Deployment" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Control_Point_Group.cs" />
  62. <Compile Include="Creating_Setting_File.cs" />
  63. <Compile Include="DBinsert.cs" />
  64. <Compile Include="Expression_Process.cs" />
  65. <Compile Include="FirstCheck.cs" />
  66. <Compile Include="FirstCheck_Progressbar.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="FirstCheck_Progressbar.Designer.cs">
  70. <DependentUpon>FirstCheck_Progressbar.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Form1.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="Form1.Designer.cs">
  76. <DependentUpon>Form1.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Loading_Form.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="Loading_Form.Designer.cs">
  82. <DependentUpon>Loading_Form.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="Log.cs" />
  85. <Compile Include="OneMinute_Insert.cs" />
  86. <Compile Include="Parsing.cs" />
  87. <Compile Include="PointEnroll_Progressbar.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="PointEnroll_Progressbar.Designer.cs">
  91. <DependentUpon>PointEnroll_Progressbar.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="RequestData.cs" />
  96. <Compile Include="SettingForm.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="SettingForm.Designer.cs">
  100. <DependentUpon>SettingForm.cs</DependentUpon>
  101. </Compile>
  102. <EmbeddedResource Include="FirstCheck_Progressbar.resx">
  103. <DependentUpon>FirstCheck_Progressbar.cs</DependentUpon>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="Form1.resx">
  107. <DependentUpon>Form1.cs</DependentUpon>
  108. </EmbeddedResource>
  109. <EmbeddedResource Include="Loading_Form.resx">
  110. <DependentUpon>Loading_Form.cs</DependentUpon>
  111. </EmbeddedResource>
  112. <EmbeddedResource Include="PointEnroll_Progressbar.resx">
  113. <DependentUpon>PointEnroll_Progressbar.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Properties\licenses.licx" />
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. <SubType>Designer</SubType>
  120. </EmbeddedResource>
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Resources.resx</DependentUpon>
  124. <DesignTime>True</DesignTime>
  125. </Compile>
  126. <EmbeddedResource Include="SettingForm.resx">
  127. <DependentUpon>SettingForm.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <None Include="app.config" />
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. <Compile Include="Properties\Settings.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Settings.settings</DependentUpon>
  137. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <COMReference Include="MSScriptControl">
  142. <Guid>{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}</Guid>
  143. <VersionMajor>1</VersionMajor>
  144. <VersionMinor>0</VersionMinor>
  145. <Lcid>0</Lcid>
  146. <WrapperTool>tlbimp</WrapperTool>
  147. <Isolated>False</Isolated>
  148. <EmbedInteropTypes>True</EmbedInteropTypes>
  149. </COMReference>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <None Include="Resources\freeGradient.JPG" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <None Include="Resources\button_image.JPG" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Content Include="1480510860_window-data-analyzing.ico" />
  159. </ItemGroup>
  160. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  161. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  162. Other similar extension points exist, see Microsoft.Common.targets.
  163. <Target Name="BeforeBuild">
  164. </Target>
  165. <Target Name="AfterBuild">
  166. </Target>
  167. -->
  168. </Project>