-
Notifications
You must be signed in to change notification settings - Fork 11
/
NRasterizer.sln
43 lines (43 loc) · 2.28 KB
/
NRasterizer.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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NRasterizer.Tests", "NRasterizer.Tests\NRasterizer.Tests.xproj", "{FC36D8CB-3B6C-4078-AAE0-68A4223BB2C4}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NRasterizer.CLI", "NRasterizer.CLI\NRasterizer.CLI.xproj", "{8FD65B63-92A2-4868-AC93-19E385DF76C6}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NOpenType", "NOpenType\NOpenType.xproj", "{4F74A90E-C244-4B7C-98E4-72C1622517FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{4DDB15E9-E21C-4043-AE71-F0DEB9F14BED}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build\generate_samples.cmd = build\generate_samples.cmd
GitVersion.yml = GitVersion.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC36D8CB-3B6C-4078-AAE0-68A4223BB2C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC36D8CB-3B6C-4078-AAE0-68A4223BB2C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC36D8CB-3B6C-4078-AAE0-68A4223BB2C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC36D8CB-3B6C-4078-AAE0-68A4223BB2C4}.Release|Any CPU.Build.0 = Release|Any CPU
{8FD65B63-92A2-4868-AC93-19E385DF76C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FD65B63-92A2-4868-AC93-19E385DF76C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FD65B63-92A2-4868-AC93-19E385DF76C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FD65B63-92A2-4868-AC93-19E385DF76C6}.Release|Any CPU.Build.0 = Release|Any CPU
{4F74A90E-C244-4B7C-98E4-72C1622517FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F74A90E-C244-4B7C-98E4-72C1622517FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F74A90E-C244-4B7C-98E4-72C1622517FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F74A90E-C244-4B7C-98E4-72C1622517FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal