Skip to content

Commit

Permalink
-add: init project
Browse files Browse the repository at this point in the history
  • Loading branch information
nikes committed Jan 13, 2019
0 parents commit 1d488ec
Show file tree
Hide file tree
Showing 7 changed files with 627 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
XLPakTool/bin/
XLPakTool/obj/
25 changes: 25 additions & 0 deletions XLPakTool.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 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XLPakTool", "XLPakTool\XLPakTool.csproj", "{30356FF6-4A19-4B70-A776-D69D2167238A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30356FF6-4A19-4B70-A776-D69D2167238A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30356FF6-4A19-4B70-A776-D69D2167238A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30356FF6-4A19-4B70-A776-D69D2167238A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30356FF6-4A19-4B70-A776-D69D2167238A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C53225D8-FED9-4A94-B940-7FCB7F8DAEFD}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions XLPakTool/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>
Loading

0 comments on commit 1d488ec

Please sign in to comment.