Skip to content

Commit

Permalink
Change project name, Update for VS2015.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonprosoft committed Aug 6, 2015
1 parent 4189129 commit 3b00c8c
Show file tree
Hide file tree
Showing 18 changed files with 774 additions and 748 deletions.
87 changes: 0 additions & 87 deletions CSCodeSyntaxHighlighter/CSCodeSyntaxHighlighter.csproj

This file was deleted.

9 changes: 0 additions & 9 deletions CSCodeSyntaxHighlighter/packages.config

This file was deleted.

12 changes: 6 additions & 6 deletions Samples/BadCode.cs.html
Expand Up @@ -3,7 +3,7 @@
<html lang='ja'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>csFiles/BadCode.cs - cs2html</title>
<title>csFiles\BadCode.cs - cs2html</title>
<style>

* {
Expand Down Expand Up @@ -214,7 +214,7 @@ <h1>CSCodeSyntaxHighlighter</h1>
<div id='main'>
<div id='info'>
<p><span id='langName'> C#</span></p>
<p>File Name: <span id='fileName'>csFiles/BadCode.cs</span></p>
<p>File Name: <span id='fileName'>csFiles\BadCode.cs</span></p>
</div>
<div id='syntax-result'>
<h3>Syntax Diagnostics</h3>
Expand All @@ -228,9 +228,9 @@ <h3>Semantic Diagnostics</h3>
<ul>
<li class='Error'>#CS1002 <strong>Error</strong> ; expected @ [254..254)</li>
<li class='Error'>#CS0246 <strong>Error</strong> The type or namespace name 'いんと' could not be found (are you missing a using directive or an assembly reference?) @ [277..280)</li>
<li class='Info'>#CS8019 <strong>Info</strong> Unnecessary using directive. @ [15..48)</li>
<li class='Info'>#CS8019 <strong>Info</strong> Unnecessary using directive. @ [70..99)</li>
<li class='Info'>#CS8019 <strong>Info</strong> Unnecessary using directive. @ [50..68)</li>
<li class='Hidden'>#CS8019 <strong>Hidden</strong> Unnecessary using directive. @ [50..68)</li>
<li class='Hidden'>#CS8019 <strong>Hidden</strong> Unnecessary using directive. @ [15..48)</li>
<li class='Hidden'>#CS8019 <strong>Hidden</strong> Unnecessary using directive. @ [70..99)</li>

</ul>
</div>
Expand All @@ -240,7 +240,7 @@ <h2>コード</h2>

<footer>
<div id='footeritem-container'>
<p id='copyright' class='wrapper'>&copy; Copyrights 2014 <a href='http://bonprosoft.com/'>Yuki Igarashi</a> All Rights Reserved.</p>
<p id='copyright' class='wrapper'>&copy; Copyrights 2015 <a href='http://bonprosoft.com/'>Yuki Igarashi</a> All Rights Reserved.</p>
</div>
</footer>
</div>
Expand Down

0 comments on commit 3b00c8c

Please sign in to comment.