-
Notifications
You must be signed in to change notification settings - Fork 15
/
BCnEncNet.sln
42 lines (42 loc) · 2.29 KB
/
BCnEncNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29311.281
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BCnEncoder", "BCnEnc.Net\BCnEncoder.csproj", "{92C54AF8-D727-4060-8118-2C809D1FF9E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BCnEncTests", "BCnEncTests\BCnEncTests.csproj", "{8E5E366B-9782-4194-AC85-602E8387496A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B2FBB0B-E3B9-44EB-BBE6-E7EC9F3E56AD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BCnEncoder.NET.ImageSharp", "BCnEncoder.NET.ImageSharp\BCnEncoder.NET.ImageSharp.csproj", "{7D884C56-B982-4B8C-907E-68F231CF3D89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92C54AF8-D727-4060-8118-2C809D1FF9E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C54AF8-D727-4060-8118-2C809D1FF9E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C54AF8-D727-4060-8118-2C809D1FF9E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C54AF8-D727-4060-8118-2C809D1FF9E0}.Release|Any CPU.Build.0 = Release|Any CPU
{8E5E366B-9782-4194-AC85-602E8387496A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E5E366B-9782-4194-AC85-602E8387496A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E5E366B-9782-4194-AC85-602E8387496A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E5E366B-9782-4194-AC85-602E8387496A}.Release|Any CPU.Build.0 = Release|Any CPU
{7D884C56-B982-4B8C-907E-68F231CF3D89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D884C56-B982-4B8C-907E-68F231CF3D89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D884C56-B982-4B8C-907E-68F231CF3D89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D884C56-B982-4B8C-907E-68F231CF3D89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E9EEA47-CDAD-47CC-971F-6E4EB134636E}
EndGlobalSection
EndGlobal