~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/ikvmstub/ikvmstub.8.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
 
2
  <PropertyGroup>
 
3
    <ProjectType>Local</ProjectType>
 
4
    <ProductVersion>9.0.30729</ProductVersion>
 
5
    <SchemaVersion>2.0</SchemaVersion>
 
6
    <ProjectGuid>{D2A9434D-59E4-43E9-8D9C-332AA138CEAD}</ProjectGuid>
 
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
9
    <ApplicationIcon>
 
10
    </ApplicationIcon>
 
11
    <AssemblyKeyContainerName>
 
12
    </AssemblyKeyContainerName>
 
13
    <AssemblyName>ikvmstub</AssemblyName>
 
14
    <AssemblyOriginatorKeyFile>
 
15
    </AssemblyOriginatorKeyFile>
 
16
    <DefaultClientScript>JScript</DefaultClientScript>
 
17
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
 
18
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
 
19
    <DelaySign>false</DelaySign>
 
20
    <OutputType>Exe</OutputType>
 
21
    <RootNamespace>
 
22
    </RootNamespace>
 
23
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 
24
    <StartupObject>
 
25
    </StartupObject>
 
26
    <FileUpgradeFlags>
 
27
    </FileUpgradeFlags>
 
28
    <UpgradeBackupLocation>
 
29
    </UpgradeBackupLocation>
 
30
    <OldToolsVersion>2.0</OldToolsVersion>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
33
    <OutputPath>bin\Debug\</OutputPath>
 
34
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
 
35
    <BaseAddress>285212672</BaseAddress>
 
36
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 
37
    <ConfigurationOverrideFile>
 
38
    </ConfigurationOverrideFile>
 
39
    <DefineConstants>TRACE;DEBUG;IKVM_REF_EMIT;STUB_GENERATOR</DefineConstants>
 
40
    <DocumentationFile>
 
41
    </DocumentationFile>
 
42
    <DebugSymbols>true</DebugSymbols>
 
43
    <FileAlignment>4096</FileAlignment>
 
44
    <NoStdLib>false</NoStdLib>
 
45
    <NoWarn>
 
46
    </NoWarn>
 
47
    <Optimize>false</Optimize>
 
48
    <RegisterForComInterop>false</RegisterForComInterop>
 
49
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
50
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
51
    <WarningLevel>4</WarningLevel>
 
52
    <DebugType>full</DebugType>
 
53
    <ErrorReport>prompt</ErrorReport>
 
54
  </PropertyGroup>
 
55
  <ItemGroup>
 
56
    <Reference Include="ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
 
57
      <SpecificVersion>False</SpecificVersion>
 
58
      <HintPath>..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
 
59
    </Reference>
 
60
    <Reference Include="System">
 
61
      <Name>System</Name>
 
62
    </Reference>
 
63
  </ItemGroup>
 
64
  <ItemGroup>
 
65
    <Compile Include="..\CommonAssemblyInfo.cs">
 
66
      <SubType>Code</SubType>
 
67
    </Compile>
 
68
    <Compile Include="AssemblyInfo.cs">
 
69
      <SubType>Code</SubType>
 
70
    </Compile>
 
71
    <Compile Include="ClassFileWriter.cs" />
 
72
    <Compile Include="ikvmstub.cs">
 
73
      <SubType>Code</SubType>
 
74
    </Compile>
 
75
    <Compile Include="..\ikvmc\AssemblyResolver.cs" />
 
76
    <Compile Include="..\runtime\AssemblyClassLoader.cs" />
 
77
    <Compile Include="..\runtime\attributes.cs">
 
78
      <SubType>Code</SubType>
 
79
    </Compile>
 
80
    <Compile Include="..\runtime\ClassLoaderWrapper.cs">
 
81
      <SubType>Code</SubType>
 
82
    </Compile>
 
83
    <Compile Include="..\runtime\CoreClasses.cs">
 
84
      <SubType>Code</SubType>
 
85
    </Compile>
 
86
    <Compile Include="..\runtime\DotNetTypeWrapper.cs" />
 
87
    <Compile Include="..\runtime\JavaException.cs">
 
88
      <SubType>Code</SubType>
 
89
    </Compile>
 
90
    <Compile Include="..\runtime\MemberWrapper.cs">
 
91
      <SubType>Code</SubType>
 
92
    </Compile>
 
93
    <Compile Include="..\runtime\profiler.cs">
 
94
      <SubType>Code</SubType>
 
95
    </Compile>
 
96
    <Compile Include="..\runtime\ReflectUtil.cs" />
 
97
    <Compile Include="..\runtime\tracer.cs" />
 
98
    <Compile Include="..\runtime\Types.cs" />
 
99
    <Compile Include="..\runtime\TypeWrapper.cs">
 
100
      <SubType>Code</SubType>
 
101
    </Compile>
 
102
    <Compile Include="..\runtime\vm.cs">
 
103
      <SubType>Code</SubType>
 
104
    </Compile>
 
105
    <Compile Include="SerialVersionUID.cs" />
 
106
  </ItemGroup>
 
107
  <ItemGroup>
 
108
    <ProjectReference Include="..\reflect\IKVM.Reflection.csproj">
 
109
      <Project>{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}</Project>
 
110
      <Name>IKVM.Reflection</Name>
 
111
    </ProjectReference>
 
112
  </ItemGroup>
 
113
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
114
  <PropertyGroup>
 
115
    <PreBuildEvent>
 
116
    </PreBuildEvent>
 
117
    <PostBuildEvent>
 
118
    </PostBuildEvent>
 
119
  </PropertyGroup>
 
120
</Project>
 
 
b'\\ No newline at end of file'