Skip to content

Commit d93971e

Browse files
committed
Fix more paths to submodule
1 parent 824add9 commit d93971e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Samples/Forms/Sample.Forms.Mac.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsSample", "Core\FormsSa
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsSample.iOS", "iOS\FormsSample.iOS.csproj", "{776B89DF-2915-4701-B8A3-127D3340C77F}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "zxing.portable", "..\..\Source\ZXing.Net\zxing.portable.csproj", "{24B441F2-CBE9-4405-9FD0-72EBCBEA0EC3}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "zxing.portable", "..\..\Source\ZXing.Net\Source\lib\zxing.portable.csproj", "{24B441F2-CBE9-4405-9FD0-72EBCBEA0EC3}"
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZXing.Net.Mobile.Android", "..\..\Source\ZXing.Net.Mobile.Android\ZXing.Net.Mobile.Android.csproj", "{AC17589E-C817-4FA8-B3EC-CCEB25E55E59}"
1717
EndProject

Samples/Forms/WindowsPhone/FormsSample.WindowsPhone.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<Project>{c9efc2f6-ac4c-446c-8fbf-91824b00431d}</Project>
170170
<Name>ZXing.Net.Mobile.WindowsPhone</Name>
171171
</ProjectReference>
172-
<ProjectReference Include="..\..\..\Source\ZXing.Net\zxing.portable.csproj">
172+
<ProjectReference Include="..\..\..\Source\ZXing.Net\Source\lib\zxing.portable.csproj">
173173
<Project>{24b441f2-cbe9-4405-9fd0-72ebcbea0ec3}</Project>
174174
<Name>zxing.portable</Name>
175175
</ProjectReference>

UITests/FormsSample.UITests/FormsSample.UITests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Project>{7528DD0A-1781-47F4-ADBF-EEDDB011F6BB}</Project>
6161
<Name>ZXing.Net.Mobile.Core</Name>
6262
</ProjectReference>
63-
<ProjectReference Include="..\..\Source\ZXing.Net\zxing.portable.csproj">
63+
<ProjectReference Include="..\..\Source\ZXing.Net\Source\lib\zxing.portable.csproj">
6464
<Project>{24B441F2-CBE9-4405-9FD0-72EBCBEA0EC3}</Project>
6565
<Name>zxing.portable</Name>
6666
</ProjectReference>

UITests/Sample.Android.UITests/Sample.Android.UITests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
5151
<Private>False</Private>
5252
</ProjectReference>
53-
<ProjectReference Include="..\..\Source\ZXing.Net\zxing.portable.csproj">
53+
<ProjectReference Include="..\..\Source\ZXing.Net\Source\lib\zxing.portable.csproj">
5454
<Project>{24B441F2-CBE9-4405-9FD0-72EBCBEA0EC3}</Project>
5555
<Name>zxing.portable</Name>
5656
</ProjectReference>

UITests/Sample.iOS.UITests/Sample.iOS.UITests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
5151
<Private>False</Private>
5252
</ProjectReference>
53-
<ProjectReference Include="..\..\Source\ZXing.Net\zxing.portable.csproj">
53+
<ProjectReference Include="..\..\Source\ZXing.Net\Source\lib\zxing.portable.csproj">
5454
<Project>{24B441F2-CBE9-4405-9FD0-72EBCBEA0EC3}</Project>
5555
<Name>zxing.portable</Name>
5656
</ProjectReference>

0 commit comments

Comments
 (0)