File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ using System ;
2+ using System . Collections . Generic ;
3+ using System . Linq ;
4+ using System . Text ;
5+ using System . Threading . Tasks ;
6+
7+ namespace CodeIsle . Exceptions
8+ {
9+ class Ips16MBException
10+ {
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ using System ;
2+ using System . Collections . Generic ;
3+ using System . Linq ;
4+ using System . Text ;
5+ using System . Threading . Tasks ;
6+
7+ namespace CodeIsle . Exceptions
8+ {
9+ class IpsIdenticalException
10+ {
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ using System ;
2+ using System . Collections . Generic ;
3+ using System . Linq ;
4+ using System . Text ;
5+ using System . Threading . Tasks ;
6+
7+ namespace CodeIsle . Exceptions
8+ {
9+ class IpsInvalidException
10+ {
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ using System ;
2+ using System . Collections . Generic ;
3+ using System . Linq ;
4+ using System . Text ;
5+ using System . Threading . Tasks ;
6+
7+ namespace CodeIsle . Exceptions
8+ {
9+ class IpsNotThisException
10+ {
11+ }
12+ }
Original file line number Diff line number Diff line change 1+ using System ;
2+ using System . Collections . Generic ;
3+ using System . Linq ;
4+ using System . Text ;
5+ using System . Threading . Tasks ;
6+
7+ namespace CodeIsle . Exceptions
8+ {
9+ class IpsScrambledException
10+ {
11+ }
12+ }
Original file line number Diff line number Diff line change 3939 <Reference Include =" System.Xml" />
4040 </ItemGroup >
4141 <ItemGroup >
42+ <Compile Include =" Exceptions\Ips16MBException.cs" />
43+ <Compile Include =" Exceptions\IpsIdenticalException.cs" />
44+ <Compile Include =" Exceptions\IpsInvalidException.cs" />
45+ <Compile Include =" Exceptions\IpsNotThisException.cs" />
46+ <Compile Include =" Exceptions\IpsScrambledException.cs" />
4247 <Compile Include =" LibIpsNet.cs" />
4348 <Compile Include =" Properties\AssemblyInfo.cs" />
4449 </ItemGroup >
You can’t perform that action at this time.
0 commit comments