|
3 | 3 | <PropertyGroup>
|
4 | 4 | <OutputType>Exe</OutputType>
|
5 | 5 | <UseAppHost>false</UseAppHost>
|
| 6 | + <TargetFramework/> |
6 | 7 | <TargetFrameworks>$(Frameworks)</TargetFrameworks>
|
7 | 8 | <AssemblyName>dotnet-csi</AssemblyName>
|
8 | 9 | <IsPackable>true</IsPackable>
|
|
11 | 12 | <ProjectOutputPath>$(configuration)/$(MSBuildThisFileName)</ProjectOutputPath>
|
12 | 13 | <OutputPath>bin/$(ProjectOutputPath)</OutputPath>
|
13 | 14 | <IntermediateOutputPath>obj/$(ProjectOutputPath)/</IntermediateOutputPath>
|
14 |
| - <PureDINamespace>CSharpInteractive</PureDINamespace> |
15 |
| - <CompilerGeneratedFilesOutputPath>$(CompilerGeneratedFilesOutputPath)/$(MSBuildThisFileName)</CompilerGeneratedFilesOutputPath> |
16 | 15 | </PropertyGroup>
|
17 | 16 |
|
18 | 17 | <PropertyGroup>
|
|
44 | 43 | </PackageReference>
|
45 | 44 | <PackageReference Include="TeamCity.ServiceMessages" Version="3.0.13" />
|
46 | 45 | <ProjectReference Include="..\CSharpInteractive.HostApi\CSharpInteractive.HostApi.csproj" PrivateAssets="all" />
|
47 |
| - <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
48 |
| - <_Parameter1>CSharpInteractive.Tests</_Parameter1> |
49 |
| - </AssemblyAttribute> |
50 |
| - <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
51 |
| - <_Parameter1>DynamicProxyGenAssembly2</_Parameter1> |
52 |
| - </AssemblyAttribute> |
| 46 | + <InternalsVisibleTo Include="CSharpInteractive.Tests" /> |
| 47 | + <InternalsVisibleTo Include="DynamicProxyGenAssembly2" /> |
53 | 48 | <PackageReference Include="TeamCity.DotNet.Integration" Version="1.0.30" PrivateAssets="all" GeneratePathProperty="true" ExcludeAssets="All" IncludeAssets="none" />
|
54 | 49 | </ItemGroup>
|
55 | 50 |
|
|
77 | 72 |
|
78 | 73 | <Copy SourceFiles="@(MSBuildLoggerFiles)" DestinationFolder="$(OutDir)\msbuild" />
|
79 | 74 | <Copy SourceFiles="@(VSTestLoggerFiles)" DestinationFolder="$(OutDir)\vstest" />
|
| 75 | + <Copy SourceFiles="@(MSBuildLoggerFiles)" DestinationFolder="$(MSBuildProjectDirectory)\bin\msbuild" /> |
| 76 | + <Copy SourceFiles="@(VSTestLoggerFiles)" DestinationFolder="$(MSBuildProjectDirectory)\bin\vstest" /> |
80 | 77 | </Target>
|
81 | 78 |
|
82 | 79 | <ItemGroup>
|
83 | 80 | <None Include="$(MSBuildProjectDirectory)\..\icon.png">
|
84 | 81 | <PackagePath>_common</PackagePath>
|
85 | 82 | <Pack>true</Pack>
|
| 83 | + <Visible>false</Visible> |
86 | 84 | </None>
|
87 | 85 |
|
88 |
| - <Content Include="$(PKGTeamCity_DotNet_Integration)\build\_common\msbuild15\*.*" Visible="false"> |
| 86 | + <Content Include="$(MSBuildProjectDirectory)\bin\msbuild\*.*" Visible="false"> |
89 | 87 | <PackagePath>tools\net6.0\any\msbuild</PackagePath>
|
90 | 88 | <Pack>true</Pack>
|
91 | 89 | <Visible>false</Visible>
|
92 | 90 | </Content>
|
93 | 91 |
|
94 |
| - <Content Include="$(PKGTeamCity_DotNet_Integration)\build\_common\vstest15\*.*" Visible="false"> |
| 92 | + <Content Include="$(MSBuildProjectDirectory)\bin\vstest\*.*" Visible="false"> |
95 | 93 | <PackagePath>tools\net6.0\any\vstest</PackagePath>
|
96 | 94 | <Pack>true</Pack>
|
97 | 95 | <Visible>false</Visible>
|
98 | 96 | </Content>
|
99 | 97 |
|
100 |
| - <Content Include="$(PKGTeamCity_DotNet_Integration)\build\_common\msbuild15\*.*" Visible="false"> |
| 98 | + <Content Include="$(MSBuildProjectDirectory)\bin\msbuild\*.*" Visible="false"> |
101 | 99 | <PackagePath>tools\net7.0\any\msbuild</PackagePath>
|
102 | 100 | <Pack>true</Pack>
|
103 | 101 | <Visible>false</Visible>
|
104 | 102 | </Content>
|
105 | 103 |
|
106 |
| - <Content Include="$(PKGTeamCity_DotNet_Integration)\build\_common\vstest15\*.*" Visible="false"> |
| 104 | + <Content Include="$(MSBuildProjectDirectory)\bin\vstest\*.*" Visible="false"> |
107 | 105 | <PackagePath>tools\net7.0\any\vstest</PackagePath>
|
108 | 106 | <Pack>true</Pack>
|
109 | 107 | <Visible>false</Visible>
|
110 | 108 | </Content>
|
111 | 109 |
|
112 |
| - <Content Include="$(PKGTeamCity_DotNet_Integration)\build\_common\msbuild15\*.*" Visible="false"> |
| 110 | + <Content Include="$(MSBuildProjectDirectory)\bin\msbuild\*.*" Visible="false"> |
113 | 111 | <PackagePath>tools\net8.0\any\msbuild</PackagePath>
|
114 | 112 | <Pack>true</Pack>
|
115 | 113 | <Visible>false</Visible>
|
116 | 114 | </Content>
|
117 | 115 |
|
118 |
| - <Content Include="$(PKGTeamCity_DotNet_Integration)\build\_common\vstest15\*.*" Visible="false"> |
| 116 | + <Content Include="$(MSBuildProjectDirectory)\bin\vstest\*.*" Visible="false"> |
119 | 117 | <PackagePath>tools\net8.0\any\vstest</PackagePath>
|
120 | 118 | <Pack>true</Pack>
|
121 | 119 | <Visible>false</Visible>
|
|
0 commit comments