Skip to content

Commit

Permalink
Rel
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaksarg committed May 29, 2016
1 parent 78250a9 commit 04b9fa4
Show file tree
Hide file tree
Showing 29 changed files with 16,969 additions and 9 deletions.
18 changes: 9 additions & 9 deletions FormattedText/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added FormattedText/bin/Release/FormattedText.exe
Binary file not shown.
14 changes: 14 additions & 0 deletions FormattedText/bin/Release/FormattedText.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Binary file added FormattedText/bin/Release/FormattedText.pdb
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions FormattedText/bin/Release/FormattedText.vshost.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
11 changes: 11 additions & 0 deletions FormattedText/bin/Release/FormattedText.vshost.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Binary file added FormattedText/bin/Release/Newtonsoft.Json.dll
Binary file not shown.
Loading

0 comments on commit 04b9fa4

Please sign in to comment.