Skip to content

Commit 39c7923

Browse files
committed
修复编译Bug;
1 parent 6d80621 commit 39c7923

File tree

8 files changed

+15605
-0
lines changed

8 files changed

+15605
-0
lines changed

.vs/config/applicationhost.config

Lines changed: 1027 additions & 0 deletions
Large diffs are not rendered by default.
5 KB
Binary file not shown.
343 KB
Binary file not shown.

YanZhiwei.JavaScript.Utilities/DLL/DotNet2.Utilities.xml

Lines changed: 12288 additions & 0 deletions
Large diffs are not rendered by default.
5 KB
Binary file not shown.

YanZhiwei.JavaScript.Utilities/DLL/DotNet3.5.Utilities.XML

Lines changed: 2268 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
78 KB
Binary file not shown.

YanZhiwei.JavaScript.Utilities/YanZhiwei.JavaScript.Utilities.csproj

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,22 @@
4343
<WarningLevel>4</WarningLevel>
4444
</PropertyGroup>
4545
<ItemGroup>
46+
<Reference Include="DotNet2.Interfaces, Version=1.0.5994.41447, Culture=neutral, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
48+
<HintPath>DLL\DotNet2.Interfaces.dll</HintPath>
49+
</Reference>
50+
<Reference Include="DotNet2.Utilities, Version=1.0.5994.41447, Culture=neutral, processorArchitecture=MSIL">
51+
<SpecificVersion>False</SpecificVersion>
52+
<HintPath>DLL\DotNet2.Utilities.dll</HintPath>
53+
</Reference>
54+
<Reference Include="DotNet3.5.Interfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
56+
<HintPath>DLL\DotNet3.5.Interfaces.dll</HintPath>
57+
</Reference>
58+
<Reference Include="DotNet3.5.Utilities, Version=1.0.5994.41448, Culture=neutral, processorArchitecture=MSIL">
59+
<SpecificVersion>False</SpecificVersion>
60+
<HintPath>DLL\DotNet3.5.Utilities.dll</HintPath>
61+
</Reference>
4662
<Reference Include="Microsoft.CSharp" />
4763
<Reference Include="System.Web.DynamicData" />
4864
<Reference Include="System.Web.Entity" />
@@ -174,6 +190,12 @@
174190
<Content Include="bs\v3\typeahead\typeahead.bundle.js" />
175191
<Content Include="bs\v3\typeahead\typeahead.bundle.min.js" />
176192
<Content Include="bs\v3\typeahead\typeahead.css" />
193+
<Content Include="DLL\DotNet2.Interfaces.dll" />
194+
<Content Include="DLL\DotNet2.Utilities.dll" />
195+
<Content Include="DLL\DotNet2.Utilities.xml" />
196+
<Content Include="DLL\DotNet3.5.Interfaces.dll" />
197+
<Content Include="DLL\DotNet3.5.Utilities.dll" />
198+
<Content Include="DLL\DotNet3.5.Utilities.XML" />
177199
<Content Include="Global.asax" />
178200
<Content Include="jquery\datatables\1.10.2\all.min.js" />
179201
<Content Include="jquery\datatables\1.10.2\arrays.txt" />

0 commit comments

Comments
 (0)