Skip to content

Commit

Permalink
Corrected some CA Errors by adding in indirectly referenced assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jul 21, 2012
1 parent f5be9f3 commit f37d2b2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gep13.WindowsPhone.Core/Gep13.WindowsPhone.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<Reference Include="Microsoft.Phone.Interop">
<HintPath>..\SharedBinaries\WP7Lib\Microsoft.Phone.Interop.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows">
<HintPath>..\SharedBinaries\WP7Lib\System.Windows.dll</HintPath>
<Private>False</Private>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<HintPath>..\SharedBinaries\WP7Lib\System.Net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows">
<HintPath>..\SharedBinaries\WP7Lib\System.Windows.dll</HintPath>
<Private>False</Private>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<Reference Include="Microsoft.Phone.Controls">
<HintPath>..\SharedBinaries\WP7Lib\Microsoft.Phone.Controls.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows">
<HintPath>..\SharedBinaries\WP7Lib\System.Windows.dll</HintPath>
<Private>False</Private>
Expand Down
7 changes: 7 additions & 0 deletions Gep13.WindowsPhone.VBForumsMetro.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gep13.WindowsPhone.VBForumsMetro.Client", "Gep13.WindowsPhone.VBForumsMetro.Client\Gep13.WindowsPhone.VBForumsMetro.Client.csproj", "{455AF9B9-8DA8-43BC-B1A5-EB07825CBD48}"
ProjectSection(ProjectDependencies) = postProject
{EB32311D-E5A7-4DDA-B501-15B71D28E301} = {EB32311D-E5A7-4DDA-B501-15B71D28E301}
{2EA7F823-D19F-4CE9-B277-5020D3B412AD} = {2EA7F823-D19F-4CE9-B277-5020D3B412AD}
{12576430-65BE-4CBC-81BE-995B89AA4290} = {12576430-65BE-4CBC-81BE-995B89AA4290}
{EE5DCBAE-8607-4445-9225-235715F92BA5} = {EE5DCBAE-8607-4445-9225-235715F92BA5}
{2D4494EA-5997-4C41-A962-84CAB4D04E2A} = {2D4494EA-5997-4C41-A962-84CAB4D04E2A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gep13.WindowsPhone.VBForumsMetro.Core", "Gep13.WindowsPhone.VBForumsMetro.Core\Gep13.WindowsPhone.VBForumsMetro.Core.csproj", "{E9780E55-E34C-49B7-8A01-B5E9D7E148B1}"
EndProject
Expand Down
Binary file not shown.

0 comments on commit f37d2b2

Please sign in to comment.