-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathMaterial Editor.sln
37 lines (37 loc) · 2.04 KB
/
Material Editor.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.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Material Editor", "Material Editor.csproj", "{47F31BC1-489B-4ADA-8DD6-87474C871156}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialLib", "MaterialLib\MaterialLib.csproj", "{0D95491B-C26F-4785-96FB-99B81D6F421D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialLib.Tests", "MaterialLib.Tests\MaterialLib.Tests.csproj", "{625CECCD-27F0-45D9-83A9-F8A6CD2392FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47F31BC1-489B-4ADA-8DD6-87474C871156}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47F31BC1-489B-4ADA-8DD6-87474C871156}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47F31BC1-489B-4ADA-8DD6-87474C871156}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47F31BC1-489B-4ADA-8DD6-87474C871156}.Release|Any CPU.Build.0 = Release|Any CPU
{0D95491B-C26F-4785-96FB-99B81D6F421D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D95491B-C26F-4785-96FB-99B81D6F421D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D95491B-C26F-4785-96FB-99B81D6F421D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D95491B-C26F-4785-96FB-99B81D6F421D}.Release|Any CPU.Build.0 = Release|Any CPU
{625CECCD-27F0-45D9-83A9-F8A6CD2392FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{625CECCD-27F0-45D9-83A9-F8A6CD2392FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{625CECCD-27F0-45D9-83A9-F8A6CD2392FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{625CECCD-27F0-45D9-83A9-F8A6CD2392FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF40FA73-7E22-40F5-B4A7-F7047B2AA9A2}
EndGlobalSection
EndGlobal