Core.ONH.Collection.Send.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{BE3DEEAF-025A-4EFA-AFF7-18084B673979}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.ONH.Collection.Send</RootNamespace>
  11. <AssemblyName>Core.ONH.Collection.Send</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x86</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. <ApplicationIcon>01.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="log4net">
  40. <HintPath>.\log4net.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Deployment" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Form1.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="Form1.Designer.cs">
  58. <DependentUpon>Form1.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="Program.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. <EmbeddedResource Include="Form1.resx">
  63. <DependentUpon>Form1.cs</DependentUpon>
  64. </EmbeddedResource>
  65. <EmbeddedResource Include="Properties\Resources.resx">
  66. <Generator>ResXFileCodeGenerator</Generator>
  67. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  68. <SubType>Designer</SubType>
  69. </EmbeddedResource>
  70. <Compile Include="Properties\Resources.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DependentUpon>Resources.resx</DependentUpon>
  73. <DesignTime>True</DesignTime>
  74. </Compile>
  75. <None Include="app.config" />
  76. <None Include="Properties\Settings.settings">
  77. <Generator>SettingsSingleFileGenerator</Generator>
  78. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  79. </None>
  80. <Compile Include="Properties\Settings.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DependentUpon>Settings.settings</DependentUpon>
  83. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  84. </Compile>
  85. <None Include="Send.ini">
  86. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  87. </None>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\Core.ONH.Collection.comm\Core.ONH.Collection.comm.csproj">
  91. <Project>{0C6C9283-2AB0-4B4A-9161-51C70F1E4B99}</Project>
  92. <Name>Core.ONH.Collection.comm</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Content Include="01.ico" />
  97. <Content Include="Decimals.xml">
  98. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  99. </Content>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  103. Other similar extension points exist, see Microsoft.Common.targets.
  104. <Target Name="BeforeBuild">
  105. </Target>
  106. <Target Name="AfterBuild">
  107. </Target>
  108. -->
  109. </Project>