Vinno.FIS.Sonopost.Upgrade.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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\</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\</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="System" />
  47. <Reference Include="System.Configuration.Install" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.ServiceProcess" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xaml">
  57. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ApplicationDefinition Include="App.xaml">
  65. <Generator>MSBuild:Compile</Generator>
  66. <SubType>Designer</SubType>
  67. </ApplicationDefinition>
  68. <Compile Include="ServiceHelper.cs" />
  69. <Compile Include="UpgradeOperator.cs" />
  70. <Page Include="MainWindow.xaml">
  71. <Generator>MSBuild:Compile</Generator>
  72. <SubType>Designer</SubType>
  73. </Page>
  74. <Compile Include="App.xaml.cs">
  75. <DependentUpon>App.xaml</DependentUpon>
  76. <SubType>Code</SubType>
  77. </Compile>
  78. <Compile Include="MainWindow.xaml.cs">
  79. <DependentUpon>MainWindow.xaml</DependentUpon>
  80. <SubType>Code</SubType>
  81. </Compile>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Properties\AssemblyInfo.cs">
  85. <SubType>Code</SubType>
  86. </Compile>
  87. <Compile Include="Properties\Resources.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. </Compile>
  92. <Compile Include="Properties\Settings.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DependentUpon>Settings.settings</DependentUpon>
  95. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96. </Compile>
  97. <EmbeddedResource Include="Properties\Resources.resx">
  98. <Generator>ResXFileCodeGenerator</Generator>
  99. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  100. </EmbeddedResource>
  101. <None Include="app.manifest" />
  102. <None Include="Properties\Settings.settings">
  103. <Generator>SettingsSingleFileGenerator</Generator>
  104. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  105. </None>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="App.config" />
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. </Project>