-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCorsairLinkSharp.sln
More file actions
28 lines (27 loc) · 2.07 KB
/
CorsairLinkSharp.sln
File metadata and controls
28 lines (27 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CorsairLinkSharp", "CorsairLinkSharp\CorsairLinkSharp.csproj", "{3491ECDE-B9CF-4438-B4FB-A5B8B5C64894}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CLSharpTest", "CLSharpTest\CLSharpTest.csproj", "{FD0FBE34-F280-4A39-8843-C4D47FE64D4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3491ECDE-B9CF-4438-B4FB-A5B8B5C64894}.Debug|x86.ActiveCfg = Debug|x86
{3491ECDE-B9CF-4438-B4FB-A5B8B5C64894}.Debug|x86.Build.0 = Debug|x86
{3491ECDE-B9CF-4438-B4FB-A5B8B5C64894}.Release|x86.ActiveCfg = Release|x86
{3491ECDE-B9CF-4438-B4FB-A5B8B5C64894}.Release|x86.Build.0 = Release|x86
{FD0FBE34-F280-4A39-8843-C4D47FE64D4B}.Debug|x86.ActiveCfg = Debug|x86
{FD0FBE34-F280-4A39-8843-C4D47FE64D4B}.Debug|x86.Build.0 = Debug|x86
{FD0FBE34-F280-4A39-8843-C4D47FE64D4B}.Release|x86.ActiveCfg = Release|x86
{FD0FBE34-F280-4A39-8843-C4D47FE64D4B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.StandardHeader = $1
$1.Text = @ \n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.
EndGlobalSection
EndGlobal