Vinno.FIS.Sonopost.Service.csproj 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>{D105C078-EF22-47B0-B376-91AB1E06FA2E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Vinno.FIS.Sonopost.Service</RootNamespace>
  10. <AssemblyName>Vinno.FIS.Sonopost.Service</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>x64</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. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>x64</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Configuration.Install" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Management" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Net.Http" />
  48. <Reference Include="System.ServiceProcess" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="ProjectInstaller.cs">
  53. <SubType>Component</SubType>
  54. </Compile>
  55. <Compile Include="ProjectInstaller.Designer.cs">
  56. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  57. </Compile>
  58. <Compile Include="SonopostService.cs">
  59. <SubType>Component</SubType>
  60. </Compile>
  61. <Compile Include="SonopostService.Designer.cs">
  62. <DependentUpon>SonopostService.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="Program.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <None Include="App.config" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\Vinno.FIS.Sonopost.Common\Vinno.FIS.Sonopost.Common.csproj">
  72. <Project>{8ceca6c5-f981-4dc8-ac7e-ed27bac7235d}</Project>
  73. <Name>Vinno.FIS.Sonopost.Common</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. </Project>