Skip to content

Commit e003ad6

Browse files
Added fork .nuspec file.
1 parent 5db61af commit e003ad6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: .nuget/package.nuspec

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>InputSimulatorPlus</id>
5+
<version>1.0.4.0</version>
6+
<title>Windows Input Simulator Plus</title>
7+
<authors>Michael Noonan, Theodoros Chatzigiannakis</authors>
8+
<owners>TChatzigiannakis</owners>
9+
<licenseUrl>https://opensource.org/licenses/MS-PL</licenseUrl>
10+
<projectUrl>https://github.com/TChatzigiannakis/inputsimulator</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>This is a fork of the Windows Input Simulator package. If you have encountered applications that do not receive input from the original Windows Input Simulator, try replacing it with this package instead.</description>
13+
<releaseNotes></releaseNotes>
14+
<copyright>Copyright 2009-2018</copyright>
15+
</metadata>
16+
</package>

Diff for: WindowsInput.sln

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2006
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsInput", "WindowsInput\WindowsInput.csproj", "{3549CD6F-80F8-450F-B99E-CF0A736B1F2A}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsInput.Tests", "WindowsInput.Tests\WindowsInput.Tests.csproj", "{93982D2F-BEAD-49F7-86A9-C68159410F28}"
@@ -10,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C29453
1012
.nuget\NuGet.Config = .nuget\NuGet.Config
1113
.nuget\NuGet.exe = .nuget\NuGet.exe
1214
.nuget\NuGet.targets = .nuget\NuGet.targets
15+
.nuget\package.nuspec = .nuget\package.nuspec
1316
EndProjectSection
1417
EndProject
1518
Global
@@ -30,4 +33,7 @@ Global
3033
GlobalSection(SolutionProperties) = preSolution
3134
HideSolutionNode = FALSE
3235
EndGlobalSection
36+
GlobalSection(ExtensibilityGlobals) = postSolution
37+
SolutionGuid = {4CF19F51-46F7-4DE1-9BC3-2EEC71EE691A}
38+
EndGlobalSection
3339
EndGlobal

0 commit comments

Comments
 (0)