Skip to content

Commit 68567cb

Browse files
author
Marconi Gomes
committed
fix: Removes useless files from build output
1 parent 357b390 commit 68567cb

File tree

4 files changed

+40
-11
lines changed

4 files changed

+40
-11
lines changed

AMRPC WatchDog Desktop.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Global
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.ActiveCfg = Release|Any CPU
15+
{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.Build.0 = Release|Any CPU
1616
{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Release|Any CPU.ActiveCfg = Release|Any CPU
1717
{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection

WatchDog/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
52
using System.Windows.Forms;
63

74
namespace WatchDog
85
{
96
internal static class Program
107
{
118

12-
private const string AppVersion = "v0.4.3";
9+
private const string AppVersion = "v0.4.4";
1310

1411
[STAThread]
1512
private static void Main()

WatchDog/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("WatchDog")]
13-
[assembly: AssemblyCopyright("Copyright © 2023")]
13+
[assembly: AssemblyCopyright("Copyright © ZephraOSS 2023")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("0.4.4.0")]
36+
[assembly: AssemblyFileVersion("0.4.4.0")]

WatchDog/WatchDog.csproj

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
5+
<GenerateSupportedRuntime>False</GenerateSupportedRuntime>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
67
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
78
<ProjectGuid>{A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}</ProjectGuid>
@@ -12,6 +13,21 @@
1213
<FileAlignment>512</FileAlignment>
1314
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1415
<Deterministic>true</Deterministic>
16+
<PublishUrl>publish\</PublishUrl>
17+
<Install>true</Install>
18+
<InstallFrom>Disk</InstallFrom>
19+
<UpdateEnabled>false</UpdateEnabled>
20+
<UpdateMode>Foreground</UpdateMode>
21+
<UpdateInterval>7</UpdateInterval>
22+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
23+
<UpdatePeriodically>false</UpdatePeriodically>
24+
<UpdateRequired>false</UpdateRequired>
25+
<MapFileExtensions>true</MapFileExtensions>
26+
<ApplicationRevision>0</ApplicationRevision>
27+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28+
<IsWebBootstrapper>false</IsWebBootstrapper>
29+
<UseApplicationTrust>false</UseApplicationTrust>
30+
<BootstrapperEnabled>true</BootstrapperEnabled>
1531
</PropertyGroup>
1632
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1733
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -25,7 +41,7 @@
2541
</PropertyGroup>
2642
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2743
<PlatformTarget>AnyCPU</PlatformTarget>
28-
<DebugType>pdbonly</DebugType>
44+
<DebugType>none</DebugType>
2945
<Optimize>true</Optimize>
3046
<OutputPath>bin\Release\</OutputPath>
3147
<DefineConstants>TRACE</DefineConstants>
@@ -71,7 +87,7 @@
7187
</Compile>
7288
</ItemGroup>
7389
<ItemGroup>
74-
<None Include="App.config" />
90+
<EmbeddedResource Include="App.config" />
7591
</ItemGroup>
7692
<ItemGroup>
7793
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
@@ -84,5 +100,21 @@
84100
<Version>1.0.3-rc11</Version>
85101
</PackageReference>
86102
</ItemGroup>
103+
<ItemGroup>
104+
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
105+
<Visible>False</Visible>
106+
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
107+
<Install>true</Install>
108+
</BootstrapperPackage>
109+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
110+
<Visible>False</Visible>
111+
<ProductName>.NET Framework 3.5 SP1</ProductName>
112+
<Install>false</Install>
113+
</BootstrapperPackage>
114+
</ItemGroup>
87115
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116+
<PropertyGroup>
117+
<PostBuildEvent>
118+
</PostBuildEvent>
119+
</PropertyGroup>
88120
</Project>

0 commit comments

Comments
 (0)