-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
433c448
commit daac667
Showing
17 changed files
with
177 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
|
||
# Ignore Nuget package/configuration files | ||
FullScreenDetection/nuget.config | ||
FullScreenDetection/obj/FullScreenDetection.vbproj.nuget.g.targets | ||
FullScreenDetection/obj/FullScreenDetection.vbproj.nuget.g.props | ||
FullScreenDetection/obj/FullScreenDetection.vbproj.nuget.dgspec.json | ||
FullScreenDetection/obj/Debug/net472/FullScreenDetection.vbproj.FileListAbsolute.txt | ||
*.nupkg | ||
*.nuspec | ||
*.cache | ||
|
||
# Ignore build cache Files | ||
FullScreenDetection/obj/project.assets.json | ||
|
||
# Ignore cached txt files, which contain absolute directories | ||
FullScreenDetection/obj/Debug/v4.7.2/FullScreenDetection.vbproj.FileListAbsolute.txt | ||
|
||
|
||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
FullScreenDetection/obj/Debug/net472/FullScreenDetection.AssemblyInfo.vb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
'------------------------------------------------------------------------------ | ||
' <auto-generated> | ||
' This code was generated by a tool. | ||
' | ||
' Changes to this file may cause incorrect behavior and will be lost if | ||
' the code is regenerated. | ||
' </auto-generated> | ||
'------------------------------------------------------------------------------ | ||
|
||
Option Strict Off | ||
Option Explicit On | ||
|
||
Imports System | ||
Imports System.Reflection | ||
<Assembly: System.Reflection.AssemblyCompanyAttribute("NarodGaming"), _ | ||
Assembly: System.Reflection.AssemblyConfigurationAttribute("Debug"), _ | ||
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.2.0"), _ | ||
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.2"), _ | ||
Assembly: System.Reflection.AssemblyProductAttribute("FullScreenDetection"), _ | ||
Assembly: System.Reflection.AssemblyTitleAttribute("FullScreenDetection"), _ | ||
Assembly: System.Reflection.AssemblyVersionAttribute("1.1.2.0"), _ | ||
Assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/NarodGaming/gamedetector")> | ||
|
||
'Generated by the MSBuild WriteCodeFragment class. |
Binary file added
BIN
+180 Bytes
FullScreenDetection/obj/Debug/net472/FullScreenDetection.Resources.resources
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 46 additions & 0 deletions
46
FullScreenDetection/obj/Debug/net472/FullScreenDetection.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
FullScreenDetection/obj/Debug/v4.7.2/FullScreenDetection.AssemblyInfo.vb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
'------------------------------------------------------------------------------ | ||
' <auto-generated> | ||
' This code was generated by a tool. | ||
' | ||
' Changes to this file may cause incorrect behavior and will be lost if | ||
' the code is regenerated. | ||
' </auto-generated> | ||
'------------------------------------------------------------------------------ | ||
|
||
Option Strict Off | ||
Option Explicit On | ||
|
||
Imports System | ||
Imports System.Reflection | ||
<Assembly: System.Reflection.AssemblyCompanyAttribute("NarodGaming"), _ | ||
Assembly: System.Reflection.AssemblyConfigurationAttribute("Debug"), _ | ||
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.2.0"), _ | ||
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.2"), _ | ||
Assembly: System.Reflection.AssemblyProductAttribute("FullScreenDetection"), _ | ||
Assembly: System.Reflection.AssemblyTitleAttribute("FullScreenDetection"), _ | ||
Assembly: System.Reflection.AssemblyVersionAttribute("1.1.2.0"), _ | ||
Assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/NarodGaming/gamedetector")> | ||
|
||
'Generated by the MSBuild WriteCodeFragment class. |
Binary file added
BIN
+180 Bytes
FullScreenDetection/obj/Debug/v4.7.2/FullScreenDetection.Resources.resources
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 46 additions & 0 deletions
46
FullScreenDetection/obj/Debug/v4.7.2/FullScreenDetection.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.