CraneScaleSystem.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{223597D5-577B-49D6-A66A-C1A173DAFE5D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>CraneScaleSystem</RootNamespace>
  10. <AssemblyName>CraneScaleSystem</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" />
  43. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  44. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  45. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  46. <Reference Include="Microsoft.VisualBasic" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Design" />
  50. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  51. <Reference Include="System.Web" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="frmCraneScale.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="frmCraneScale.Designer.cs">
  67. <DependentUpon>frmCraneScale.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="frmCraneScaleDb.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="frmCraneScaleDb.Designer.cs">
  73. <DependentUpon>frmCraneScaleDb.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <EmbeddedResource Include="frmCraneScale.resx">
  77. <DependentUpon>frmCraneScale.cs</DependentUpon>
  78. </EmbeddedResource>
  79. <EmbeddedResource Include="frmCraneScaleDb.resx">
  80. <DependentUpon>frmCraneScaleDb.cs</DependentUpon>
  81. </EmbeddedResource>
  82. <EmbeddedResource Include="Properties\licenses.licx" />
  83. <EmbeddedResource Include="Properties\Resources.resx">
  84. <Generator>ResXFileCodeGenerator</Generator>
  85. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  86. <SubType>Designer</SubType>
  87. </EmbeddedResource>
  88. <Compile Include="Properties\Resources.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. </Compile>
  92. <None Include="Properties\DataSources\Common.MeterWorkCraneActual.datasource" />
  93. <None Include="Properties\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96. </None>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\Common\Common.csproj">
  105. <Project>{24b72a4a-3a4a-486b-9bcf-4a4b965c0ec6}</Project>
  106. <Name>Common</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\JC_MeasuringSystem\JC_MeasuringSystem.csproj">
  109. <Project>{23FDD9D6-CC43-4BE6-A049-3089D19EA4AA}</Project>
  110. <Name>JC_MeasuringSystem</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\MeterPlugInLibrary\MeterPlugInLibrary.csproj">
  113. <Project>{A90F4F23-9077-46CA-BA60-EB21DF346B27}</Project>
  114. <Name>MeterPlugInLibrary</Name>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. </Project>