Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Huntrox committed Sep 12, 2023
0 parents commit ceb7341
Show file tree
Hide file tree
Showing 13 changed files with 1,026 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# From .NET Core 3.0 you can use the command: `dotnet new gitignore` to generate a customizable .gitignore file

*.swp
*.*~
project.lock.json
.DS_Store
*.pyc

# Visual Studio Code
.vscode

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
msbuild.log
msbuild.err
msbuild.wrn

# Visual Studio 2015
.vs/
25 changes: 25 additions & 0 deletions Obj2PicoCAD.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Obj2PicoCAD", "Obj2PicoCAD\Obj2PicoCAD.csproj", "{7A097BB0-7554-4A58-A177-A205FA974CD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A097BB0-7554-4A58-A177-A205FA974CD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A097BB0-7554-4A58-A177-A205FA974CD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A097BB0-7554-4A58-A177-A205FA974CD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A097BB0-7554-4A58-A177-A205FA974CD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0C42E88-B9E1-4EAE-9117-50A55591F477}
EndGlobalSection
EndGlobal
Loading

0 comments on commit ceb7341

Please sign in to comment.