Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandhall committed Mar 1, 2022
1 parent 2e34a1e commit e35320b
Show file tree
Hide file tree
Showing 17 changed files with 2,119 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .idea/.idea.FolderSize/.idea/.gitignore

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

11 changes: 11 additions & 0 deletions .idea/.idea.FolderSize/.idea/aws.xml

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

4 changes: 4 additions & 0 deletions .idea/.idea.FolderSize/.idea/encodings.xml

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

8 changes: 8 additions & 0 deletions .idea/.idea.FolderSize/.idea/indexLayout.xml

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

16 changes: 16 additions & 0 deletions FolderSize.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderSize", "FolderSize\FolderSize.csproj", "{257D3ABF-1313-43AE-9D07-5693ACAA57A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{257D3ABF-1313-43AE-9D07-5693ACAA57A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257D3ABF-1313-43AE-9D07-5693ACAA57A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257D3ABF-1313-43AE-9D07-5693ACAA57A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{257D3ABF-1313-43AE-9D07-5693ACAA57A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
2 changes: 2 additions & 0 deletions FolderSize.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeInspection/CodeAnnotations/NamespacesWithAnnotations/=FolderSize_002EAnnotations/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
Loading

0 comments on commit e35320b

Please sign in to comment.