-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEncoder.sln
More file actions
36 lines (36 loc) · 1.8 KB
/
Encoder.sln
File metadata and controls
36 lines (36 loc) · 1.8 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Encoder", "Encoder\Encoder.csproj", "{D5EA185C-7AB6-4A05-9057-C5C5489C84F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B90EF391-6700-4813-95B9-0E8685225495}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ZemotoCommon", "ZemotoCommon\ZemotoCommon\ZemotoCommon.shproj", "{B50AFE0A-263C-4FB2-8EED-291F6763FBEC}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
ZemotoCommon\ZemotoCommon\ZemotoCommon.projitems*{b50afe0a-263c-4fb2-8eed-291f6763fbec}*SharedItemsImports = 13
ZemotoCommon\ZemotoCommon\ZemotoCommon.projitems*{d5ea185c-7ab6-4a05-9057-c5c5489c84f3}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5EA185C-7AB6-4A05-9057-C5C5489C84F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5EA185C-7AB6-4A05-9057-C5C5489C84F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5EA185C-7AB6-4A05-9057-C5C5489C84F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5EA185C-7AB6-4A05-9057-C5C5489C84F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF1AA86E-36F9-4740-8E50-754DEE20CF82}
EndGlobalSection
EndGlobal