File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<ItemGroup >
9
9
<ProjectReference Include =" ..\LibGit2Sharp\LibGit2Sharp.csproj" />
10
- <ProjectReference Include =" ..\NativeLibraryLoadTestAppTestApp \x86\NativeLibraryLoadTestApp.x86.csproj" Condition =" '$(TargetFramework)' == 'net461'" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
11
- <ProjectReference Include =" ..\NativeLibraryLoadTestAppTestApp \x64\NativeLibraryLoadTestApp.x64.csproj" Condition =" '$(TargetFramework)' == 'net461'" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
10
+ <ProjectReference Include =" ..\NativeLibraryLoadTestApp \x86\NativeLibraryLoadTestApp.x86.csproj" Condition =" '$(TargetFramework)' == 'net461'" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
11
+ <ProjectReference Include =" ..\NativeLibraryLoadTestApp \x64\NativeLibraryLoadTestApp.x64.csproj" Condition =" '$(TargetFramework)' == 'net461'" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments