ikvm-fork/ikvmstub/ikvmstub.csproj

105 строки
3.8 KiB
XML
Исходник Обычный вид История

2002-12-18 19:00:25 +03:00
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
2003-08-07 19:41:23 +04:00
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
2002-12-18 19:00:25 +03:00
ProjectGuid = "{D2A9434D-59E4-43E9-8D9C-332AA138CEAD}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
2004-06-07 12:28:57 +04:00
AssemblyName = "ikvmstub"
2002-12-18 19:00:25 +03:00
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Exe"
2003-08-07 19:41:23 +04:00
PreBuildEvent = ""
PostBuildEvent = ""
2004-06-07 12:28:57 +04:00
RootNamespace = ""
2003-08-07 19:41:23 +04:00
RunPostBuildEvent = "OnBuildSuccess"
2002-12-18 19:00:25 +03:00
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
2003-08-07 19:41:23 +04:00
NoStdLib = "false"
NoWarn = ""
2002-12-18 19:00:25 +03:00
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 = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
2003-08-07 19:41:23 +04:00
NoStdLib = "false"
NoWarn = ""
2002-12-18 19:00:25 +03:00
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
/>
2003-08-21 14:06:34 +04:00
<Reference
2004-05-27 11:12:04 +04:00
Name = "IKVM.Runtime"
2003-08-21 14:06:34 +04:00
Project = "{F5C7B588-0403-4AF2-A4DE-5697DE21BC2C}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
2004-05-27 11:12:04 +04:00
Name = "IKVM.GNU.Classpath"
AssemblyName = "IKVM.GNU.Classpath"
HintPath = "..\bin\IKVM.GNU.Classpath.dll"
2003-08-21 14:06:34 +04:00
/>
2004-04-23 18:21:43 +04:00
<Reference
Name = "ICSharpCode.SharpZipLib"
AssemblyName = "ICSharpCode.SharpZipLib"
HintPath = "..\bin\ICSharpCode.SharpZipLib.dll"
/>
2002-12-18 19:00:25 +03:00
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
2004-05-27 11:12:04 +04:00
RelPath = "ikvmstub.cs"
2002-12-18 19:00:25 +03:00
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>