diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-06 18:12:48 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-06 18:12:48 -0400 |
| commit | b01892e0a1a117ad2898fcfe04072f1f35578c12 (patch) | |
| tree | 806c85e5fdba93ab0cb4a4c31ea3e4c2c86681f3 /AleeBot/AleeBot.csproj | |
| parent | 414ea5e42170386d4df79db2debc493d0eb4d393 (diff) | |
| download | AleeBot.NET-b01892e0a1a117ad2898fcfe04072f1f35578c12.tar.gz AleeBot.NET-b01892e0a1a117ad2898fcfe04072f1f35578c12.tar.bz2 AleeBot.NET-b01892e0a1a117ad2898fcfe04072f1f35578c12.zip | |
Beta 1 is now just Beta
Diffstat (limited to 'AleeBot/AleeBot.csproj')
| -rw-r--r-- | AleeBot/AleeBot.csproj | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/AleeBot/AleeBot.csproj b/AleeBot/AleeBot.csproj index 3e59679..3bce0a8 100644 --- a/AleeBot/AleeBot.csproj +++ b/AleeBot/AleeBot.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> @@ -9,7 +9,7 @@ <NeutralLanguage>en</NeutralLanguage> <Company>AleeCorp</Company> <ApplicationIcon>AleeBot.ico</ApplicationIcon> - <AssemblyName>AleeBot.NET</AssemblyName> + <AssemblyName>AleeBot</AssemblyName> <RootNamespace>AleeBot</RootNamespace> <RepositoryUrl>https://github.com/AleeCorp/AleeBot.NET</RepositoryUrl> </PropertyGroup> @@ -19,9 +19,4 @@ <PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> <PackageReference Include="System.IO.FileSystem" Version="4.3.0" /> </ItemGroup> - - <Target Name="PreBuild" BeforeTargets="PreBuildEvent"> - <Exec Command="" /> - </Target> - </Project> |
