63 |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
64 |
|
</Reference> |
65 |
|
<Reference Include="System.Data" /> |
66 |
+ |
<Reference Include="System.Data.Linq" /> |
67 |
|
<Reference Include="System.Xml" /> |
68 |
|
</ItemGroup> |
69 |
|
<ItemGroup> |
85 |
|
</None> |
86 |
|
</ItemGroup> |
87 |
|
<ItemGroup> |
87 |
– |
<ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj"> |
88 |
– |
<Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project> |
89 |
– |
<Name>AnywhereTS.Logging</Name> |
90 |
– |
</ProjectReference> |
91 |
– |
</ItemGroup> |
92 |
– |
<ItemGroup> |
88 |
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
89 |
|
<Visible>False</Visible> |
90 |
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
101 |
|
<Install>true</Install> |
102 |
|
</BootstrapperPackage> |
103 |
|
</ItemGroup> |
104 |
+ |
<ItemGroup> |
105 |
+ |
<ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj"> |
106 |
+ |
<Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project> |
107 |
+ |
<Name>AnywhereTS.Logging</Name> |
108 |
+ |
</ProjectReference> |
109 |
+ |
</ItemGroup> |
110 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
111 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
112 |
|
Other similar extension points exist, see Microsoft.Common.targets. |