-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcppsharp.sln
More file actions
34 lines (33 loc) · 2.53 KB
/
cppsharp.sln
File metadata and controls
34 lines (33 loc) · 2.53 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
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cppsharp", "cppsharp\cppsharp.csproj", "{9EB3CE6A-3A1B-46B9-9E64-080EA6A5518C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libcppsharp", "libcppsharp\libcppsharp.csproj", "{3357DBEB-7A33-4C71-9D25-D043FE8C73C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testcppsharp", "testcppsharp\testcppsharp.csproj", "{1AEF5F4B-CBBA-4994-9411-C6B4AB19E3FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EB3CE6A-3A1B-46B9-9E64-080EA6A5518C}.Debug|x86.ActiveCfg = Debug|x86
{9EB3CE6A-3A1B-46B9-9E64-080EA6A5518C}.Debug|x86.Build.0 = Debug|x86
{9EB3CE6A-3A1B-46B9-9E64-080EA6A5518C}.Release|x86.ActiveCfg = Release|x86
{9EB3CE6A-3A1B-46B9-9E64-080EA6A5518C}.Release|x86.Build.0 = Release|x86
{3357DBEB-7A33-4C71-9D25-D043FE8C73C7}.Debug|x86.ActiveCfg = Debug|Any CPU
{3357DBEB-7A33-4C71-9D25-D043FE8C73C7}.Debug|x86.Build.0 = Debug|Any CPU
{3357DBEB-7A33-4C71-9D25-D043FE8C73C7}.Release|x86.ActiveCfg = Release|Any CPU
{3357DBEB-7A33-4C71-9D25-D043FE8C73C7}.Release|x86.Build.0 = Release|Any CPU
{1AEF5F4B-CBBA-4994-9411-C6B4AB19E3FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{1AEF5F4B-CBBA-4994-9411-C6B4AB19E3FB}.Debug|x86.Build.0 = Debug|Any CPU
{1AEF5F4B-CBBA-4994-9411-C6B4AB19E3FB}.Release|x86.ActiveCfg = Release|Any CPU
{1AEF5F4B-CBBA-4994-9411-C6B4AB19E3FB}.Release|x86.Build.0 = Release|Any CPU
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