Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
1.3 Release Rewrite (#17)
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
Headline authored Sep 4, 2018
1 parent 5759468 commit edfd8d6
Show file tree
Hide file tree
Showing 8 changed files with 619 additions and 497 deletions.
402 changes: 402 additions & 0 deletions IRC-Relay/Discord.cs

Large diffs are not rendered by default.

207 changes: 0 additions & 207 deletions IRC-Relay/Helpers.cs

This file was deleted.

9 changes: 8 additions & 1 deletion IRC-Relay/IRC-Relay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Discord.Net.Commands, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Discord.Net.Commands.1.0.2\lib\netstandard1.1\Discord.Net.Commands.dll</HintPath>
Expand Down Expand Up @@ -96,17 +99,21 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Helpers.cs" />
<Compile Include="Discord.cs" />
<Compile Include="IRC.cs" />
<Compile Include="LogManager.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Session.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="settings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
Expand Down
Loading

0 comments on commit edfd8d6

Please sign in to comment.