Skip to content

Commit

Permalink
Migrated to v5.0 RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
FransBouma committed Apr 25, 2016
1 parent f3afd65 commit e5939d9
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Driver Code/DevDeploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rem @"LINQPad\Drivers\DataContext\3.5\")
rem
rem The final part of the directory is the name of the assembly plus its public key token in brackets.
echo 3.5 b094696bc21c000a
xcopy /i/y *.dll "C:\ProgramData\LINQPad\Drivers\DataContext\3.5\SD.LLBLGen.Pro.LINQPadDriver42 (b094696bc21c000a)"
xcopy /i/y *.pdb "C:\ProgramData\LINQPad\Drivers\DataContext\3.5\SD.LLBLGen.Pro.LINQPadDriver42 (b094696bc21c000a)"
xcopy /i/y *.dll "C:\ProgramData\LINQPad\Drivers\DataContext\3.5\SD.LLBLGen.Pro.LINQPadDriver50 (b094696bc21c000a)"
xcopy /i/y *.pdb "C:\ProgramData\LINQPad\Drivers\DataContext\3.5\SD.LLBLGen.Pro.LINQPadDriver50 (b094696bc21c000a)"
pause
5 changes: 3 additions & 2 deletions Driver Code/DevDeploy4.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@Echo off
rem
rem You can simplify development by updating this batch file and then calling it from the
rem project's post-build event.
Expand All @@ -14,6 +15,6 @@ rem @"LINQPad\Drivers\DataContext\3.5\")
rem
rem The final part of the directory is the name of the assembly plus its public key token in brackets.
echo 4.0 b094696bc21c000a
xcopy /i/y *.dll "C:\ProgramData\LINQPad\Drivers\DataContext\4.0\SD.LLBLGen.Pro.LINQPadDriver42 (b094696bc21c000a)"
xcopy /i/y *.pdb "C:\ProgramData\LINQPad\Drivers\DataContext\4.0\SD.LLBLGen.Pro.LINQPadDriver42 (b094696bc21c000a)"
xcopy /i/y *.dll "C:\ProgramData\LINQPad\Drivers\DataContext\4.0\SD.LLBLGen.Pro.LINQPadDriver50 (b094696bc21c000a)"
xcopy /i/y *.pdb "C:\ProgramData\LINQPad\Drivers\DataContext\4.0\SD.LLBLGen.Pro.LINQPadDriver50 (b094696bc21c000a)"
pause
2 changes: 1 addition & 1 deletion Driver Code/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The sourcecode and binary compiled version of this driver are licensed under the BSD2 license:

COPYRIGHTS:
Copyright (c)2002-2014 Solutions Design. All rights reserved.
Copyright (c)2002-2016 Solutions Design. All rights reserved.
http://www.llblgen.com

The LLBLGen Pro LINQPad driver sourcecode is released under the following license (BSD2):
Expand Down
8 changes: 4 additions & 4 deletions Driver Code/LINQPadDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
<ExecutableExtension>.exe</ExecutableExtension>
<HintPath>..\Externals\LINQPad.exe</HintPath>
</Reference>
<Reference Include="SD.LLBLGen.Pro.ORMSupportClasses, Version=4.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Externals\SD.LLBLGen.Pro.ORMSupportClasses.dll</HintPath>
<Reference Include="SD.LLBLGen.Pro.ORMSupportClasses, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27, processorArchitecture=MSIL">
<HintPath>..\packages\SD.LLBLGen.Pro.ORMSupportClasses.5.0.0\lib\net45\SD.LLBLGen.Pro.ORMSupportClasses.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -77,8 +77,8 @@
</ItemGroup>
<ItemGroup>
<None Include="DevDeploy.bat" />
<None Include="DevDeploy5.bat" />
<None Include="DevDeploy4.bat" />
<None Include="packages.config" />
<None Include="StrongName.snk" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Driver Code/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("LLBLGen Pro LINQPad Driver")]
[assembly: AssemblyDescription("LINQPad driver for LLBLGen Pro v5.0b2")]
[assembly: AssemblyDescription("LINQPad driver for LLBLGen Pro v5.0")]
[assembly: AssemblyConfiguration(".NET 3.5")]
[assembly: AssemblyCompany("Solutions Design bv")]
[assembly: AssemblyProduct("LLBLGen Pro")]
[assembly: AssemblyCopyright("Copyright ©2014 Solutions Design bv")]
[assembly: AssemblyCopyright("Copyright ©2016 Solutions Design bv")]
[assembly: AssemblyTrademark("LLBLGen and LLBLGen Pro are trademarks of Solutions Design bv.")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Driver Code/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ folder, you have to change the target framework to .NET 4 for the driver project

Requirements to compile the code:
-----------------------------------
.NET 3.5 SDK or higher. Recommented: VS.NET 2010, 2012 or 2013 (preferred).
.NET 3.5 SDK or higher. Recommented: VS.NET 2010 or higher.


How to distribute the driver
Expand Down
4 changes: 4 additions & 0 deletions Driver Code/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SD.LLBLGen.Pro.ORMSupportClasses" version="5.0.0" targetFramework="net452" />
</packages>
12 changes: 4 additions & 8 deletions LINQPadDriver.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LINQPadDriver", "Driver Code\LINQPadDriver.csproj", "{E8D453FB-C87F-4BA3-A720-03850A191212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{FD04146D-1D2B-46ED-9A67-FB16423A48A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,10 +15,6 @@ Global
{E8D453FB-C87F-4BA3-A720-03850A191212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8D453FB-C87F-4BA3-A720-03850A191212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8D453FB-C87F-4BA3-A720-03850A191212}.Release|Any CPU.Build.0 = Release|Any CPU
{FD04146D-1D2B-46ED-9A67-FB16423A48A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD04146D-1D2B-46ED-9A67-FB16423A48A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD04146D-1D2B-46ED-9A67-FB16423A48A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD04146D-1D2B-46ED-9A67-FB16423A48A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in those bat files or remove the post-build event. If you copied LINQPad.exe v4.
folder, you have to change the target framework to .NET 4 for the driver project to compile the code.

###Requirements to compile the code:
.NET 3.5 SDK or higher. Recommented: VS.NET 2010, 2012 or 2013 (preferred).
.NET 3.5 SDK or higher. Recommented: VS.NET 2010 or higher.

###How to distribute the driver
To distribute the driver, zip the dll and header.xml into a zip file and rename the extension to .lpx.
Expand Down

0 comments on commit e5939d9

Please sign in to comment.