Vinno.FIS.Sonopost.Upgrade.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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>{F6848DDA-DC5A-48F9-BE6A-ADF1033DBA37}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Vinno.FIS.Sonopost.Upgrade</RootNamespace>
  10. <AssemblyName>Vinno.FIS.Sonopost.Upgrade</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>x64</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>..\Bin\WindowsSonopost\SonopostUpgrade\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>x64</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>..\Bin\WindowsSonopost\SonopostUpgrade\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <ApplicationManifest>app.manifest</ApplicationManifest>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.Win32.TaskScheduler, Version=2.10.1.0, Culture=neutral, PublicKeyToken=e25603a88b3aa7da, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\packages\Microsoft.Win32.TaskScheduler.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Configuration.Install" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.IO.Compression" />
  55. <Reference Include="System.ServiceProcess" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Xaml">
  63. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="PresentationCore" />
  67. <Reference Include="PresentationFramework" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ApplicationDefinition Include="App.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </ApplicationDefinition>
  74. <Compile Include="ServiceHelper.cs" />
  75. <Compile Include="TaskSchedulerHelper.cs" />
  76. <Compile Include="UpgradeOperator.cs" />
  77. <Page Include="MainWindow.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </Page>
  81. <Compile Include="App.xaml.cs">
  82. <DependentUpon>App.xaml</DependentUpon>
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="MainWindow.xaml.cs">
  86. <DependentUpon>MainWindow.xaml</DependentUpon>
  87. <SubType>Code</SubType>
  88. </Compile>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Properties\AssemblyInfo.cs">
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="Properties\Resources.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DesignTime>True</DesignTime>
  97. <DependentUpon>Resources.resx</DependentUpon>
  98. </Compile>
  99. <Compile Include="Properties\Settings.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Settings.settings</DependentUpon>
  102. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  103. </Compile>
  104. <EmbeddedResource Include="Properties\Resources.resx">
  105. <Generator>ResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  107. </EmbeddedResource>
  108. <None Include="app.manifest" />
  109. <None Include="Properties\Settings.settings">
  110. <Generator>SettingsSingleFileGenerator</Generator>
  111. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  112. </None>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="App.config" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. </Project>