aboutsummaryrefslogtreecommitdiff
path: root/csproj_templates/NET35.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'csproj_templates/NET35.csproj')
-rw-r--r--csproj_templates/NET35.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/csproj_templates/NET35.csproj b/csproj_templates/NET35.csproj
index b69f7a59..80ef69aa 100644
--- a/csproj_templates/NET35.csproj
+++ b/csproj_templates/NET35.csproj
@@ -14,4 +14,7 @@
<IntermediateOutputPath>obj\NET35\Release\</IntermediateOutputPath>
<DefineConstants>$(DefineConstants)</DefineConstants>
</PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System.Core" />
+ </ItemGroup>
</Project> \ No newline at end of file