Skip to content

Commit

Permalink
Initial release of new patcher
Browse files Browse the repository at this point in the history
Initial release of new patcher
  • Loading branch information
knight0fdragon committed Feb 13, 2016
1 parent b0ee500 commit 4ab2446
Show file tree
Hide file tree
Showing 315 changed files with 7,512 additions and 0 deletions.
22 changes: 22 additions & 0 deletions SF3TranslationPatch.sln
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SF3TranslationPatch", "SF3TranslationPatch\SF3TranslationPatch.csproj", "{9F8413C2-B6AB-45F8-8BEE-16BBD7B3A964}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F8413C2-B6AB-45F8-8BEE-16BBD7B3A964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F8413C2-B6AB-45F8-8BEE-16BBD7B3A964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F8413C2-B6AB-45F8-8BEE-16BBD7B3A964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F8413C2-B6AB-45F8-8BEE-16BBD7B3A964}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added SF3TranslationPatch.suo
Binary file not shown.
Binary file added SF3TranslationPatch.v12.suo
Binary file not shown.
6 changes: 6 additions & 0 deletions SF3TranslationPatch/App.config
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>

<supportedRuntime version="v2.0.50727"/></startup>
</configuration>
123 changes: 123 additions & 0 deletions SF3TranslationPatch/Patcher.Designer.cs

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

0 comments on commit 4ab2446

Please sign in to comment.