Core.StlMes.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{A1F84823-4DE0-4A16-A8FD-E1B3519D224F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.StlMes</RootNamespace>
  12. <AssemblyName>Core.StlMes</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\output\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <ItemGroup>
  36. <Reference Include="Core.Mes.Client.Comm, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  37. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  38. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  39. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  40. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  41. <Reference Include="Infragistics2.Win.UltraWinDock.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  42. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  43. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  44. <Reference Include="Infragistics2.Win.UltraWinStatusBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  45. <Reference Include="Infragistics2.Win.UltraWinTree.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  46. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  47. <Reference Include="Microsoft.VisualBasic" />
  48. <Reference Include="PresentationCore">
  49. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="PresentationFramework">
  52. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core">
  56. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="System.Design" />
  59. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  60. <Reference Include="System.Web" />
  61. <Reference Include="System.Xml.Linq">
  62. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Data.DataSetExtensions">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Deployment" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="WindowsBase">
  73. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  74. </Reference>
  75. <Reference Include="WindowsFormsIntegration">
  76. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="Form1.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Form1.Designer.cs">
  84. <DependentUpon>Form1.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Form2.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Form2.Designer.cs">
  90. <DependentUpon>Form2.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Form3.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Form3.Designer.cs">
  96. <DependentUpon>Form3.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Form4.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Form4.Designer.cs">
  102. <DependentUpon>Form4.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Form5.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="Form5.Designer.cs">
  108. <DependentUpon>Form5.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="FormFtp.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="FormFtp.Designer.cs">
  114. <DependentUpon>FormFtp.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="FormGridKeyDown.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="FormGridKeyDown.Designer.cs">
  120. <DependentUpon>FormGridKeyDown.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="FormTree.cs">
  123. <SubType>Form</SubType>
  124. </Compile>
  125. <Compile Include="FormTree.Designer.cs">
  126. <DependentUpon>FormTree.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="Program.cs" />
  129. <Compile Include="Properties\AssemblyInfo.cs" />
  130. <EmbeddedResource Include="Form1.resx">
  131. <DependentUpon>Form1.cs</DependentUpon>
  132. <SubType>Designer</SubType>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="Form2.resx">
  135. <DependentUpon>Form2.cs</DependentUpon>
  136. <SubType>Designer</SubType>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Form3.resx">
  139. <DependentUpon>Form3.cs</DependentUpon>
  140. <SubType>Designer</SubType>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="Form4.resx">
  143. <DependentUpon>Form4.cs</DependentUpon>
  144. <SubType>Designer</SubType>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="Form5.resx">
  147. <DependentUpon>Form5.cs</DependentUpon>
  148. <SubType>Designer</SubType>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="FormFtp.resx">
  151. <DependentUpon>FormFtp.cs</DependentUpon>
  152. <SubType>Designer</SubType>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="FormGridKeyDown.resx">
  155. <DependentUpon>FormGridKeyDown.cs</DependentUpon>
  156. <SubType>Designer</SubType>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="FormTree.resx">
  159. <DependentUpon>FormTree.cs</DependentUpon>
  160. <SubType>Designer</SubType>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="Properties\licenses.licx" />
  163. <EmbeddedResource Include="Properties\Resources.resx">
  164. <Generator>ResXFileCodeGenerator</Generator>
  165. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  166. <SubType>Designer</SubType>
  167. </EmbeddedResource>
  168. <Compile Include="Properties\Resources.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DependentUpon>Resources.resx</DependentUpon>
  171. </Compile>
  172. <None Include="Properties\Settings.settings">
  173. <Generator>SettingsSingleFileGenerator</Generator>
  174. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  175. </None>
  176. <Compile Include="Properties\Settings.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DependentUpon>Settings.settings</DependentUpon>
  179. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  180. </Compile>
  181. <Compile Include="SyntaxEngine.cs" />
  182. <Compile Include="TSqlEngine.cs" />
  183. </ItemGroup>
  184. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  185. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  186. Other similar extension points exist, see Microsoft.Common.targets.
  187. <Target Name="BeforeBuild">
  188. </Target>
  189. <Target Name="AfterBuild">
  190. </Target>
  191. -->
  192. </Project>