Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

68 changes: 68 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
#Ignore thumbnails created by windows
Thumbs.db

#Ignore files built by Visual Studio
*.user
.obj
.exe
.pdb
.user
.aps
.pch
.vspscc
_i.c
_p.c
.ncb
.suo
.tlb
.tlh
.bak
.cache
.ilk
.log
.vs
[Bb]in
[Dd]ebug
.lib
.sbr
obj
[Rr]elease
_ReSharper
[Tt]est[Rr]esult

#Ignore packages directory
Packages

#Allow NuGet.exe
!NuGet.exe

#Ignore generated nupkg files
.nupkg

#Allow released nupkg files
!VisualStudioGitIgnore.1.0.nupkg
!VisualStudioGitIgnore.1.1.nupkg
!VisualStudioGitIgnore.1.2.nupkg

#Ignore local testsettings
Local.testsettings

#Allow R# .DotSettings
!.csproj.DotSettings

#Ignore Azure build csdef & Pubxml files
ServiceDefinition.build.csdef
.azurePubxml
UCosmic.Www.Mvc.Publish.xml

#Ignore WebDeploy publish profile
.Publish.xml

#Ignore email files delivered to specified pickup directory
.eml

#Allow chromedriver.exe
!chromedriver.exe

#Ignore private folder
Private
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# SCPAK
一个[Scpaker](https://github.com/CXHGT/SCPAK)的fork
24 changes: 24 additions & 0 deletions SCPAK.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,50 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCPaker", "SCPaker\SCPaker\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCPAK", "SCPAK\SCPAK.csproj", "{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCPacker.NET", "SCPacker.NET\SCPacker.NET.csproj", "{12D66A9B-F60F-4E22-A318-907B8B58B0D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug45|Any CPU = Debug45|Any CPU
Release45|Any CPU = Release45|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62727A07-1870-4CDD-80ED-335537D33E99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62727A07-1870-4CDD-80ED-335537D33E99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62727A07-1870-4CDD-80ED-335537D33E99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62727A07-1870-4CDD-80ED-335537D33E99}.Release|Any CPU.Build.0 = Release|Any CPU
{62727A07-1870-4CDD-80ED-335537D33E99}.Debug45|Any CPU.ActiveCfg = Debug|Any CPU
{62727A07-1870-4CDD-80ED-335537D33E99}.Debug45|Any CPU.Build.0 = Debug|Any CPU
{62727A07-1870-4CDD-80ED-335537D33E99}.Release45|Any CPU.ActiveCfg = Debug|Any CPU
{62727A07-1870-4CDD-80ED-335537D33E99}.Release45|Any CPU.Build.0 = Debug|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Release|Any CPU.Build.0 = Release|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Debug45|Any CPU.ActiveCfg = Debug|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Debug45|Any CPU.Build.0 = Debug|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Release45|Any CPU.ActiveCfg = Debug|Any CPU
{2C3C319C-AAB2-4064-9C8D-3F398C8F8EDB}.Release45|Any CPU.Build.0 = Debug|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Release|Any CPU.Build.0 = Release|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Debug45|Any CPU.ActiveCfg = Debug|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Debug45|Any CPU.Build.0 = Debug|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Release45|Any CPU.ActiveCfg = Debug|Any CPU
{D34AD991-8EDF-4C2E-A8FE-57D2142B34C7}.Release45|Any CPU.Build.0 = Debug|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Release|Any CPU.Build.0 = Release|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Debug45|Any CPU.ActiveCfg = Debug|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Debug45|Any CPU.Build.0 = Debug|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Release45|Any CPU.ActiveCfg = Debug|Any CPU
{12D66A9B-F60F-4E22-A318-907B8B58B0D6}.Release45|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading