Skip to content

Commit 801c850

Browse files
committed
Build fixed.
1 parent d8f5f11 commit 801c850

File tree

15 files changed

+49
-15
lines changed

15 files changed

+49
-15
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<Import Project="eng\Versions.props"/>
99
<Import Project="eng\Packaging.props"/>
1010
<Import Sdk="PostSharp.Engineering.Sdk" Project="BuildOptions.props"/>
11-
<Import Sdk="PostSharp.Engineering.Sdk" Project="TeamCity.props"/>
1211
<Import Sdk="PostSharp.Engineering.Sdk" Project="StrongName.props"/>
1312
<Import Sdk="PostSharp.Engineering.Sdk" Project="SourceLink.props"/>
1413

15-
1614
</Project>

Directory.Packages.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
</PropertyGroup>
66
<!-- Set versions of dependencies that need special treatment or consist of multiple packages of the same version. -->
77
<PropertyGroup>
8-
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.111</PostSharpEngineeringVersion>
8+
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.114</PostSharpEngineeringVersion>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageVersion Include="PostSharp.Engineering.BuildTools" Version="$(PostSharpEngineeringVersion)" />
12+
<PackageVersion Include="Metalama.Framework" Version="$(MetalamaVersion)" />
1213
</ItemGroup>
1314
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31912.275
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProduct", "My.Product\My.Product.csproj", "{028FD16B-BF1B-477B-ADF3-AE5B668C2557}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProduct", "src\My.Product\My.Product.csproj", "{028FD16B-BF1B-477B-ADF3-AE5B668C2557}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

eng/AutoUpdatedVersions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project>
33

44
<PropertyGroup>
5+
<MetalamaVersion></MetalamaVersion>
56
</PropertyGroup>
67

78
</Project>

src/.idea/.idea.MyProduct/.idea/.gitignore renamed to eng/src/.idea/.idea.BuildMyProduct/.idea/.gitignore

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/src/.idea/.idea.BuildMyProduct/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

eng/src/.idea/.idea.BuildMyProduct/.idea/misc.xml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)