Skip to content

Commit

Permalink
Nuget Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lichen committed Sep 28, 2014
1 parent 1a103c2 commit fe02219
Show file tree
Hide file tree
Showing 8 changed files with 4,018 additions and 4,012 deletions.
16 changes: 11 additions & 5 deletions aspclassiccompiler/asp/Asp.VS2013.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.ASPTypeLibrary, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>..\library\40\Interop.ASPTypeLibrary.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Dynamic, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -133,6 +128,17 @@
<Name>VBScript.VS2013</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<COMReference Include="ASPTypeLibrary">
<Guid>{D97A6DA0-A85C-11CF-83AE-00A0C90C2BD8}</Guid>
<VersionMajor>3</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion aspclassiccompiler/asp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("asp")]
[assembly: AssemblyTitle("ASP Classic Compile")]
[assembly: AssemblyDescription("ASP Classic Compiler")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("DLRSoft")]
Expand Down
Binary file modified aspclassiccompiler/bin/Release40/Dlrsoft.Asp.dll
Binary file not shown.
Binary file modified aspclassiccompiler/bin/Release40/Dlrsoft.Asp.pdb
Binary file not shown.
Binary file modified aspclassiccompiler/bin/Release40/Dlrsoft.VBParser.dll
Binary file not shown.
8,012 changes: 4,006 additions & 4,006 deletions aspclassiccompiler/bin/Release40/Dlrsoft.VBParser.xml

Large diffs are not rendered by default.

Binary file modified aspclassiccompiler/bin/Release40/Dlrsoft.VBScript.dll
Binary file not shown.
Binary file modified aspclassiccompiler/bin/Release40/Dlrsoft.VBScript.pdb
Binary file not shown.

0 comments on commit fe02219

Please sign in to comment.