Workspaces.Desktop.csproj 11.2 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
  <ImportGroup Label="Settings">
A
Andy Gocke 已提交
5
    <Import Project="..\..\..\..\build\Targets\VSL.Settings.targets" />
6 7 8 9 10 11 12 13 14 15
  </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>
16
    <RestorePackages>true</RestorePackages>
17
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
18 19 20
  </PropertyGroup>
  <ItemGroup Label="File References">
    <Reference Include="System.ComponentModel.Composition" />
21
    <Reference Include="System.Composition.AttributedModel">
22
      <SpecificVersion>False</SpecificVersion>
23
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath>
24
    </Reference>
25
    <Reference Include="System.Composition.Convention">
26
      <SpecificVersion>False</SpecificVersion>
27
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath>
28
    </Reference>
29
    <Reference Include="System.Composition.Hosting">
30
      <SpecificVersion>False</SpecificVersion>
31
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath>
32
    </Reference>
33
    <Reference Include="System.Composition.Runtime">
34
      <SpecificVersion>False</SpecificVersion>
35
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath>
36
    </Reference>
37
    <Reference Include="System.Composition.TypedParts">
38
      <SpecificVersion>False</SpecificVersion>
39
      <HintPath>..\..\..\..\packages\Microsoft.Composition.$(MicrosoftCompositionVersion)\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath>
40
    </Reference>
41 42
    <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" />
43 44 45
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
J
Jared Parsons 已提交
46
    <DefineConstants>$(DefineConstants);WORKSPACE_DESKTOP</DefineConstants>
47 48
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
J
Jared Parsons 已提交
49
    <DefineConstants>$(DefineConstants);WORKSPACE_DESKTOP</DefineConstants>
50
  </PropertyGroup>
51 52 53
  <PropertyGroup Condition="'$(MSBuildAssemblyNameFragment)' == 'v12.0'">
    <DefineConstants>$(DefineConstants);MSBUILD12</DefineConstants>
  </PropertyGroup>
54
  <ItemGroup>
T
Tomas Matousek 已提交
55 56 57 58 59 60 61 62 63
    <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>
64 65 66 67
    <Reference Include="System" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
J
Fix ups  
Jared Parsons 已提交
68
    <Compile Include="..\..\..\Compilers\Core\Portable\EncodedStringText.cs">
69 70
      <Link>InternalUtilities\EncodedStringText.cs</Link>
    </Compile>
J
Fix ups  
Jared Parsons 已提交
71
    <Compile Include="..\..\..\Compilers\Core\Portable\FileKey.cs">
72 73
      <Link>InternalUtilities\FileKey.cs</Link>
    </Compile>
T
Tom Meschter 已提交
74 75 76
    <Compile Include="..\..\..\Compilers\Helpers\AbstractAnalyzerAssemblyLoader.cs">
      <Link>InternalUtilities\AbstractAnalyzerAssemblyLoader.cs</Link>
    </Compile>
77 78 79 80 81 82
    <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>
83 84 85
    <Compile Include="..\..\..\Compilers\Helpers\GlobalAssemblyCacheHelpers\GacFileResolver.cs">
      <Link>InternalUtilities\GacFileResolver.cs</Link>
    </Compile>
T
Tom Meschter 已提交
86 87 88
    <Compile Include="..\..\..\Compilers\Helpers\SimpleAnalyzerAssemblyLoader.cs">
      <Link>InternalUtilities\SimpleAnalyzerAssemblyLoader.cs</Link>
    </Compile>
C
Charles Stoner 已提交
89 90 91 92 93 94
    <Compile Include="..\..\..\Scripting\Core\DesktopMetadataReferenceResolver.cs">
      <Link>InternalUtilities\DesktopMetadataReferenceResolver.cs</Link>
    </Compile>
    <Compile Include="..\..\..\Scripting\Core\NuGetPackageResolver.cs">
      <Link>InternalUtilities\NuGetPackageResolver.cs</Link>
    </Compile>
M
Matt Warren 已提交
95
    <Compile Include="Options\ExportOptionAttribute.cs" />
