@@ -106,6 +106,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Input", "Input", "{33ED9765
106
106
EndProject
107
107
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Silk.NET.Input" , "sources\Input\Input\Silk.NET.Input.csproj" , "{49A42CE3-94C5-4239-B0FC-F1FF8D7AAADA}"
108
108
EndProject
109
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Input" , "Input" , "{4E0EF53A-76BC-4729-8E3B-4768E86E357E}"
110
+ EndProject
111
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Silk.NET.Input.UnitTests" , "tests\Input\Input\Silk.NET.Input.UnitTests.csproj" , "{00B9B6E6-776E-480C-B3ED-D6420C5B4E8E}"
112
+ EndProject
109
113
Global
110
114
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
111
115
Debug| Any CPU = Debug| Any CPU
@@ -176,6 +180,10 @@ Global
176
180
{49A42CE3-94C5-4239-B0FC-F1FF8D7AAADA} .Debug| Any CPU .Build .0 = Debug| Any CPU
177
181
{49A42CE3-94C5-4239-B0FC-F1FF8D7AAADA} .Release| Any CPU .ActiveCfg = Release| Any CPU
178
182
{49A42CE3-94C5-4239-B0FC-F1FF8D7AAADA} .Release| Any CPU .Build .0 = Release| Any CPU
183
+ {00B9B6E6-776E-480C-B3ED-D6420C5B4E8E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
184
+ {00B9B6E6-776E-480C-B3ED-D6420C5B4E8E} .Debug| Any CPU .Build .0 = Debug| Any CPU
185
+ {00B9B6E6-776E-480C-B3ED-D6420C5B4E8E} .Release| Any CPU .ActiveCfg = Release| Any CPU
186
+ {00B9B6E6-776E-480C-B3ED-D6420C5B4E8E} .Release| Any CPU .Build .0 = Release| Any CPU
179
187
EndGlobalSection
180
188
GlobalSection (SolutionProperties ) = preSolution
181
189
HideSolutionNode = FALSE
@@ -210,6 +218,8 @@ Global
210
218
{EF07CBB5-D253-4CA9-A5DA-8B3DF2B0DF8E} = {FE4414F8-5370-445D-9F24-C3AD3223F299}
211
219
{33ED9765-8C36-4A9D-95E8-AF037FE104B3} = {DD29EA8F-B1A6-45AA-8D2E-B38DA56D9EF6}
212
220
{49A42CE3-94C5-4239-B0FC-F1FF8D7AAADA} = {33ED9765-8C36-4A9D-95E8-AF037FE104B3}
221
+ {4E0EF53A-76BC-4729-8E3B-4768E86E357E} = {A5578D12-9E77-4647-8C22-0DBD17760BFF}
222
+ {00B9B6E6-776E-480C-B3ED-D6420C5B4E8E} = {4E0EF53A-76BC-4729-8E3B-4768E86E357E}
213
223
EndGlobalSection
214
224
GlobalSection (ExtensibilityGlobals ) = postSolution
215
225
SolutionGuid = {78D2CF6A-60A1-43E3-837B-00B73C9DA384}
0 commit comments