Include the Visual Studio files.
This commit is contained in:
enWILLYado 2018-01-28 23:29:58 +01:00
parent 35fe9f49db
commit 98c151b190
4 changed files with 864 additions and 0 deletions

20
vs/xmrig.sln Normal file
View file

@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmrig", "xmrig.vcxproj", "{53285F83-3CB3-4BB7-B723-C2EFDBCEB785}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
make|Win32 = make|Win32
make|x64 = make|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53285F83-3CB3-4BB7-B723-C2EFDBCEB785}.make|Win32.ActiveCfg = make|Win32
{53285F83-3CB3-4BB7-B723-C2EFDBCEB785}.make|Win32.Build.0 = make|Win32
{53285F83-3CB3-4BB7-B723-C2EFDBCEB785}.make|x64.ActiveCfg = make|x64
{53285F83-3CB3-4BB7-B723-C2EFDBCEB785}.make|x64.Build.0 = make|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal