Skip to content

Commit 279f70a

Browse files
committed
Remove Nuget Package
1 parent 4cf80b9 commit 279f70a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
/.vs/TaskbarHook/v15
99
/Example/bin/Debug
1010
/Example/obj/Debug
11+
/Example/obj/Release
12+
/TaskbarHook/bin/Release

.vs/TaskbarHook/v15/.suo

8 KB
Binary file not shown.

TaskbarHook/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyTitle("TaskbarHook")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Indie-Dev")]
1212
[assembly: AssemblyProduct("TaskbarHook")]
1313
[assembly: AssemblyCopyright("Copyright © 2018")]
1414
[assembly: AssemblyTrademark("")]

TaskbarHook/TaskbarHook.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>TaskbarHook</RootNamespace>
1111
<AssemblyName>TaskbarHook</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>
@@ -21,6 +22,7 @@
2122
<DefineConstants>DEBUG;TRACE</DefineConstants>
2223
<ErrorReport>prompt</ErrorReport>
2324
<WarningLevel>4</WarningLevel>
25+
<Prefer32Bit>false</Prefer32Bit>
2426
</PropertyGroup>
2527
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2628
<DebugType>pdbonly</DebugType>
@@ -29,6 +31,7 @@
2931
<DefineConstants>TRACE</DefineConstants>
3032
<ErrorReport>prompt</ErrorReport>
3133
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
3235
</PropertyGroup>
3336
<ItemGroup>
3437
<Reference Include="System" />
@@ -50,10 +53,5 @@
5053
<Compile Include="Taskbar.cs" />
5154
<Compile Include="User32.cs" />
5255
</ItemGroup>
53-
<ItemGroup>
54-
<PackageReference Include="TestStack.White">
55-
<Version>0.13.3</Version>
56-
</PackageReference>
57-
</ItemGroup>
5856
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5957
</Project>

0 commit comments

Comments
 (0)