This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed
GitHub.InlineReviews.UnitTests Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 5
5
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
6
6
<PlatformTarget >x86</PlatformTarget >
7
7
</PropertyGroup >
8
+ <ItemGroup >
9
+ <None Remove =" lib\win32\x86\git2-a904fc6.dll" />
10
+ <None Remove =" lib\win32\x86\git2-a904fc6.pdb" />
11
+ </ItemGroup >
8
12
9
13
<ItemGroup >
10
14
<Reference Include =" System.ComponentModel.Composition" />
25
29
<Compile Include =" ..\Helpers\TestImageCache.cs" />
26
30
<Compile Include =" ..\Helpers\TestSharedCache.cs" />
27
31
</ItemGroup >
32
+
33
+ <ItemGroup >
34
+ <Content Include =" lib\win32\x86\git2-a904fc6.dll" >
35
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
36
+ </Content >
37
+ <Content Include =" lib\win32\x86\git2-a904fc6.pdb" >
38
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
39
+ </Content >
40
+ </ItemGroup >
28
41
29
42
<ItemGroup >
30
43
<ProjectReference Include =" ..\..\src\GitHub.App\GitHub.App.csproj" />
Original file line number Diff line number Diff line change 5
5
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
6
6
<PlatformTarget >x86</PlatformTarget >
7
7
</PropertyGroup >
8
+ <ItemGroup >
9
+ <None Remove =" lib\win32\x86\git2-a904fc6.dll" />
10
+ <None Remove =" lib\win32\x86\git2-a904fc6.pdb" />
11
+ </ItemGroup >
8
12
9
13
<ItemGroup >
10
14
<Compile Include =" ..\Helpers\GlobalSuppressions.cs" Link =" GlobalSuppressions.cs" />
11
15
<Compile Include =" ..\Helpers\TestBaseClass.cs" />
12
16
</ItemGroup >
13
17
18
+ <ItemGroup >
19
+ <Content Include =" lib\win32\x86\git2-a904fc6.dll" >
20
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
21
+ </Content >
22
+ <Content Include =" lib\win32\x86\git2-a904fc6.pdb" >
23
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
24
+ </Content >
25
+ </ItemGroup >
26
+
14
27
<ItemGroup >
15
28
<ProjectReference Include =" ..\..\src\GitHub.Exports.Reactive\GitHub.Exports.Reactive.csproj" />
16
29
<ProjectReference Include =" ..\..\src\GitHub.Exports\GitHub.Exports.csproj" />
Original file line number Diff line number Diff line change 5
5
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
6
6
<PlatformTarget >x86</PlatformTarget >
7
7
</PropertyGroup >
8
+ <ItemGroup >
9
+ <None Remove =" lib\win32\x86\git2-a904fc6.dll" />
10
+ <None Remove =" lib\win32\x86\git2-a904fc6.pdb" />
11
+ </ItemGroup >
8
12
9
13
<ItemGroup >
10
14
<Compile Update =" Properties\Resources.Designer.cs" >
24
28
<Compile Include =" ..\Helpers\ReactiveTestHelper.cs" Link =" ReactiveTestHelper.cs" />
25
29
<Compile Include =" ..\Helpers\SplatModeDetectorSetUp.cs" />
26
30
</ItemGroup >
31
+
32
+ <ItemGroup >
33
+ <Content Include =" lib\win32\x86\git2-a904fc6.dll" >
34
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
35
+ </Content >
36
+ <Content Include =" lib\win32\x86\git2-a904fc6.pdb" >
37
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
38
+ </Content >
39
+ </ItemGroup >
27
40
28
41
<ItemGroup >
29
42
<ProjectReference Include =" ..\..\submodules\reactiveui\src\ReactiveUI.Testing\ReactiveUI.Testing.csproj" />
You can’t perform that action at this time.
0 commit comments