mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-02 17:48:11 +03:00
113 lines
4.0 KiB
XML
113 lines
4.0 KiB
XML
<VisualStudioProject>
|
|
<CSHARP
|
|
ProjectType = "Local"
|
|
ProductVersion = "7.0.9254"
|
|
SchemaVersion = "1.0"
|
|
ProjectGuid = "{2E507E92-6A6F-4234-B5D0-D68AAC8C1BCE}"
|
|
>
|
|
<Build>
|
|
<Settings
|
|
ApplicationIcon = ""
|
|
AssemblyKeyContainerName = ""
|
|
AssemblyName = "SimpleTTS"
|
|
AssemblyOriginatorKeyFile = ""
|
|
DefaultClientScript = "JScript"
|
|
DefaultHTMLPageLayout = "Grid"
|
|
DefaultTargetSchema = "IE50"
|
|
DelaySign = "false"
|
|
NoStandardLibraries = "false"
|
|
OutputType = "WinExe"
|
|
RootNamespace = "SimpleTTS"
|
|
StartupObject = ""
|
|
>
|
|
<Config
|
|
Name = "Debug"
|
|
AllowUnsafeBlocks = "false"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "DEBUG;TRACE"
|
|
DocumentationFile = ""
|
|
DebugSymbols = "true"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "true"
|
|
Optimize = "false"
|
|
OutputPath = "bin\Debug\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
<Config
|
|
Name = "Release"
|
|
AllowUnsafeBlocks = "false"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "TRACE"
|
|
DocumentationFile = ""
|
|
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.Drawing"
|
|
AssemblyName = "System.Drawing"
|
|
/>
|
|
<Reference
|
|
Name = "System.Windows.Forms"
|
|
AssemblyName = "System.Windows.Forms"
|
|
/>
|
|
<Reference
|
|
Name = "System.XML"
|
|
AssemblyName = "System.Xml"
|
|
/>
|
|
<Reference
|
|
Name = "SpeechLib"
|
|
Guid = "{C866CA3A-32F7-11D2-9602-00C04F8EE628}"
|
|
VersionMajor = "5"
|
|
VersionMinor = "0"
|
|
Lcid = "0"
|
|
WrapperTool = "tlbimp"
|
|
/>
|
|
</References>
|
|
</Build>
|
|
<Files>
|
|
<Include>
|
|
<File
|
|
RelPath = "AssemblyInfo.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "MainForm.cs"
|
|
SubType = "Form"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "MainForm.resx"
|
|
DependentUpon = "MainForm.cs"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
</Include>
|
|
</Files>
|
|
</CSHARP>
|
|
</VisualStudioProject>
|
|
|