Workspaces.Desktop.csproj 11.0 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
3
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 5
  <ImportGroup Label="Settings">
    <Import Project="..\..\..\Tools\Microsoft.CodeAnalysis.Toolset.Open\Targets\VSL.Settings.targets" />
6
    <Import Project="..\..\..\..\build\VSL.Settings.Closed.targets" />
7 8 9 10 11 12 13 14 15 16
  </ImportGroup>
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{2E87FA96-50BB-4607-8676-46521599F998}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Microsoft.CodeAnalysis</RootNamespace>
    <AssemblyName>Microsoft.CodeAnalysis.Workspaces.Desktop</AssemblyName>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
17
    <RestorePackages>true</RestorePackages>
18
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
19 20 21
  </PropertyGroup>
  <ItemGroup Label="File References">
    <Reference Include="System.ComponentModel.Composition" />
22
    <Reference Include="System.Composition.AttributedModel">
23
      <SpecificVersion>False</SpecificVersion>
24
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath>
25
    </Reference>
26
    <Reference Include="System.Composition.Convention">
27
      <SpecificVersion>False</SpecificVersion>
28
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath>
29
    </Reference>
30
    <Reference Include="System.Composition.Hosting">
31
      <SpecificVersion>False</SpecificVersion>
32
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath>
33
    </Reference>
34
    <Reference Include="System.Composition.Runtime">
35
      <SpecificVersion>False</SpecificVersion>
36
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath>
37
    </Reference>
38
    <Reference Include="System.Composition.TypedParts">
39
      <SpecificVersion>False</SpecificVersion>
40
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath>
41
    </Reference>
42 43
    <Reference Include="..\..\..\..\packages\System.Reflection.Metadata.$(SystemReflectionMetadataVersion)\lib\portable-net45+win8\System.Reflection.Metadata.dll" />
    <Reference Include="..\..\..\..\packages\System.Collections.Immutable.$(SystemCollectionsImmutableVersion)\lib\portable-net45+win8+wp8+wpa81\\System.Collections.Immutable.dll" />
44 45 46
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
J
Jared Parsons 已提交
47
    <DefineConstants>$(DefineConstants);WORKSPACE_DESKTOP</DefineConstants>
48 49
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
J
Jared Parsons 已提交
50
    <DefineConstants>$(DefineConstants);WORKSPACE_DESKTOP</DefineConstants>
51
  </PropertyGroup>
52 53 54
  <PropertyGroup Condition="'$(MSBuildAssemblyNameFragment)' == 'v12.0'">
    <DefineConstants>$(DefineConstants);MSBUILD12</DefineConstants>
  </PropertyGroup>
55
  <ItemGroup>
T
Tomas Matousek 已提交
56 57 58 59 60 61 62 63 64
    <Reference Include="Microsoft.Build, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
      <Private>false</Private>
    </Reference>
    <Reference Include="Microsoft.Build.Framework, Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
      <Private>false</Private>
    </Reference>
    <Reference Include="Microsoft.Build.Tasks.$(MSBuildAssemblyNameFragment), Version=$(VisualStudioReferenceAssemblyVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
      <Private>false</Private>
    </Reference>
65 66 67 68
    <Reference Include="System" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
J
Fix ups  
Jared Parsons 已提交
69
    <Compile Include="..\..\..\Compilers\Core\Portable\EncodedStringText.cs">
70 71
      <Link>InternalUtilities\EncodedStringText.cs</Link>
    </Compile>
J
Fix ups  
Jared Parsons 已提交
72
    <Compile Include="..\..\..\Compilers\Core\Portable\FileKey.cs">
73 74
      <Link>InternalUtilities\FileKey.cs</Link>
    </Compile>
T
Tom Meschter 已提交
75 76 77
    <Compile Include="..\..\..\Compilers\Helpers\AbstractAnalyzerAssemblyLoader.cs">
      <Link>InternalUtilities\AbstractAnalyzerAssemblyLoader.cs</Link>
    </Compile>
78 79 80 81 82 83
    <Compile Include="..\..\..\Compilers\Helpers\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs">
      <Link>InternalUtilities\FusionAssemblyIdentity.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Compilers\Helpers\GlobalAssemblyCacheHelpers\GlobalAssemblyCache.cs">
      <Link>InternalUtilities\GlobalAssemblyCache.cs</Link>
    </Compile>
84 85 86
    <Compile Include="..\..\..\Compilers\Helpers\GlobalAssemblyCacheHelpers\GacFileResolver.cs">
      <Link>InternalUtilities\GacFileResolver.cs</Link>
    </Compile>
T
Tom Meschter 已提交
87 88 89
    <Compile Include="..\..\..\Compilers\Helpers\SimpleAnalyzerAssemblyLoader.cs">
      <Link>InternalUtilities\SimpleAnalyzerAssemblyLoader.cs</Link>
    </Compile>
M
Matt Warren 已提交
90
    <Compile Include="Options\ExportOptionAttribute.cs" />
91
    <Compile Include="InternalUtilities\FilePathUtilities.cs" />
92 93
    <Compile Include="Log\EtwLogger.cs" />
    <Compile Include="Log\RoslynEventSource.cs" />
