RollerAbutment.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{302FFC0E-A56B-48FB-9DA2-39D53B4D36B3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RollerAbutment</RootNamespace>
  11. <AssemblyName>RollerAbutment</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  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>bin\Debug\</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="FluentNHibernate">
  40. <HintPath>Dlls\FluentNHibernate.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Iesi.Collections">
  43. <HintPath>Dlls\Iesi.Collections.dll</HintPath>
  44. </Reference>
  45. <Reference Include="NHibernate">
  46. <HintPath>Dlls\NHibernate.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Deployment" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="aboutCallBox.cs" />
  62. <Compile Include="CLog.cs" />
  63. <Compile Include="DebugForm.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="DebugForm.designer.cs">
  67. <DependentUpon>DebugForm.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="Device.cs" />
  70. <Compile Include="DeviceManager.cs" />
  71. <Compile Include="Form1.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Form1.Designer.cs">
  75. <DependentUpon>Form1.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="frmBeforeDebug.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="frmBeforeDebug.designer.cs">
  81. <DependentUpon>frmBeforeDebug.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="frmMain.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="frmMain.designer.cs">
  87. <DependentUpon>frmMain.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="RollerDevice.cs" />
  90. <Compile Include="MiddleDBAccessSetting.cs" />
  91. <Compile Include="ModelHelper.cs" />
  92. <Compile Include="RollersForm.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="RollersForm.Designer.cs">
  96. <DependentUpon>RollersForm.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="GeneralSetting.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="GeneralSetting.designer.cs">
  102. <DependentUpon>GeneralSetting.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="GridViewContent.cs" />
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="TCPServer.cs" />
  108. <EmbeddedResource Include="DebugForm.resx">
  109. <DependentUpon>DebugForm.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="frmBeforeDebug.resx">
  112. <DependentUpon>frmBeforeDebug.cs</DependentUpon>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="frmMain.resx">
  115. <DependentUpon>frmMain.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="RollersForm.resx">
  118. <DependentUpon>RollersForm.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="GeneralSetting.resx">
  121. <DependentUpon>GeneralSetting.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="Properties\Resources.resx">
  124. <Generator>ResXFileCodeGenerator</Generator>
  125. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  126. <SubType>Designer</SubType>
  127. </EmbeddedResource>
  128. <Compile Include="Properties\Resources.Designer.cs">
  129. <AutoGen>True</AutoGen>
  130. <DependentUpon>Resources.resx</DependentUpon>
  131. </Compile>
  132. <None Include="Properties\Settings.settings">
  133. <Generator>SettingsSingleFileGenerator</Generator>
  134. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  135. </None>
  136. <Compile Include="Properties\Settings.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Settings.settings</DependentUpon>
  139. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  140. </Compile>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="App.config" />
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>