This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
SharpHash/SharpHash.sln

24 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2015-02-02 12:39:30 +00:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpHash", "SharpHash\SharpHash.csproj", "{02548536-0F8B-472E-B543-A090CA1BFA30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02548536-0F8B-472E-B543-A090CA1BFA30}.Debug|x86.ActiveCfg = Debug|x86
{02548536-0F8B-472E-B543-A090CA1BFA30}.Debug|x86.Build.0 = Debug|x86
{02548536-0F8B-472E-B543-A090CA1BFA30}.Release|x86.ActiveCfg = Release|x86
{02548536-0F8B-472E-B543-A090CA1BFA30}.Release|x86.Build.0 = Release|x86
EndGlobalSection
2015-02-02 12:41:31 +00:00
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/>.
$1.IncludeInNewFiles = True
EndGlobalSection
2015-02-02 12:39:30 +00:00
EndGlobal