-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSimpleDiskImager.sln
44 lines (44 loc) · 2.39 KB
/
SimpleDiskImager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31808.319
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Austin.ThumbWriter", "Austin.ThumbWriter\Austin.ThumbWriter.csproj", "{1951F5EF-0E88-49AF-914B-4A46170C5D2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{098B77C3-23EE-4F45-BFA1-28DE9EE3F091}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDiskImager", "SimpleDiskImager\SimpleDiskImager.csproj", "{D8730315-3D75-4254-A83B-693FB6EAC29E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConvertEfiIsoToFat", "ConvertEfiIsoToFat\ConvertEfiIsoToFat.csproj", "{97F8FA75-C4B2-4898-93D2-87C478D53D8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1951F5EF-0E88-49AF-914B-4A46170C5D2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1951F5EF-0E88-49AF-914B-4A46170C5D2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1951F5EF-0E88-49AF-914B-4A46170C5D2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1951F5EF-0E88-49AF-914B-4A46170C5D2E}.Release|Any CPU.Build.0 = Release|Any CPU
{D8730315-3D75-4254-A83B-693FB6EAC29E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8730315-3D75-4254-A83B-693FB6EAC29E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8730315-3D75-4254-A83B-693FB6EAC29E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8730315-3D75-4254-A83B-693FB6EAC29E}.Release|Any CPU.Build.0 = Release|Any CPU
{97F8FA75-C4B2-4898-93D2-87C478D53D8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97F8FA75-C4B2-4898-93D2-87C478D53D8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97F8FA75-C4B2-4898-93D2-87C478D53D8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97F8FA75-C4B2-4898-93D2-87C478D53D8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B750BABF-E112-4FA1-AAB8-60F98CCDC84A}
EndGlobalSection
EndGlobal