94 95 96
    <Compile Include="Options\Providers\ExportedOptionKeyOptionProvider.cs" />
    <Compile Include="Utilities\Documentation\FileBasedXmlDocumentationProvider.cs" />
    <Compile Include="Utilities\ReferencePathUtilities.cs" />
97 98 99 100 101
    <Compile Include="WorkspaceDesktopResources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>WorkspaceDesktopResources.resx</DependentUpon>
    </Compile>
102 103 104
    <Compile Include="Workspace\CommandLineProject.cs" />
    <Compile Include="Workspace\FileTextLoader.cs" />
    <Compile Include="Workspace\Host\Documentation\DocumentationProviderServiceFactory.cs" />
105
    <Compile Include="Workspace\Host\Mef\DesktopMefHostServices.cs" />
106
    <Compile Include="Workspace\Host\Mef\MefV1HostServices.cs" />
T
Tom Meschter 已提交
107
    <Compile Include="Workspace\Host\SimpleAnalyzerAssemblyLoaderService.cs" />
108 109
    <Compile Include="Workspace\Host\TemporaryStorage\TemporaryStorageServiceFactory.cs" />
    <Compile Include="Workspace\Host\TemporaryStorage\TemporaryStorageServiceFactory.MemoryMappedFiles.cs" />
110
    <Compile Include="Workspace\Host\TextFactory\DesktopTextFactoryService.cs" />
111 112 113
    <Compile Include="Workspace\MSBuild\CSharp\CSharpProjectFileLoader.cs" />
    <Compile Include="Workspace\MSBuild\CSharp\CSharpProjectFileLoader.CSharpProjectFile.cs" />
    <Compile Include="Workspace\MSBuild\CSharp\CSharpProjectFileLoaderFactory.cs" />
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
    <Compile Include="Workspace\MSBuild\MSBuildWorkspace.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\BuildTargets.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\DocumentFileInfo.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\IProjectFile.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\IProjectFileLoader.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\ProjectFile.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\ProjectFileExtensionAttribute.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\ProjectFileInfo.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\ProjectFileLoader.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\ProjectFileReference.cs" />
    <Compile Include="Workspace\MSBuild\ProjectFile\ProjectTypeGuidAttribute.cs" />
    <Compile Include="Workspace\MSBuild\SolutionFile\LineScanner.cs" />
    <Compile Include="Workspace\MSBuild\SolutionFile\ProjectBlock.cs" />
    <Compile Include="Workspace\MSBuild\SolutionFile\SectionBlock.cs" />
    <Compile Include="Workspace\MSBuild\SolutionFile\SolutionFile.cs" />
129 130
    <Compile Include="Workspace\MSBuild\VisualBasic\VisualBasicProjectFileLoader.cs" />
    <Compile Include="Workspace\MSBuild\VisualBasic\VisualBasicProjectFileLoaderFactory.cs" />
131 132 133 134 135 136 137 138
  </ItemGroup>
  <ItemGroup>
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.CSharp.EditorFeatures" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.Features" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.EditorFeatures" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.CSharp" />
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Implementation" />
139
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.SolutionExplorer" />
B
beep boop 已提交
140
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Telemetry" />
141 142
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.VisualBasic" />
    <InternalsVisibleTo Include="Roslyn.InteractiveFeatures" />
143
    <InternalsVisibleTo Include="Roslyn.InteractiveEditorFeatures" />
144
    <InternalsVisibleTo Include="Roslyn.VisualStudio.Setup" />
145 146
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests" />
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests2" />
147 148
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.VisualBasic.UnitTests" />
149 150
    <InternalsVisibleToTest Include="Roslyn.Services.UnitTests" />
    <InternalsVisibleToTest Include="RoslynETAHost" />
151 152 153
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.DiagnosticsWindow" />
    <InternalsVisibleToTest Include="Roslyn.Hosting.Diagnostics" />
    <InternalsVisibleToTest Include="RoslynTaoActions" />
154 155 156 157 158 159 160 161 162 163 164 165 166
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\Compilers\Core\Portable\CodeAnalysis.csproj">
      <Project>{1ee8cad3-55f9-4d91-96b2-084641da9a6c}</Project>
      <Name>CodeAnalysis</Name>
    </ProjectReference>
    <ProjectReference Include="..\Portable\Workspaces.csproj">
      <Project>{5f8d2414-064a-4b3a-9b42-8e2a04246be5}</Project>
      <Name>Workspaces</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
167
    <PublicAPI Include="PublicAPI.txt" />
168
  </ItemGroup>
169 170 171 172 173 174
  <ItemGroup>
    <EmbeddedResource Include="WorkspaceDesktopResources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>WorkspaceDesktopResources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
175 176
  <ImportGroup Label="Targets">
    <Import Project="..\..\..\Tools\Microsoft.CodeAnalysis.Toolset.Open\Targets\VSL.Imports.targets" />
177
    <Import Project="..\..\..\..\build\VSL.Imports.Closed.targets" />
178 179
    <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  </ImportGroup>
T
Tomas Matousek 已提交
180
</Project>