40 |
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
41 |
|
<UseApplicationTrust>false</UseApplicationTrust> |
42 |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
43 |
+ |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
44 |
|
</PropertyGroup> |
45 |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
46 |
|
<DebugSymbols>true</DebugSymbols> |
115 |
|
</PropertyGroup> |
116 |
|
<ItemGroup> |
117 |
|
<Reference Include="System" /> |
118 |
+ |
<Reference Include="System.Core"> |
119 |
+ |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
120 |
+ |
</Reference> |
121 |
|
<Reference Include="System.Data" /> |
122 |
|
<Reference Include="System.Deployment" /> |
123 |
|
<Reference Include="System.Drawing" /> |
138 |
|
<Import Include="System.Data" /> |
139 |
|
<Import Include="System.Drawing" /> |
140 |
|
<Import Include="System.Diagnostics" /> |
141 |
+ |
<Import Include="System.Linq" /> |
142 |
|
<Import Include="System.Windows.Forms" /> |
143 |
|
</ItemGroup> |
144 |
|
<ItemGroup> |