ikvm-fork/runtime/IKVM.Runtime.csproj

190 строки
6.5 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 = "{F5C7B588-0403-4AF2-A4DE-5697DE21BC2C}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
2004-05-27 11:12:04 +04:00
AssemblyName = "IKVM.Runtime"
2002-12-18 19:00:25 +03:00
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
2003-08-07 19:41:23 +04:00
PreBuildEvent = ""
PostBuildEvent = ""
2002-12-18 19:00:25 +03:00
RootNamespace = ""
2003-08-07 19:41:23 +04:00
RunPostBuildEvent = "OnBuildSuccess"
2002-12-18 19:00:25 +03:00
StartupObject = ""
>
<Config
Name = "Debug"
2004-08-30 19:56:23 +04:00
AllowUnsafeBlocks = "true"
2002-12-18 19:00:25 +03:00
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
2003-05-30 16:08:59 +04:00
DefineConstants = "DEBUG;TRACE;PROFILE"
2002-12-18 19:00:25 +03:00
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"
/>
<Reference
Name = "System.XML"
2005-05-26 18:47:46 +04:00
AssemblyName = "System.XML"
HintPath = "..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
2003-05-30 16:08:59 +04:00
/>
2002-12-18 19:00:25 +03:00
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "attributes.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "BigEndianBinaryReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ByteCode.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ByteCodeHelper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ClassFile.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ClassLoaderWrapper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "classpath.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2003-05-30 16:08:59 +04:00
<File
RelPath = "CodeEmitter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2002-12-18 19:00:25 +03:00
<File
RelPath = "compiler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2004-03-16 20:10:09 +03:00
<File
RelPath = "CoreClasses.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2002-12-18 19:00:25 +03:00
<File
RelPath = "ExceptionHelper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "JavaException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2002-12-27 12:01:16 +03:00
<File
RelPath = "JniInterface.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2003-05-30 16:08:59 +04:00
<File
RelPath = "MemberWrapper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2002-12-18 19:00:25 +03:00
<File
RelPath = "profiler.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "remapper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2004-03-08 18:18:47 +03:00
<File
RelPath = "tracer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
2002-12-18 19:00:25 +03:00
<File
RelPath = "TypeWrapper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "verifier.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "vm.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>