FileAnalysis.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>{230E4688-A561-4B3B-91EC-D2FE273ED8E2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FileAnalysis</RootNamespace>
  11. <AssemblyName>FileAnalysis</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>tool\NPOI.dll</HintPath>
  40. </Reference>
  41. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>tool\NPOI.OOXML.dll</HintPath>
  44. </Reference>
  45. <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>tool\NPOI.OpenXml4Net.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>tool\NPOI.OpenXmlFormats.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Deployment" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="UMESDLLService, Version=1.0.0.3, Culture=neutral, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\UAS_MesInterface(LGDZ)\bin\Debug\UMESDLLService.dll</HintPath>
  71. </Reference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="DataHelper.cs" />
  75. <Compile Include="Form1.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Form1.Designer.cs">
  79. <DependentUpon>Form1.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="Program.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. <Compile Include="TCPClient.cs" />
  84. <EmbeddedResource Include="Form1.resx">
  85. <DependentUpon>Form1.cs</DependentUpon>
  86. </EmbeddedResource>
  87. <EmbeddedResource Include="Properties\Resources.resx">
  88. <Generator>ResXFileCodeGenerator</Generator>
  89. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  90. <SubType>Designer</SubType>
  91. </EmbeddedResource>
  92. <Compile Include="Properties\Resources.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DependentUpon>Resources.resx</DependentUpon>
  95. <DesignTime>True</DesignTime>
  96. </Compile>
  97. <None Include="Properties\Settings.settings">
  98. <Generator>SettingsSingleFileGenerator</Generator>
  99. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  100. </None>
  101. <Compile Include="Properties\Settings.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Settings.settings</DependentUpon>
  104. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="App.config" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="SQL\SQL.txt" />
  112. <Content Include="tool\NPOI.dll" />
  113. <Content Include="tool\NPOI.OOXML.dll" />
  114. <Content Include="tool\NPOI.OpenXml4Net.dll" />
  115. <Content Include="tool\NPOI.OpenXmlFormats.dll" />
  116. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  120. Other similar extension points exist, see Microsoft.Common.targets.
  121. <Target Name="BeforeBuild">
  122. </Target>
  123. <Target Name="AfterBuild">
  124. </Target>
  125. -->
  126. </Project>