|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 7 | <ProjectGuid>{16500914-E053-433E-9B6A-27D4A5717130}</ProjectGuid> |
8 | | - <OutputType>Exe</OutputType> |
9 | | - <RootNamespace>Deployment.Console</RootNamespace> |
10 | | - <AssemblyName>WoaDeployer</AssemblyName> |
11 | | - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 8 | + <OutputType>Library</OutputType> |
| 9 | + <RootNamespace>Deployer.Raspberry.Console</RootNamespace> |
| 10 | + <AssemblyName>Deployer.Raspberry.Console</AssemblyName> |
| 11 | + <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | 14 | <Deterministic>true</Deterministic> |
| 15 | + <TargetFrameworkProfile /> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
34 | 35 | <WarningLevel>4</WarningLevel> |
35 | 36 | <LangVersion>7.1</LangVersion> |
36 | 37 | </PropertyGroup> |
| 38 | + <PropertyGroup /> |
37 | 39 | <PropertyGroup> |
38 | | - <ApplicationManifest>app.manifest</ApplicationManifest> |
| 40 | + <StartupObject /> |
39 | 41 | </PropertyGroup> |
40 | 42 | <ItemGroup> |
41 | 43 | <Reference Include="System" /> |
|
117 | 119 | <Link>Core\Tools\Etcher-Cli\x86\node_modules\usb\src\binding\usb_bindings.node</Link> |
118 | 120 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
119 | 121 | </None> |
120 | | - <None Include="App.config" /> |
| 122 | + <None Include="App.config"> |
| 123 | + <SubType>Designer</SubType> |
| 124 | + </None> |
121 | 125 | </ItemGroup> |
122 | 126 | <ItemGroup> |
123 | 127 | <PackageReference Include="CommandLineParser"> |
|
133 | 137 | <Version>3.3.0</Version> |
134 | 138 | </PackageReference> |
135 | 139 | <PackageReference Include="System.Reactive"> |
136 | | - <Version>4.1.2</Version> |
| 140 | + <Version>4.1.3</Version> |
137 | 141 | </PackageReference> |
138 | 142 | </ItemGroup> |
139 | 143 | <ItemGroup> |
|
0 commit comments