Skip to content

Commit

Permalink
current update wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarklord committed Feb 18, 2020
1 parent 81ebe17 commit 699c220
Show file tree
Hide file tree
Showing 13 changed files with 872 additions and 843 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ bld/
[Oo]bj/

# Intermidate Building Things
UniversalPropertyReplacement/[Dd]ebug - Disk/
UniversalPropertyReplacement/[Dd]ebug - Steam Patched/
UniversalPropertyReplacement/[Dd]ebug - Steam/
UniversalPropertyReplacement/[Rr]elease - Disk/
UniversalPropertyReplacement/[Rr]elease - Steam Patched/
UniversalPropertyReplacement/[Rr]elease - Steam/
UniversalPropertyReplacement/[Dd]ebug/
UniversalPropertyReplacement/[Rr]elease/

# Visual Studio 2015 cache/options directory
.vs/
Expand Down
34 changes: 14 additions & 20 deletions UniversalPropertyReplacement.sln
Original file line number Diff line number Diff line change
@@ -1,40 +1,34 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UniversalPropertyReplacement", "UniversalPropertyReplacement\UniversalPropertyReplacement.vcxproj", "{07FC5B61-B575-4207-B464-AFAE6AF3FC19}"
ProjectSection(ProjectDependencies) = postProject
{F057451A-1413-4D68-AF56-1BF529933420} = {F057451A-1413-4D68-AF56-1BF529933420}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spore ModAPI", "..\..\Spore ModAPI\Spore ModAPI.vcxproj", "{F057451A-1413-4D68-AF56-1BF529933420}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug - Disk|x86 = Debug - Disk|x86
Debug - Steam Patched|x86 = Debug - Steam Patched|x86
Debug - Steam|x86 = Debug - Steam|x86
Debug|x86 = Debug|x86
Release - Disk|x86 = Release - Disk|x86
Release - Steam Patched|x86 = Release - Steam Patched|x86
Release - Steam|x86 = Release - Steam|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug - Disk|x86.ActiveCfg = Debug - Disk|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug - Disk|x86.Build.0 = Debug - Disk|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug - Steam Patched|x86.ActiveCfg = Debug - Steam Patched|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug - Steam Patched|x86.Build.0 = Debug - Steam Patched|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug - Steam|x86.ActiveCfg = Debug - Steam|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug - Steam|x86.Build.0 = Debug - Steam|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug|x86.ActiveCfg = Debug|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Debug|x86.Build.0 = Debug|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release - Disk|x86.ActiveCfg = Release - Disk|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release - Disk|x86.Build.0 = Release - Disk|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release - Steam Patched|x86.ActiveCfg = Release - Steam Patched|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release - Steam Patched|x86.Build.0 = Release - Steam Patched|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release - Steam|x86.ActiveCfg = Release - Steam|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release - Steam|x86.Build.0 = Release - Steam|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release|x86.ActiveCfg = Release|Win32
{07FC5B61-B575-4207-B464-AFAE6AF3FC19}.Release|x86.Build.0 = Release|Win32
{F057451A-1413-4D68-AF56-1BF529933420}.Debug|x86.ActiveCfg = Debug|Win32
{F057451A-1413-4D68-AF56-1BF529933420}.Debug|x86.Build.0 = Debug|Win32
{F057451A-1413-4D68-AF56-1BF529933420}.Release|x86.ActiveCfg = Release|Win32
{F057451A-1413-4D68-AF56-1BF529933420}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7E7D6E5-C4EB-4E80-9522-972DAA109DD9}
EndGlobalSection
EndGlobal
23 changes: 6 additions & 17 deletions UniversalPropertyReplacement/ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,32 @@
========================================================================
DYNAMIC LINK LIBRARY : Universal_Property_Replacement Project Overview
DYNAMIC LINK LIBRARY : UniversalPropertyReplacement Project Overview
========================================================================

AppWizard has created this Universal_Property_Replacement DLL for you.
AppWizard has created this UniversalPropertyReplacement DLL for you.

This file contains a summary of what you will find in each of the files that
make up your Universal_Property_Replacement application.
make up your UniversalPropertyReplacement application.


Universal_Property_Replacement.vcxproj
UniversalPropertyReplacement.vcxproj
This is the main project file for VC++ projects generated using an Application Wizard.
It contains information about the version of Visual C++ that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.

Universal_Property_Replacement.vcxproj.filters
UniversalPropertyReplacement.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).

Universal_Property_Replacement.cpp
This is the main DLL source file.

When created, this DLL does not export any symbols. As a result, it
will not produce a .lib file when it is built. If you wish this project
to be a project dependency of some other project, you will either need to
add code to export some symbols from the DLL so that an export library
will be produced, or you can set the Ignore Input Library property to Yes
on the General propert page of the Linker folder in the project's Property
Pages dialog box.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named Universal_Property_Replacement.pch and a precompiled types file named StdAfx.obj.
named UniversalPropertyReplacement.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:
Expand Down
18 changes: 18 additions & 0 deletions UniversalPropertyReplacement/SdkPathConfig.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<SporeSdkPath>F:\Spore\Spore-ModAPI\</SporeSdkPath>
<SporeLauncherPath>F:\Spore\Spore ModAPI Launcher Kit\</SporeLauncherPath>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="SporeSdkPath">
<Value>$(SporeSdkPath)</Value>
</BuildMacro>
<BuildMacro Include="SporeLauncherPath">
<Value>$(SporeLauncherPath)</Value>
</BuildMacro>
</ItemGroup>
</Project>
120 changes: 0 additions & 120 deletions UniversalPropertyReplacement/TestingCheat.cpp

This file was deleted.

Loading

0 comments on commit 699c220

Please sign in to comment.