File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 3
3
# #
4
4
# # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5
5
6
+ .xml
7
+ .xsd
8
+ .dotsettings
9
+
6
10
# User-specific files
7
11
* .rsuser
8
12
* .suo
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net472 </TargetFramework >
5
+ <TargetFramework >net48 </TargetFramework >
6
6
<Nullable >enable</Nullable >
7
7
<UseWindowsForms >true</UseWindowsForms >
8
8
<ImplicitUsings >enable</ImplicitUsings >
9
9
<DebugType >none</DebugType >
10
10
<LangVersion >latest</LangVersion >
11
- <ApplicationIcon >icons8_trash_can.ico</ApplicationIcon >
11
+ <ApplicationIcon >icon.ico</ApplicationIcon >
12
+ <Version >1.7</Version >
13
+ <Authors >arshx86</Authors >
14
+ <PackageProjectUrl >https://github.com/arshx86/SharpJunk</PackageProjectUrl >
12
15
</PropertyGroup >
13
16
14
- <ItemGroup >
15
- <Content Include =" icons8_trash_can.ico" />
16
- </ItemGroup >
17
-
18
17
<ItemGroup >
19
18
<PackageReference Include =" Costura.Fody" Version =" 5.7.0" >
20
19
<PrivateAssets >all</PrivateAssets >
21
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
21
</PackageReference >
23
- <PackageReference Include =" Guna.UI2.WinForms" Version =" 2.0.3.2 " />
22
+ <PackageReference Include =" Guna.UI2.WinForms" Version =" 2.0.3.3 " />
24
23
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.3.0-1.final" />
25
24
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.2" >
26
25
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments