Skip to content

Commit

Permalink
Update to v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangqiang101 committed Oct 25, 2015
1 parent 8ed890e commit eda327d
Show file tree
Hide file tree
Showing 13 changed files with 194 additions and 398 deletions.
Binary file modified .vs/PDM.NET/v14/.suo
Binary file not shown.
8 changes: 4 additions & 4 deletions PremiumDeluxeMotorsport.NET/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Imports System.Runtime.InteropServices

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("Premium Deluxe Motorsport Car Shop Mod")>
<Assembly: AssemblyTitle("Premium Deluxe Motorsport Car Dealership Mod")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Zettabyte Technology")>
<Assembly: AssemblyProduct("Premium Deluxe Motorsport Car Shop Mod")>
<Assembly: AssemblyProduct("Premium Deluxe Motorsport Car Dealership Mod")>
<Assembly: AssemblyCopyright("Copyright © 2015 Zettabyte Technology")>
<Assembly: AssemblyTrademark("")>

Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.7.2.0")>
<Assembly: AssemblyFileVersion("2.7.2.0")>
<Assembly: AssemblyVersion("2.8.0.0")>
<Assembly: AssemblyFileVersion("2.8.0.0")>
6 changes: 0 additions & 6 deletions PremiumDeluxeMotorsport.NET/PDM.NET.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,8 @@
<HintPath>F:\Program Files\Steam\SteamApps\common\Grand Theft Auto V\ScriptHookVDotNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
Expand Down
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopGUI.dll
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopGUI.pdb
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopMod.dll
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/PDMCarShopMod.pdb
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Release/ScriptHookVDotNet.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/obj/Release/PDMCarShopMod.dll
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/obj/Release/PDMCarShopMod.pdb
Binary file not shown.
578 changes: 190 additions & 388 deletions PremiumDeluxeMotorsport.NET/pdmcarshop.vb

Large diffs are not rendered by default.

0 comments on commit eda327d

Please sign in to comment.