Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 79d73bd

Browse files
committedAug 26, 2015
Update to lib type
1 parent 0a051dd commit 79d73bd

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed
 

‎HayDayDecoder/HayDayDecoder.csproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{9FD49357-26A1-42E9-9655-06EC68D580E5}</ProjectGuid>
8-
<OutputType>Exe</OutputType>
8+
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>HayDayDecoder</RootNamespace>
1111
<AssemblyName>HayDayDecoder</AssemblyName>
@@ -31,6 +31,9 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
34+
<PropertyGroup>
35+
<StartupObject />
36+
</PropertyGroup>
3437
<ItemGroup>
3538
<Reference Include="SevenZipSharp">
3639
<HintPath>..\packages\SevenZipSharp.0.64\lib\SevenZipSharp.dll</HintPath>
@@ -45,7 +48,6 @@
4548
</ItemGroup>
4649
<ItemGroup>
4750
<Compile Include="Decoder.cs" />
48-
<Compile Include="Program.cs" />
4951
<Compile Include="Properties\AssemblyInfo.cs" />
5052
</ItemGroup>
5153
<ItemGroup>

‎HayDayDecoder/Program.cs

-30
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.