Skip to content

Commit

Permalink
Bulk of the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Nov 13, 2022
1 parent dd19949 commit 38a5da3
Show file tree
Hide file tree
Showing 107 changed files with 7,462 additions and 12,759 deletions.
126 changes: 23 additions & 103 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,110 +1,30 @@

# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/

# mstest test results
TestResults

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
#Ignore thumbnails created by Windows
Thumbs.db
#Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.sln.docstates

# Build results
[Dd]ebug/
[Rr]elease/
x64/
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.ncb
*.suo
*.tlb
*.tli
*.tlh
*.tmp
*.bak
*.cache
*.ilk
*.log
*.vspscc
*.vssscc
.builds

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

# Publish Web Output
*.Publish.xml

# NuGet Packages Directory
packages

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
[Bb]in
[Oo]bj
sql
TestResults
*.lib
*.sbr
bin/
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.Cache
ClientBin
[Ss]tyle[Cc]op.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

.vs/
#Nuget packages folder
packages/
50 changes: 0 additions & 50 deletions Bin/README.txt

This file was deleted.

83 changes: 0 additions & 83 deletions CHANGELOG.txt

This file was deleted.

20 changes: 20 additions & 0 deletions Directory.Build.Props
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<Project>
<PropertyGroup>
<Version>1.0.0.0</Version>
<Product>nini-core</Product>
<Authors>Sjofn LLC, Brent R. Matzelle</Authors>
<Copyright>Copyright (C) 2006 Brent R. Matzelle. All rights reserved.</Copyright>
<Company>Sjofn LLC</Company>
</PropertyGroup>
<PropertyGroup>
<PackageVersion>1.0.0.0</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>X11</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/cinderblocks/nini-core</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Config XML</PackageTags>
<RepositoryUrl>https://github.com/cinderblocks/nini-core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>master</RepositoryBranch>
</PropertyGroup>
</Project>
Binary file removed Examples/CsExamples/BasicApp/App.ico
Binary file not shown.
58 changes: 0 additions & 58 deletions Examples/CsExamples/BasicApp/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit 38a5da3

Please sign in to comment.