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

Composition.InitializationSL.csproj « Composition.Initialization « src « System.ComponentModel.Composition « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27a77b8040d0d79e7957f51cbba1115289854df9 (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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
    <CodeAnalysisRuleSet>Migrated rules for Composition.Initialization.ruleset</CodeAnalysisRuleSet>
    <CodeAnalysisRules />
  </PropertyGroup>
  <PropertyGroup>
    <IsSilverlight>true</IsSilverlight>
    <DefineConstants>$(DefineConstants);SILVERLIGHT</DefineConstants>
    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputPath>..\..\bin\SL</OutputPath>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <NoWarn>1570;1572;1573;1591;1699</NoWarn>
  </PropertyGroup>
  <PropertyGroup>
    <ProjectClrTypes>FULLCLR;SILVERLIGHT</ProjectClrTypes>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <OutputType>Library</OutputType>
    <AssemblyName>System.ComponentModel.Composition.Initialization</AssemblyName>
    <RootNamespace>System.ComponentModel.Composition.Initialization</RootNamespace>
    <DocumentationFile>$(OutputPath)\System.ComponentModel.Composition.Initialization.xml</DocumentationFile>
    <ProjectGuid>{A497DC28-0A3B-4BAD-B964-B8B436686D98}</ProjectGuid>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup>
    <SignAssembly>true</SignAssembly>
    <NoStdLib>true</NoStdLib>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Net" />
    <Reference Include="System.Xml" />
    <ProjectReference Include="..\ComponentModel\ComponentModelSL.csproj">
      <Project>{1BBA5101-D4F0-48B8-A5D6-7B23A099DCE3}</Project>
      <Name>ComponentModelSL</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup Condition="'$(IsSilverLight)' == 'true'">
    <Reference Include="System.Windows" />
    <Compile Include="System\ComponentModel\Composition\Hosting\CompositionHost.cs" />
    <Compile Include="System\ComponentModel\Composition\CompositionInitializer.AssemblyList.cs" />
    <Compile Include="System\ComponentModel\Composition\CompositionInitializer.cs" />
    <Compile Include="System\ComponentModel\Composition\Hosting\DeploymentCatalog.cs" />
    <Compile Include="System\ComponentModel\Composition\Hosting\Package.cs" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="Microsoft\Internal\Lock.cs" />
    <Compile Include="Microsoft\Internal\Lock.Reader.cs" />
    <Compile Include="Microsoft\Internal\Lock.Writer.cs" />
    <Compile Include="Microsoft\Internal\Requires.cs" />
    <Compile Include="Strings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Strings.resx</DependentUpon>
    </Compile>
    <Compile Include="SuppressMessages.cs" />
    <Compile Include="System\ComponentModel\Composition\ExportFactoryOfT.cs" />
    <Compile Include="System\ComponentModel\Composition\ExportFactoryOfTTMetadata.cs" />
    <Compile Include="System\ComponentModel\Composition\ExportLifetimeContextOfT.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Strings.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Strings.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
        <SilverlightProjectProperties />
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
</Project>