mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-03-29 08:19:38 -06:00
205 lines
7.4 KiB
XML
205 lines
7.4 KiB
XML
<VisualStudioProject>
|
|
<CSHARP
|
|
ProjectType = "Local"
|
|
ProductVersion = "7.0.9466"
|
|
SchemaVersion = "1.0"
|
|
ProjectGuid = "{2EA04455-EA2C-40C7-AD73-0A834353467A}"
|
|
>
|
|
<Build>
|
|
<Settings
|
|
ApplicationIcon = ""
|
|
AssemblyKeyContainerName = ""
|
|
AssemblyName = "AED"
|
|
AssemblyOriginatorKeyFile = ""
|
|
DefaultClientScript = "JScript"
|
|
DefaultHTMLPageLayout = "Grid"
|
|
DefaultTargetSchema = "IE50"
|
|
DelaySign = "false"
|
|
OutputType = "Exe"
|
|
RootNamespace = "AED"
|
|
StartupObject = ""
|
|
>
|
|
<Config
|
|
Name = "Debug"
|
|
AllowUnsafeBlocks = "true"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "DEBUG;TRACE"
|
|
DocumentationFile = "AED.xml"
|
|
DebugSymbols = "true"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "true"
|
|
Optimize = "false"
|
|
OutputPath = "bin\Debug\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
<Config
|
|
Name = "Release"
|
|
AllowUnsafeBlocks = "true"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "TRACE"
|
|
DocumentationFile = "AED.xml"
|
|
DebugSymbols = "false"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "true"
|
|
Optimize = "true"
|
|
OutputPath = "bin\Release\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
<Config
|
|
Name = "Gui Debug"
|
|
AllowUnsafeBlocks = "true"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "DEBUG;TRACE"
|
|
DocumentationFile = "AED.xml"
|
|
DebugSymbols = "true"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "true"
|
|
Optimize = "false"
|
|
OutputPath = "bin\Debug\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
<Config
|
|
Name = "Gui Release"
|
|
AllowUnsafeBlocks = "true"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "TRACE"
|
|
DocumentationFile = "AED.xml"
|
|
DebugSymbols = "false"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "true"
|
|
Optimize = "true"
|
|
OutputPath = "bin\Release\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
</Settings>
|
|
<References>
|
|
<Reference
|
|
Name = "System"
|
|
AssemblyName = "System"
|
|
/>
|
|
<Reference
|
|
Name = "System.Data"
|
|
AssemblyName = "System.Data"
|
|
/>
|
|
<Reference
|
|
Name = "System.XML"
|
|
AssemblyName = "System.Xml"
|
|
/>
|
|
<Reference
|
|
Name = "System.Drawing"
|
|
AssemblyName = "System.Drawing"
|
|
/>
|
|
<Reference
|
|
Name = "System.Windows.Forms"
|
|
AssemblyName = "System.Windows.Forms"
|
|
/>
|
|
<Reference
|
|
Name = "Microsoft.Vsa"
|
|
AssemblyName = "Microsoft.Vsa"
|
|
/>
|
|
<Reference
|
|
Name = "Microsoft.JScript"
|
|
AssemblyName = "Microsoft.JScript"
|
|
/>
|
|
</References>
|
|
</Build>
|
|
<Files>
|
|
<Include>
|
|
<File
|
|
RelPath = "AED.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "AnimSet.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "AssemblyInfo.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Gui.cs"
|
|
SubType = "Form"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Gui.resx"
|
|
DependentUpon = "Gui.cs"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
<File
|
|
RelPath = "licenses.licx"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "PropertyInspector.cs"
|
|
SubType = "Form"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "PropertyInspector.resx"
|
|
DependentUpon = "PropertyInspector.cs"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
<File
|
|
RelPath = "Script.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "ScriptEditor.cs"
|
|
SubType = "Form"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "ScriptEditor.resx"
|
|
DependentUpon = "ScriptEditor.cs"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
<File
|
|
RelPath = "SpiffLib\Misc.cs"
|
|
Link = "..\SpiffLib\Misc.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "SpiffLib\Palette.cs"
|
|
Link = "..\SpiffLib\Palette.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "SpiffLib\TBitmap.cs"
|
|
Link = "..\SpiffLib\TBitmap.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
</Include>
|
|
</Files>
|
|
</CSHARP>
|
|
</VisualStudioProject>
|
|
|