This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
codesize.sln
33 lines (33 loc) · 1.5 KB
/
codesize.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "codesize", "codesize.fsproj", "{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A3D33B78-BAED-467A-BF66-B429C73CE417}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Debug|x64.ActiveCfg = Debug|x64
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Debug|x64.Build.0 = Debug|x64
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Debug|x86.ActiveCfg = Debug|x86
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Debug|x86.Build.0 = Debug|x86
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Release|x64.ActiveCfg = Release|x64
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Release|x64.Build.0 = Release|x64
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Release|x86.ActiveCfg = Release|x86
{20CB0D6A-9645-4020-A8D2-15CAB9D99F3C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal