-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
255 changed files
with
2,232 additions
and
1,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,30 +2,37 @@ | |
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
using System.Security; | ||
#if PORTABLE | ||
using Platform.Support.Core; | ||
using Platform.Support.Core.Attributes; | ||
#else | ||
using Platform.Support; | ||
using Platform.Support.Attributes; | ||
#endif | ||
|
||
#if (!COMPANY) | ||
|
||
[assembly: AssemblyCompany("Enner Pérez")] | ||
[assembly: Platform.Support.Attributes.Id("J-18384909-0")] | ||
[assembly: AssemblyCopyright("© Enner Pérez. All rights reserved.")] | ||
[assembly: AssemblyTrademark("© Enner Pérez")] | ||
[assembly: Id("J-18384909-0")] | ||
[assembly: AssemblyCopyright("Copyright © Enner Pérez")] | ||
[assembly: AssemblyTrademark("Enner Pérez")] | ||
|
||
[assembly: Platform.Support.Attributes.Contact("Twitter", "@ennerperez")] | ||
[assembly: Platform.Support.Attributes.Contact("584146328236")] | ||
[assembly: Platform.Support.Attributes.Mail("[email protected]")] | ||
[assembly: Contact("Twitter", "@ennerperez")] | ||
[assembly: Contact("584146328236")] | ||
[assembly: Mail("[email protected]")] | ||
|
||
//[assembly: Platform.Support.Attributes.Url("")] | ||
//[assembly: Url("")] | ||
|
||
#else | ||
|
||
[assembly: AssemblyCompany("Argument")] | ||
[assembly: Platform.Support.Attributes.Id("J-18384909-0")] | ||
[assembly: AssemblyCopyright("© Argument C.A. All rights reserved.")] | ||
[assembly: AssemblyTrademark("© Argument C.A.")] | ||
[assembly: Id("J-18384909-0")] | ||
[assembly: AssemblyCopyright("Copyright © Argument C.A.")] | ||
[assembly: AssemblyTrademark("Argument C.A.")] | ||
|
||
//[assembly: Platform.Support.Attributes.Url("")] | ||
//[assembly: Url("")] | ||
|
||
#endif | ||
|
||
[assembly: Platform.Support.Attributes.MadeIn("Venezuela", "VE")] | ||
[assembly: Platform.Support.Attributes.Developer("Enner Pérez", "@ennerperez")] | ||
[assembly: MadeIn("Venezuela", "VE")] | ||
[assembly: Developer("Enner Pérez", "@ennerperez")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<solution> | ||
<add key="disableSourceControlIntegration" value="true" /> | ||
</solution> | ||
</configuration> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl.Build.Symbols" version="1.0.14.0" /> | ||
<package id="Microsoft.Bcl.Build.Symbols" version="1.0.15.0" /> | ||
</packages> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.