-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsprintfsharp.sln
39 lines (39 loc) · 2.43 KB
/
sprintfsharp.sln
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
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sprintfsharp", "sprintfsharp.csproj", "{E6D6FCF5-6AEE-4ED2-950C-FC64B9864347}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testsprintf", "testsprintf.csproj", "{9689C6BE-F4C0-4D52-92F7-393109C89186}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6D6FCF5-6AEE-4ED2-950C-FC64B9864347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6D6FCF5-6AEE-4ED2-950C-FC64B9864347}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6D6FCF5-6AEE-4ED2-950C-FC64B9864347}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6D6FCF5-6AEE-4ED2-950C-FC64B9864347}.Release|Any CPU.Build.0 = Release|Any CPU
{9689C6BE-F4C0-4D52-92F7-393109C89186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9689C6BE-F4C0-4D52-92F7-393109C89186}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9689C6BE-F4C0-4D52-92F7-393109C89186}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9689C6BE-F4C0-4D52-92F7-393109C89186}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $3
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$3.FileWidth = 80
$3.TabsToSpaces = True
$3.scope = text/plain
$0.StandardHeader = $4
$4.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/>.
version = 0.9
EndGlobalSection
EndGlobal