-
Notifications
You must be signed in to change notification settings - Fork 1
/
AssetImporter.sln
32 lines (32 loc) · 1.93 KB
/
AssetImporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetImporter.Editor", "AssetImporter.Editor.csproj", "{4B492A15-EE32-EA71-73B7-845F587844D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sirenix.OdinInspector.CompatibilityLayer", "Sirenix.OdinInspector.CompatibilityLayer.csproj", "{C9EE562E-C099-714F-4064-C5FEC808210A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sirenix.OdinInspector.CompatibilityLayer.Editor", "Sirenix.OdinInspector.CompatibilityLayer.Editor.csproj", "{74D5AD2E-30C9-D760-6DE3-9DD080B02815}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B492A15-EE32-EA71-73B7-845F587844D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B492A15-EE32-EA71-73B7-845F587844D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B492A15-EE32-EA71-73B7-845F587844D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B492A15-EE32-EA71-73B7-845F587844D0}.Release|Any CPU.Build.0 = Release|Any CPU
{C9EE562E-C099-714F-4064-C5FEC808210A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9EE562E-C099-714F-4064-C5FEC808210A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9EE562E-C099-714F-4064-C5FEC808210A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9EE562E-C099-714F-4064-C5FEC808210A}.Release|Any CPU.Build.0 = Release|Any CPU
{74D5AD2E-30C9-D760-6DE3-9DD080B02815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D5AD2E-30C9-D760-6DE3-9DD080B02815}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D5AD2E-30C9-D760-6DE3-9DD080B02815}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D5AD2E-30C9-D760-6DE3-9DD080B02815}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal