Cleanup and adds the last unreleased Mew

This commit is contained in:
Kamron Batman 2019-06-25 17:53:47 -07:00
parent 3f77d7037b
commit db28fb21c9
3 changed files with 754 additions and 743 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

View File

@ -22,4 +22,20 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1CA7E5B-3524-41DD-AFD5-05C48B8ACE33}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 80
$1.TabWidth = 2
$1.TabsToSpaces = True
$1.IndentWidth = 2
$1.NoTabsAfterNonTabs = True
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 80
$3.TabsToSpaces = True
$3.scope = text/plain
EndGlobalSection
EndGlobal

1479
Program.cs

File diff suppressed because it is too large Load Diff