-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-burn.sln
39 lines (39 loc) · 1.95 KB
/
dotnet-burn.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-burn", "src\dotnet-burn\dotnet-burn.csproj", "{14E3DA84-9F5B-4AC7-B3A2-90CA453A7651}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "handbrake.win", "src\handbrake.win\handbrake.win.msbuildproj", "{AA106D26-6C67-40F5-A5CD-345AEF8FB176}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42322E54-FAD1-4DC0-9C3B-708A797D3B4E}"
ProjectSection(SolutionItems) = preProject
src\Directory.Packages.props = src\Directory.Packages.props
src\Directory.props = src\Directory.props
src\Directory.targets = src\Directory.targets
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
{14E3DA84-9F5B-4AC7-B3A2-90CA453A7651}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14E3DA84-9F5B-4AC7-B3A2-90CA453A7651}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14E3DA84-9F5B-4AC7-B3A2-90CA453A7651}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14E3DA84-9F5B-4AC7-B3A2-90CA453A7651}.Release|Any CPU.Build.0 = Release|Any CPU
{AA106D26-6C67-40F5-A5CD-345AEF8FB176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA106D26-6C67-40F5-A5CD-345AEF8FB176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA106D26-6C67-40F5-A5CD-345AEF8FB176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA106D26-6C67-40F5-A5CD-345AEF8FB176}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37663C82-16EF-4806-88EB-B083ABC9BAC2}
EndGlobalSection
EndGlobal