Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5479 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
29 changed files with 220 additions and 71 deletions
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
%windir%\microsoft.net\framework\v4.0.21006\msbuild /m /t:clean SharpDevelop.sln "/p:FSharpBuildTasksPath=%CD%\src\AddIns\BackendBindings\FSharp\RequiredLibraries" "/p:Platform=Any CPU" |
||||
%windir%\microsoft.net\framework\v4.0.21006\msbuild /m SharpDevelop.sln /t:clean "/p:Platform=Any CPU" |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?> |
||||
<Dictionary> |
||||
<Words> |
||||
<Recognized> |
||||
<!-- add words specific to your application here --> |
||||
<Word>Headered</Word> <!-- HeaderedContentControl --> |
||||
<Word>Snapline</Word> |
||||
</Recognized> |
||||
<Unrecognized> |
||||
<!-- Disable Lineup as a single word - LineUp is the spelling used in WPF --> |
||||
<Word>Lineup</Word> |
||||
</Unrecognized> |
||||
<Deprecated> |
||||
<!-- Use this section to deprecate terms --> |
||||
<Term PreferredAlternate="Best">Bestest</Term> |
||||
</Deprecated> |
||||
</Words> |
||||
<Acronyms> |
||||
<CasingExceptions> |
||||
<!-- Use this section to tell FxCop the correct casing of acronyms. --> |
||||
<Acronym>WiX</Acronym> |
||||
</CasingExceptions> |
||||
</Acronyms> |
||||
</Dictionary> |
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?> |
||||
<Dictionary> |
||||
<Words> |
||||
<Recognized> |
||||
<!-- add words specific to your application here --> |
||||
<Word>lhs</Word> |
||||
<Word>rhs</Word> |
||||
</Recognized> |
||||
<Unrecognized> |
||||
<!-- Disable Lineup as a single word - LineUp is the spelling used in WPF --> |
||||
<Word>Lineup</Word> |
||||
</Unrecognized> |
||||
<Deprecated> |
||||
<!-- Use this section to deprecate terms --> |
||||
<Term PreferredAlternate="Best">Bestest</Term> |
||||
</Deprecated> |
||||
</Words> |
||||
<Acronyms> |
||||
<CasingExceptions> |
||||
<!-- Use this section to tell FxCop the correct casing of acronyms. --> |
||||
<Acronym>WiX</Acronym> |
||||
</CasingExceptions> |
||||
</Acronyms> |
||||
</Dictionary> |
Loading…
Reference in new issue