diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-06 16:58:06 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-06 16:58:06 -0400 |
| commit | 414ea5e42170386d4df79db2debc493d0eb4d393 (patch) | |
| tree | befcbd3b19467c9dd98676ea350a01b1514358b5 /AleeBot/AleeBot.csproj | |
| parent | 9289ab03d85f415db36242beb489bb22ee6152bf (diff) | |
| download | AleeBot.NET-414ea5e42170386d4df79db2debc493d0eb4d393.tar.gz AleeBot.NET-414ea5e42170386d4df79db2debc493d0eb4d393.tar.bz2 AleeBot.NET-414ea5e42170386d4df79db2debc493d0eb4d393.zip | |
Added a new command and finally getting rid of the hardcoded stuff
Diffstat (limited to 'AleeBot/AleeBot.csproj')
| -rw-r--r-- | AleeBot/AleeBot.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AleeBot/AleeBot.csproj b/AleeBot/AleeBot.csproj index 2cff4bd..3e59679 100644 --- a/AleeBot/AleeBot.csproj +++ b/AleeBot/AleeBot.csproj @@ -8,6 +8,10 @@ <Copyright>(C) Copyright 2019</Copyright> <NeutralLanguage>en</NeutralLanguage> <Company>AleeCorp</Company> + <ApplicationIcon>AleeBot.ico</ApplicationIcon> + <AssemblyName>AleeBot.NET</AssemblyName> + <RootNamespace>AleeBot</RootNamespace> + <RepositoryUrl>https://github.com/AleeCorp/AleeBot.NET</RepositoryUrl> </PropertyGroup> <ItemGroup> @@ -16,4 +20,8 @@ <PackageReference Include="System.IO.FileSystem" Version="4.3.0" /> </ItemGroup> + <Target Name="PreBuild" BeforeTargets="PreBuildEvent"> + <Exec Command="" /> + </Target> + </Project> |
