Skip to content

Commit ffe1d32

Browse files
committed
fix errors
1 parent e786730 commit ffe1d32

File tree

4 files changed

+514
-1907
lines changed

4 files changed

+514
-1907
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Library</OutputType>
5+
<TargetFramework>net481</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<Reference Include="System.Configuration" />
10+
<Reference Include="System.Web" />
11+
<Reference Include="System.Web.ApplicationServices" />
12+
</ItemGroup>
13+
14+
</Project>

0 commit comments

Comments
 (0)