-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMaterial.sln
31 lines (31 loc) · 1.56 KB
/
Material.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Material", "Material.csproj", "{2C68663E-BA10-4034-AED7-721E0B1C4DFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "..\UnitTestProject1\UnitTestProject1.csproj", "{C9A30496-C3D8-46AA-96CC-7E8C3E7A1ECE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C68663E-BA10-4034-AED7-721E0B1C4DFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C68663E-BA10-4034-AED7-721E0B1C4DFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C68663E-BA10-4034-AED7-721E0B1C4DFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C68663E-BA10-4034-AED7-721E0B1C4DFD}.Release|Any CPU.Build.0 = Release|Any CPU
{C9A30496-C3D8-46AA-96CC-7E8C3E7A1ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9A30496-C3D8-46AA-96CC-7E8C3E7A1ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9A30496-C3D8-46AA-96CC-7E8C3E7A1ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9A30496-C3D8-46AA-96CC-7E8C3E7A1ECE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B08C382-BF0F-4586-9FBE-DF4DF512BA94}
EndGlobalSection
EndGlobal