Skip to content

Commit 7108710

Browse files
author
Eric Swann
committed
Updated to have fixed version of clearscript (for json object serialization) and for installer to try to properly set properties on a web project.
1 parent 917185f commit 7108710

115 files changed

Lines changed: 31670 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ FYI: This package has a version of ClearScript compiled against .Net 4.5 only.
99

1010
For Web Projects
1111
================
12+
Clearscript will attempt to set the copy to output correctly in the case of a web project, but if this fails:
13+
1214
For web projects, set the following on all ClearScripts/V8 dlls added to the project:
1315
Copy to Output Directory: Do not copy
1416

src/ClearScript.Installer.Demo/ClearScript.Installer.Demo.csproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="ClearScript">
34-
<HintPath>..\packages\ClearScript.Installer.1.0.2.24298\lib\net45\ClearScript.dll</HintPath>
35-
</Reference>
3633
<Reference Include="System" />
3734
<Reference Include="System.Core" />
3835
<Reference Include="System.Xml.Linq" />
@@ -45,35 +42,6 @@
4542
<Compile Include="Class1.cs" />
4643
<Compile Include="Properties\AssemblyInfo.cs" />
4744
</ItemGroup>
48-
<ItemGroup>
49-
<Content Include="ClearScriptV8-32.dll">
50-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
51-
</Content>
52-
<Content Include="ClearScriptV8-32.pdb">
53-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
54-
</Content>
55-
<Content Include="ClearScriptV8-64.dll">
56-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
57-
</Content>
58-
<Content Include="ClearScriptV8-64.pdb">
59-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
60-
</Content>
61-
<Content Include="v8-ia32.dll">
62-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
63-
</Content>
64-
<Content Include="v8-ia32.pdb">
65-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
66-
</Content>
67-
<Content Include="v8-x64.dll">
68-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
69-
</Content>
70-
<Content Include="v8-x64.pdb">
71-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
72-
</Content>
73-
</ItemGroup>
74-
<ItemGroup>
75-
<None Include="packages.config" />
76-
</ItemGroup>
7745
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7846
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7947
Other similar extension points exist, see Microsoft.Common.targets.
-411 KB
Binary file not shown.
-6.6 MB
Binary file not shown.
-485 KB
Binary file not shown.
-7.02 MB
Binary file not shown.

src/ClearScript.Installer.Demo/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.
-3.24 MB
Binary file not shown.
-15.5 MB
Binary file not shown.
-4.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)