Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Microsoft.Dynamic.Build.csproj « Microsoft.Dynamic « Runtime « dlr « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 776fa696bd8d2e690ecf0e6d7f129821de25724f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  


  <PropertyGroup>
    <OutputType>Library</OutputType>
    <RootNamespace>Microsoft.Dynamic</RootNamespace>
    <AssemblyName>Microsoft.Dynamic</AssemblyName>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>pdbonly</DebugType>
    <BinPlaceSymbols>false</BinPlaceSymbols> 
    <RunCodeAnalysis>false</RunCodeAnalysis>
    <GenerateAssemblyAttribute>false</GenerateAssemblyAttribute>
<OutputPath>$(SolutionDir)\..\Bin\40\</OutputPath>
<AssemblyOriginatorKeyFile>$(SolutionDir)\Runtime\MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
    <SignAssembly Condition="'$(SignAssembly)' == '' And Exists('$(AssemblyOriginatorKeyFile)')">true</SignAssembly>
    <SignedSym Condition="'$(SignAssembly)' == 'true'">SIGNED</SignedSym>
    <DelaySign>true</DelaySign>
    <DefineConstants>MICROSOFT_DYNAMIC;$(SignedSym)</DefineConstants>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{D4AE44AD-07B9-41DC-BB3B-1FDCDE3C987D}</ProjectGuid>

    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>$(SolutionDir)\..\Bin\40\</OutputPath>
    <DefineConstants>DEBUG;TRACE;CODEPLEX_40;SYSTEM_CORE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>$(SolutionDir)\..\Bin\40\</OutputPath>
    <DefineConstants>TRACE;CODEPLEX_40;SYSTEM_CORE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Core" />
  </ItemGroup>
  <ItemGroup>
    <TextStringResource Include="System.Dynamic.txt">
      <ResFile>System.Dynamic</ResFile>
      <Sealed>true</Sealed>
      <Visibility>internal</Visibility>
      <GenerateResource>true</GenerateResource>
      <FullClassName>System.Dynamic.SR</FullClassName>
      <Parameterize>true</Parameterize>
    </TextStringResource>
  </ItemGroup>
  <!-- Begin Generated Project Items By GenerateSystemCoreCsproj.py -->
    <ItemGroup>
      <!--                    -->
      <!--                    -->
      <!--                    -->
      <Compile Include="ArgBuilder.cs" />
      <Compile Include="Assert.cs" />
      <Compile Include="BoolArgBuilder.cs" />
      <Compile Include="BoundDispEvent.cs" />
      <Compile Include="CollectionExtensions.cs" />
      <Compile Include="ComBinder.cs" />
      <Compile Include="ComBinderHelpers.cs" />
      <Compile Include="ComDispIds.cs" />
      <Compile Include="ComEventDesc.cs" />
      <Compile Include="ComEventSink.cs" />
      <Compile Include="ComEventSinkProxy.cs" />
      <Compile Include="ComEventSinksContainer.cs" />
      <Compile Include="ComFallbackMetaObject.cs" />
      <Compile Include="ComHresults.cs" />
      <Compile Include="ComInterop.cs" />
      <Compile Include="ComInvokeAction.cs" />
      <Compile Include="ComInvokeBinder.cs" />
      <Compile Include="ComMetaObject.cs" />
      <Compile Include="ComMethodDesc.cs" />
      <Compile Include="ComObject.cs" />
      <Compile Include="ComRuntimeHelpers.cs" />
      <Compile Include="ComTypeClassDesc.cs" />
      <Compile Include="ComTypeDesc.cs" />
      <Compile Include="ComTypeEnumDesc.cs" />
      <Compile Include="ComTypeLibDesc.cs" />
      <Compile Include="ContractUtils.cs" />
      <Compile Include="ConversionArgBuilder.cs" />
      <Compile Include="ConvertArgBuilder.cs" />
      <Compile Include="ConvertibleArgBuilder.cs" />
      <Compile Include="CurrencyArgBuilder.cs" />
      <Compile Include="DateTimeArgBuilder.cs" />
      <Compile Include="DispatchArgBuilder.cs" />
      <Compile Include="DispCallable.cs" />
      <Compile Include="DispCallableMetaObject.cs" />
      <Compile Include="ErrorArgBuilder.cs" />
      <Compile Include="ExcepInfo.cs" />
      <Compile Include="Helpers.cs" />
      <Compile Include="IDispatchComObject.cs" />
      <Compile Include="IDispatchMetaObject.cs" />
      <Compile Include="NullArgBuilder.cs" />
      <Compile Include="SimpleArgBuilder.cs" />
      <Compile Include="SplatCallSite.cs" />
      <Compile Include="StringArgBuilder.cs" />
      <Compile Include="TypeUtils.cs" />
      <Compile Include="UnknownArgBuilder.cs" />
      <Compile Include="VarEnumSelector.cs" />
      <Compile Include="Variant.cs" />
      <Compile Include="VariantArgBuilder.cs" />
      <Compile Include="VariantArray.cs" />
      <Compile Include="VariantBuilder.cs" />
    </ItemGroup>
    <ItemGroup>
      <!--                              -->
      <!--          Properties          -->
      <!--                              -->
      <Compile Include="Properties\AssemblyInfo.cs" />
      <Compile Include="Properties\GlobalSuppressions.cs" />
    </ItemGroup>
  <!-- End Generated Project Items By GenerateSystemCoreCsproj.py -->
  <ItemGroup>
    <Compile Include="Parameterized.System.Dynamic.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <DefineConstants>$(DefineConstants);PRODUCTION_BUILD</DefineConstants>
    <PublishMetaAssemblyPath>$(InternalPath)\sdk\ref\WinFX\$(WINFX_REFS_VERSION)</PublishMetaAssemblyPath>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{D4AE44AD-07B9-41DC-BB3B-1FDCDE3C987D}</ProjectGuid>

  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>$(SolutionDir)\..\Bin\40\</OutputPath>
    <DefineConstants>DEBUG;TRACE;CODEPLEX_40;SYSTEM_CORE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>$(SolutionDir)\..\Bin\40\</OutputPath>
    <DefineConstants>TRACE;CODEPLEX_40;SYSTEM_CORE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
</Project>