96
    <Compile Include="InternalUtilities\FilePathUtilities.cs" />
97 98
    <Compile Include="Log\EtwLogger.cs" />
    <Compile Include="Log\RoslynEventSource.cs" />
99 100 101
    <Compile Include="Options\Providers\ExportedOptionKeyOptionProvider.cs" />
    <Compile Include="Utilities\Documentation\FileBasedXmlDocumentationProvider.cs" />
    <Compile Include="Utilities\ReferencePathUtilities.cs" />
102 103 104 105 106
    <Compile Include="WorkspaceDesktopResources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>WorkspaceDesktopResources.resx</DependentUpon>
    </Compile>
107 108 109
    <Compile Include="Workspace\CommandLineProject.cs" />
    <Compile Include="Workspace\FileTextLoader.cs" />
    <Compile Include="Workspace\Host\Documentation\DocumentationProviderServiceFactory.cs" />
110
    <Compile Include="Workspace\Host\Mef\DesktopMefHostServices.cs" />
111
    <Compile Include="Workspace\Host\Mef\MefV1HostServices.cs" />
T
Tom Meschter 已提交
112
    <Compile Include="Workspace\Host\SimpleAnalyzerAssemblyLoaderService.cs" />
113 114
    <Compile Include="Workspace\Host\TemporaryStorage\TemporaryStorageServiceFactory.cs" />
    <Compile Include="Workspace\Host\TemporaryStorage\TemporaryStorageServiceFactory.MemoryMappedFiles.cs" />
115
    <Compile Include="Workspace\Host\TextFactory\DesktopTextFactoryService.cs" />
116 117 118
    <Compile Include="Workspace\MSBuild\CSharp\CSharpProjectFileLoader.cs" />
    <Compile Include="Workspace\MSBuild\CSharp\CSharpProjectFileLoader.CSharpProjectFile.cs" />
    <Compile Include="Workspace\MSBuild\CSharp\CSharpProjectFileLoaderFactory.cs" />
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
    <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" />
134 135
    <Compile Include="Workspace\MSBuild\VisualBasic\VisualBasicProjectFileLoader.cs" />
    <Compile Include="Workspace\MSBuild\VisualBasic\VisualBasicProjectFileLoaderFactory.cs" />
136
    <Compile Include="Workspace\MSBuild\MSBuildProjectLoader.cs" />
137 138 139 140 141 142 143 144
  </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" />
145
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.SolutionExplorer" />
B
beep boop 已提交
146
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.Telemetry" />
147
    <InternalsVisibleTo Include="Microsoft.VisualStudio.LanguageServices.VisualBasic" />
148 149
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.InteractiveFeatures" />
    <InternalsVisibleTo Include="Microsoft.CodeAnalysis.InteractiveEditorFeatures" />
150
    <InternalsVisibleTo Include="Roslyn.VisualStudio.Setup" />
151 152
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests" />
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.UnitTests2" />
153 154
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
    <InternalsVisibleToTest Include="Roslyn.Services.Editor.VisualBasic.UnitTests" />
155 156
    <InternalsVisibleToTest Include="Roslyn.Services.UnitTests" />
    <InternalsVisibleToTest Include="RoslynETAHost" />
157 158 159
    <InternalsVisibleToTest Include="Roslyn.VisualStudio.DiagnosticsWindow" />
    <InternalsVisibleToTest Include="Roslyn.Hosting.Diagnostics" />
    <InternalsVisibleToTest Include="RoslynTaoActions" />
160 161 162 163 164 165 166 167 168 169 170 171 172
  </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" />
173
    <PublicAPI Include="PublicAPI.txt" />
174
  </ItemGroup>
175 176 177 178 179 180
  <ItemGroup>
    <EmbeddedResource Include="WorkspaceDesktopResources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>WorkspaceDesktopResources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
181
  <ImportGroup Label="Targets">
A
Andy Gocke 已提交
182
    <Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
183 184
    <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  </ImportGroup>
T
Tomas Matousek 已提交
185
</Project>