-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodecksPlasticIntegration.sln
More file actions
38 lines (37 loc) · 1.89 KB
/
CodecksPlasticIntegration.sln
File metadata and controls
38 lines (37 loc) · 1.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{810B258B-1903-44B4-BFEE-25285AE8ACCE}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodecksExtension", "CodecksExtension\CodecksExtension.csproj", "{36151070-25B7-4376-A3C6-B873441A1F23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodecksExtensionTests", "CodecksExtensionTests\CodecksExtensionTests.csproj", "{2851C4CE-A93B-4B96-81D7-BB804D6A18AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36151070-25B7-4376-A3C6-B873441A1F23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36151070-25B7-4376-A3C6-B873441A1F23}.Release|Any CPU.Build.0 = Release|Any CPU
{36151070-25B7-4376-A3C6-B873441A1F23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36151070-25B7-4376-A3C6-B873441A1F23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2851C4CE-A93B-4B96-81D7-BB804D6A18AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2851C4CE-A93B-4B96-81D7-BB804D6A18AC}.Release|Any CPU.Build.0 = Release|Any CPU
{2851C4CE-A93B-4B96-81D7-BB804D6A18AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2851C4CE-A93B-4B96-81D7-BB804D6A18AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {407DB6D1-AE91-4E93-997B-C872849D0290}
EndGlobalSection
EndGlobal