File tree 2 files changed +20
-12
lines changed
src/Samples/GdkPixbuf-2.0
2 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net6.0</TargetFramework >
6
- </PropertyGroup >
7
-
8
- <ItemGroup >
9
- <ProjectReference Include =" ..\..\..\Libs\GdkPixbuf-2.0\GdkPixbuf-2.0.csproj" />
10
- </ItemGroup >
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >net6.0</TargetFramework >
6
+ </PropertyGroup >
7
+
8
+ <ItemGroup >
9
+ <ProjectReference Include =" ..\..\..\Libs\GdkPixbuf-2.0\GdkPixbuf-2.0.csproj" />
10
+ </ItemGroup >
11
+
12
+ <Target Name =" CopyTestImage" AfterTargets =" AfterBuild" >
13
+ <Copy SourceFiles =" test.bmp" DestinationFolder =" $(OutDir)" />
14
+ </Target >
11
15
12
16
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <ItemGroup >
4
- <ProjectReference Include =" ..\..\..\Libs\GdkPixbuf-2.0\GdkPixbuf-2.0.csproj" />
5
- </ItemGroup >
6
-
7
3
<PropertyGroup >
8
4
<OutputType >Exe</OutputType >
9
5
<TargetFramework >net6.0</TargetFramework >
10
6
<Nullable >enable</Nullable >
11
7
</PropertyGroup >
12
8
9
+ <ItemGroup >
10
+ <ProjectReference Include =" ..\..\..\Libs\GdkPixbuf-2.0\GdkPixbuf-2.0.csproj" />
11
+ </ItemGroup >
12
+
13
+ <Target Name =" CopyTestImage" AfterTargets =" AfterBuild" >
14
+ <Copy SourceFiles =" test.bmp" DestinationFolder =" $(OutDir)" />
15
+ </Target >
16
+
13
17
</Project >
You can’t perform that action at this time.
0 commit comments