-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathffxvBenchCustom.sln
31 lines (31 loc) · 1.29 KB
/
ffxvBenchCustom.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffxvBenchCustom", "ffxvBenchCustom\ffxvBenchCustom.vcxproj", "{D963B732-C8A2-4266-83BE-B499272E1FD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53DD265F-5437-4D4E-890C-241CBA3CC072}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D963B732-C8A2-4266-83BE-B499272E1FD3}.Debug|x64.ActiveCfg = Debug|x64
{D963B732-C8A2-4266-83BE-B499272E1FD3}.Debug|x64.Build.0 = Debug|x64
{D963B732-C8A2-4266-83BE-B499272E1FD3}.Release|x64.ActiveCfg = Release|x64
{D963B732-C8A2-4266-83BE-B499272E1FD3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F70A2BB-3220-4683-B8DE-9E0DBCCB17EE}
EndGlobalSection
EndGlobal