RailMeterSystem.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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>{4ED045B9-CEB0-422A-B78D-04B191B4C51A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>RailMeterSystem</RootNamespace>
  10. <AssemblyName>RailMeterSystem</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. <StartupObject />
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="CoreFS.CA06Lite">
  40. <HintPath>..\output\CoreFS.CA06Lite.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  43. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  44. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  45. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  46. <Reference Include="Infragistics2.Win.UltraWinListView.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, processorArchitecture=MSIL" />
  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="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Design" />
  56. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Form2.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="Form2.Designer.cs">
  72. <DependentUpon>Form2.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="FrmMessage.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="FrmMessage.Designer.cs">
  78. <DependentUpon>FrmMessage.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="frmMotoriaTareSave.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="frmMotoriaTareSave.Designer.cs">
  84. <DependentUpon>frmMotoriaTareSave.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="OptionCls\BaseDbCls.cs" />
  87. <Compile Include="OptionCls\CameraShotCls.cs" />
  88. <Compile Include="Form1.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Form1.Designer.cs">
  92. <DependentUpon>Form1.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="frmMotoriaMaincs.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="frmMotoriaMaincs.Designer.cs">
  98. <DependentUpon>frmMotoriaMaincs.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="frmStaticMain.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="frmStaticMain.Designer.cs">
  104. <DependentUpon>frmStaticMain.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <EmbeddedResource Include="Form1.resx">
  108. <DependentUpon>Form1.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Form2.resx">
  111. <DependentUpon>Form2.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="FrmMessage.resx">
  114. <DependentUpon>FrmMessage.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <EmbeddedResource Include="frmMotoriaMaincs.resx">
  117. <DependentUpon>frmMotoriaMaincs.cs</DependentUpon>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="frmMotoriaTareSave.resx">
  120. <DependentUpon>frmMotoriaTareSave.cs</DependentUpon>
  121. </EmbeddedResource>
  122. <EmbeddedResource Include="frmStaticMain.resx">
  123. <DependentUpon>frmStaticMain.cs</DependentUpon>
  124. </EmbeddedResource>
  125. <EmbeddedResource Include="Properties\licenses.licx" />
  126. <EmbeddedResource Include="Properties\Resources.resx">
  127. <Generator>ResXFileCodeGenerator</Generator>
  128. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  129. <SubType>Designer</SubType>
  130. </EmbeddedResource>
  131. <Compile Include="Properties\Resources.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DependentUpon>Resources.resx</DependentUpon>
  134. </Compile>
  135. <None Include="Properties\DataSources\Common.MeterWorkCarActualFirst.datasource" />
  136. <None Include="Properties\Settings.settings">
  137. <Generator>SettingsSingleFileGenerator</Generator>
  138. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  139. </None>
  140. <Compile Include="Properties\Settings.Designer.cs">
  141. <AutoGen>True</AutoGen>
  142. <DependentUpon>Settings.settings</DependentUpon>
  143. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  144. </Compile>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <ProjectReference Include="..\Common\Common.csproj">
  148. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  149. <Name>Common</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\CreateAccess\CreateAccess.csproj">
  152. <Project>{e2557f35-66b1-488a-8524-cca6dbbd75bd}</Project>
  153. <Name>CreateAccess</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\JC_MeasuringSystem\JC_MeasuringSystem.csproj">
  156. <Project>{23fdd9d6-cc43-4be6-a049-3089d19ea4aa}</Project>
  157. <Name>JC_MeasuringSystem</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\MeterModuleLibrary\MeterModuleLibrary.csproj">
  160. <Project>{937e0dfa-3387-41e7-8718-ce2660b846dd}</Project>
  161. <Name>MeterModuleLibrary</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\MeterPlugInLibrary\MeterPlugInLibrary.csproj">
  164. <Project>{a90f4f23-9077-46ca-ba60-eb21df346b27}</Project>
  165. <Name>MeterPlugInLibrary</Name>
  166. </ProjectReference>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <COMReference Include="AxWMPLib">
  170. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  171. <VersionMajor>1</VersionMajor>
  172. <VersionMinor>0</VersionMinor>
  173. <Lcid>0</Lcid>
  174. <WrapperTool>aximp</WrapperTool>
  175. <Isolated>False</Isolated>
  176. </COMReference>
  177. <COMReference Include="WMPLib">
  178. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  179. <VersionMajor>1</VersionMajor>
  180. <VersionMinor>0</VersionMinor>
  181. <Lcid>0</Lcid>
  182. <WrapperTool>tlbimp</WrapperTool>
  183. <Isolated>False</Isolated>
  184. <EmbedInteropTypes>True</EmbedInteropTypes>
  185. </COMReference>
  186. </ItemGroup>
  187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  188. </Project>