Skip to content

Commit

Permalink
Add new version check and other updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadManWalkingTO committed Mar 20, 2018
1 parent 55bcd9c commit eabb1d4
Show file tree
Hide file tree
Showing 17 changed files with 9,450 additions and 106 deletions.
2 changes: 1 addition & 1 deletion nspector/Common/DrsSessionScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace nspector.Common
public class DrsSessionScope
{

public static volatile IntPtr GlobalSession;
private static volatile IntPtr GlobalSession; // Modified by DeadManWalking

public static volatile bool HoldSession = true;

Expand Down
Binary file added nspector/Images/Nvidia.ico
Binary file not shown.
10 changes: 6 additions & 4 deletions nspector/NVidiaProfileInspectorDmW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@
<CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>false</Optimize>
<Optimize>true</Optimize>
<DebugType>none</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>default</LangVersion>
Expand All @@ -108,7 +109,7 @@
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>n1.ico</ApplicationIcon>
<ApplicationIcon>Images\Nvidia.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>nspector.Program</StartupObject>
Expand All @@ -127,6 +128,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="dmw.cs" />
<Compile Include="Common\CustomSettings\CustomSetting.cs" />
<Compile Include="Common\CustomSettings\CustomSettingValue.cs" />
<Compile Include="Common\DrsDecrypterService.cs" />
Expand Down Expand Up @@ -237,6 +239,7 @@
<Content Include="CustomSettingNames.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Images\Nvidia.ico" />
<Content Include="Native\NVAPI\NvApiDriverSettings.h" />
<Content Include="Reference.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -260,7 +263,6 @@
<None Include="Images\text_binary.png" />
<None Include="Images\window_application_add.png" />
<None Include="Images\window_application_delete.png" />
<Content Include="n1.ico" />
<None Include="Images\home_sm.png" />
<Content Include="Images\shield16.ico" />
</ItemGroup>
Expand Down Expand Up @@ -309,4 +311,4 @@
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>
10 changes: 5 additions & 5 deletions nspector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// 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("nvidiaProfileInspectorDmW")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("NVidiaProfileInspectorDmW")]
[assembly: AssemblyDescription("NVIDIA Profile Inspector - Modified by DeadManWalking")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NVIDIA Profile Inspector")]
Expand All @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.2.7")]
[assembly: AssemblyFileVersion("3.1.2.7")]
[assembly: AssemblyVersion("3.2.5.5")]
[assembly: AssemblyFileVersion("3.2.5.5")]



80 changes: 41 additions & 39 deletions nspector/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nspector/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<data name="find_set2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\find_set2.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="n1-016" type="System.Resources.ResXFileRef, System.Windows.Forms">
<data name="n1_016" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\n1-016.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
Expand Down
2 changes: 2 additions & 0 deletions nspector/Reference.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<!-- Rewrite by DeadManWalking (DeadManWalkingTO-GitHub) -->

<CustomSettingNames>
<ShowCustomizedSettingNamesOnly>false</ShowCustomizedSettingNamesOnly>
<Settings>
Expand Down
Loading

0 comments on commit eabb1d4

Please sign in to comment.