-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaya-dotnet-plugin.sln
30 lines (30 loc) · 1.51 KB
/
maya-dotnet-plugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27019.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maya.NetPlugin", "Maya.NetPlugin\Maya.NetPlugin.csproj", "{2AE5AA4F-2713-42B8-8153-AB6ECAAFA610}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maya.NetPlugin.Logic", "Maya.NetPlugin.Logic\Maya.NetPlugin.Logic.csproj", "{7497023C-84E5-421A-BB95-1FF317DB126E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AE5AA4F-2713-42B8-8153-AB6ECAAFA610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE5AA4F-2713-42B8-8153-AB6ECAAFA610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE5AA4F-2713-42B8-8153-AB6ECAAFA610}.Release|Any CPU.Build.0 = Release|Any CPU
{7497023C-84E5-421A-BB95-1FF317DB126E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7497023C-84E5-421A-BB95-1FF317DB126E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7497023C-84E5-421A-BB95-1FF317DB126E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7497023C-84E5-421A-BB95-1FF317DB126E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {077D20E9-0C3E-4A9D-9C89-D399D5DFB33F}
EndGlobalSection
EndGlobal