forked from ZestyTS/nfs2iso2nfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnfs2iso2nfs.sln
37 lines (37 loc) · 2.02 KB
/
nfs2iso2nfs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nfs2iso2nfs", "nfs2iso2nfs\nfs2iso2nfs.csproj", "{7EF4AE15-575E-425F-A245-F80EDBF5B6CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{A1B9334D-65F9-47BF-8576-05E05FD4DBC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{126C4236-83D3-4985-BA28-F5C7A601D639}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EF4AE15-575E-425F-A245-F80EDBF5B6CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EF4AE15-575E-425F-A245-F80EDBF5B6CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EF4AE15-575E-425F-A245-F80EDBF5B6CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EF4AE15-575E-425F-A245-F80EDBF5B6CD}.Release|Any CPU.Build.0 = Release|Any CPU
{A1B9334D-65F9-47BF-8576-05E05FD4DBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B9334D-65F9-47BF-8576-05E05FD4DBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B9334D-65F9-47BF-8576-05E05FD4DBC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B9334D-65F9-47BF-8576-05E05FD4DBC1}.Release|Any CPU.Build.0 = Release|Any CPU
{126C4236-83D3-4985-BA28-F5C7A601D639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{126C4236-83D3-4985-BA28-F5C7A601D639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{126C4236-83D3-4985-BA28-F5C7A601D639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{126C4236-83D3-4985-BA28-F5C7A601D639}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3F19ABF-AE7D-46C8-8118-E3D75FF995E9}
EndGlobalSection
EndGlobal