UAS_DXFORM.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>{ED5CC2F5-6115-44CE-BB82-116F4BFE7672}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_DXFORM</RootNamespace>
  11. <AssemblyName>UAS_DXFORM</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <ApplicationIcon>object.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Oracle.ManagedDataAccess">
  39. <HintPath>..\PLCDataReader\Tool\Oracle.ManagedDataAccess.dll</HintPath>
  40. </Reference>
  41. <Reference Include="PresentationCore" />
  42. <Reference Include="PresentationFramework" />
  43. <Reference Include="System" />
  44. <Reference Include="System.ComponentModel.DataAnnotations" />
  45. <Reference Include="System.Configuration" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Data.Entity" />
  48. <Reference Include="System.Data.Linq" />
  49. <Reference Include="System.Management" />
  50. <Reference Include="System.Printing" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.ServiceModel" />
  53. <Reference Include="System.Transactions" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Deployment" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="WindowsBase" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="DataHelper.cs" />
  65. <Compile Include="DBHandler.cs" />
  66. <Compile Include="Form1.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Form1.Designer.cs">
  70. <DependentUpon>Form1.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="LogManager.cs" />
  73. <Compile Include="LogStringBuilder.cs" />
  74. <Compile Include="Program.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="SystemInf.cs" />
  77. <EmbeddedResource Include="Form1.resx">
  78. <DependentUpon>Form1.cs</DependentUpon>
  79. </EmbeddedResource>
  80. <EmbeddedResource Include="Properties\Resources.resx">
  81. <Generator>ResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. <SubType>Designer</SubType>
  84. </EmbeddedResource>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <None Include="Properties\Settings.settings">
  90. <Generator>SettingsSingleFileGenerator</Generator>
  91. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  92. </None>
  93. <Compile Include="Properties\Settings.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Settings.settings</DependentUpon>
  96. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Content Include="object.ico" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>