-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cpix.sln
54 lines (54 loc) · 3.2 KB
/
Cpix.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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cpix", "Cpix\Cpix.csproj", "{8D2CE324-03EF-4F95-B0BE-1FAE294E8A3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{F000D760-5E18-44D6-A90D-135B4203BB19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Resources", "Resources\Resources.csproj", "{76BA027A-9142-4D60-9AFF-421A16247513}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Settings", "Settings", "{34101AD0-9229-4F10-B951-B07082F850D2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadmeQuickStartExamples", "ReadmeQuickStartExamples\ReadmeQuickStartExamples.csproj", "{EBBAF2D8-F96F-4744-A5A3-E4FADF06855E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestVectorGenerator", "TestVectorGenerator\TestVectorGenerator.csproj", "{727197E7-8742-40ED-B8D1-96659BFD7C65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D2CE324-03EF-4F95-B0BE-1FAE294E8A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D2CE324-03EF-4F95-B0BE-1FAE294E8A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D2CE324-03EF-4F95-B0BE-1FAE294E8A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D2CE324-03EF-4F95-B0BE-1FAE294E8A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{F000D760-5E18-44D6-A90D-135B4203BB19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F000D760-5E18-44D6-A90D-135B4203BB19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F000D760-5E18-44D6-A90D-135B4203BB19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F000D760-5E18-44D6-A90D-135B4203BB19}.Release|Any CPU.Build.0 = Release|Any CPU
{76BA027A-9142-4D60-9AFF-421A16247513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76BA027A-9142-4D60-9AFF-421A16247513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76BA027A-9142-4D60-9AFF-421A16247513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76BA027A-9142-4D60-9AFF-421A16247513}.Release|Any CPU.Build.0 = Release|Any CPU
{EBBAF2D8-F96F-4744-A5A3-E4FADF06855E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBBAF2D8-F96F-4744-A5A3-E4FADF06855E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBBAF2D8-F96F-4744-A5A3-E4FADF06855E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBBAF2D8-F96F-4744-A5A3-E4FADF06855E}.Release|Any CPU.Build.0 = Release|Any CPU
{727197E7-8742-40ED-B8D1-96659BFD7C65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{727197E7-8742-40ED-B8D1-96659BFD7C65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{727197E7-8742-40ED-B8D1-96659BFD7C65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{727197E7-8742-40ED-B8D1-96659BFD7C65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62BEEF78-DB80-4851-AC4F-D90F29A3A5D2}
EndGlobalSection
EndGlobal