commit 62c9007691ad0fca8b8e47b9cba9e94d85c4aa5f Author: Brady Date: Sat Oct 19 21:02:18 2019 -0600 hw3 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b230ab5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bin/ +obj/ +/packages/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e7ec0c9 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ + +# Default ignored files +/.idea.Shapes/.idea/workspace.xml \ No newline at end of file diff --git a/.idea/.idea.Shapes/.idea/contentModel.xml b/.idea/.idea.Shapes/.idea/contentModel.xml new file mode 100644 index 0000000..b826856 --- /dev/null +++ b/.idea/.idea.Shapes/.idea/contentModel.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Shapes/.idea/encodings.xml b/.idea/.idea.Shapes/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Shapes/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Shapes/.idea/indexLayout.xml b/.idea/.idea.Shapes/.idea/indexLayout.xml new file mode 100644 index 0000000..27ba142 --- /dev/null +++ b/.idea/.idea.Shapes/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Shapes/.idea/modules.xml b/.idea/.idea.Shapes/.idea/modules.xml new file mode 100644 index 0000000..e329eab --- /dev/null +++ b/.idea/.idea.Shapes/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Shapes/.idea/projectSettingsUpdater.xml b/.idea/.idea.Shapes/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..7515e76 --- /dev/null +++ b/.idea/.idea.Shapes/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.Shapes/.idea/vcs.xml b/.idea/.idea.Shapes/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Shapes/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Shapes/riderModule.iml b/.idea/.idea.Shapes/riderModule.iml new file mode 100644 index 0000000..1a4e0d9 --- /dev/null +++ b/.idea/.idea.Shapes/riderModule.iml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Shapes.sln b/Shapes.sln new file mode 100644 index 0000000..5352aa8 --- /dev/null +++ b/Shapes.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shapes", "Shapes\Shapes.csproj", "{3DEEB67E-89F4-403E-8210-EEBD5A01C64D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3DEEB67E-89F4-403E-8210-EEBD5A01C64D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3DEEB67E-89F4-403E-8210-EEBD5A01C64D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3DEEB67E-89F4-403E-8210-EEBD5A01C64D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3DEEB67E-89F4-403E-8210-EEBD5A01C64D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/Shapes/Class1.cs b/Shapes/Class1.cs new file mode 100644 index 0000000..1658be6 --- /dev/null +++ b/Shapes/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace Shapes +{ + public class Class1 + { + } +} \ No newline at end of file diff --git a/Shapes/Shapes.csproj b/Shapes/Shapes.csproj new file mode 100644 index 0000000..17ca88b --- /dev/null +++ b/Shapes/Shapes.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.2 + + +