1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2
+ <Project Sdk =" Microsoft.NET.Sdk" >
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
4
+ <Product >Rubberduck.API</Product >
5
+ <Description >Rubberduck Reflection API</Description >
6
+ <Copyright >Copyright © 2018</Copyright >
7
7
<ProjectGuid >{AC1B4A57-364A-4F90-A0CD-6EE818349CE5}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >Rubberduck.API</RootNamespace >
11
- <AssemblyName >Rubberduck.API</AssemblyName >
12
- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <TargetFrameworkProfile />
8
+ <!--
9
+ TODO: affix AssemblyVersion and/or FileVersion for COM-Registration?!
10
+ -->
15
11
</PropertyGroup >
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
- <DebugSymbols >true</DebugSymbols >
18
- <DebugType >full</DebugType >
19
- <Optimize >false</Optimize >
20
- <OutputPath >bin\Debug\</OutputPath >
21
- <DefineConstants >DEBUG;TRACE</DefineConstants >
22
- <ErrorReport >prompt</ErrorReport >
23
- <WarningLevel >4</WarningLevel >
24
- </PropertyGroup >
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >pdbonly</DebugType >
27
- <Optimize >true</Optimize >
28
- <OutputPath >bin\Release\</OutputPath >
29
- <DefineConstants >TRACE</DefineConstants >
30
- <ErrorReport >prompt</ErrorReport >
31
- <WarningLevel >4</WarningLevel >
32
- </PropertyGroup >
33
- <ItemGroup >
34
- <Reference Include =" System" />
35
- <Reference Include =" System.Core" />
36
- <Reference Include =" Microsoft.CSharp" />
37
- </ItemGroup >
38
- <ItemGroup >
39
- <Compile Include =" VBA\ApiProvider.cs" />
40
- <Compile Include =" VBA\Accessibility.cs" />
41
- <Compile Include =" VBA\Declaration.cs" />
42
- <Compile Include =" VBA\Declarations.cs" />
43
- <Compile Include =" VBA\DeclarationType.cs" />
44
- <Compile Include =" VBA\IdentifierReference.cs" />
45
- <Compile Include =" VBA\IdentifierReferences.cs" />
46
- <Compile Include =" VBA\Parser.cs" />
47
- <Compile Include =" VBA\ParserState.cs" />
48
- <Compile Include =" Properties\AssemblyInfo.cs" />
49
- </ItemGroup >
50
- <ItemGroup >
51
- <ProjectReference Include =" ..\Rubberduck.Core\Rubberduck.Core.csproj" >
52
- <Project >{a1587eac-7b54-407e-853f-4c7493d0323e}</Project >
53
- <Name >Rubberduck.Core</Name >
54
- </ProjectReference >
55
- <ProjectReference Include =" ..\Rubberduck.Main\Rubberduck.Main.csproj" >
56
- <Project >{E8AB5D93-2D0F-423D-BC15-5EE118673E48}</Project >
57
- <Name >Rubberduck.Main</Name >
58
- </ProjectReference >
59
- <ProjectReference Include =" ..\Rubberduck.Parsing\Rubberduck.Parsing.csproj" >
60
- <Project >{a4a618e1-cbca-435f-9c6c-5181e030adfc}</Project >
61
- <Name >Rubberduck.Parsing</Name >
62
- </ProjectReference >
63
- <ProjectReference Include =" ..\Rubberduck.Resources\Rubberduck.Resources.csproj" >
64
- <Project >{1b84b387-f7c4-4876-9bdf-c644c365359a}</Project >
65
- <Name >Rubberduck.Resources</Name >
66
- </ProjectReference >
67
- <ProjectReference Include =" ..\Rubberduck.VBEEditor\Rubberduck.VBEditor.csproj" >
68
- <Project >{8ce35eb3-8852-4ba1-84dd-df3f5d2967b0}</Project >
69
- <Name >Rubberduck.VBEditor</Name >
70
- </ProjectReference >
71
- </ItemGroup >
12
+ <Import Project =" ..\RubberduckBaseProject.csproj" />
13
+
72
14
<ItemGroup >
73
- <Folder Include =" Plugin\" />
15
+ <ProjectReference Include =" ..\Rubberduck.Core\Rubberduck.Core.csproj" />
16
+ <ProjectReference Include =" ..\Rubberduck.Main\Rubberduck.Main.csproj" />
17
+ <ProjectReference Include =" ..\Rubberduck.Parsing\Rubberduck.Parsing.csproj" />
18
+ <ProjectReference Include =" ..\Rubberduck.Resources\Rubberduck.Resources.csproj" />
19
+ <ProjectReference Include =" ..\Rubberduck.VBEEditor\Rubberduck.VBEditor.csproj" />
74
20
</ItemGroup >
75
21
<ItemGroup >
76
22
<None Include =" app.config" />
77
23
</ItemGroup >
78
- <ItemGroup >
79
- <Analyzer Include =" ..\RubberduckCodeAnalysis\bin\Release\RubberduckCodeAnalysis.dll" />
80
- </ItemGroup >
81
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82
24
</Project >
0 commit comments