-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommunityMods.sln
More file actions
54 lines (54 loc) · 3.2 KB
/
CommunityMods.sln
File metadata and controls
54 lines (54 loc) · 3.2 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunityExtensions", "CommunityExtension\CommunityExtensions.csproj", "{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{8143886B-1A77-4C99-90F9-9DE03389E026}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FbxSdkWrapper", "Dependencies\fbxwrapper\FbxSdkWrapper\FbxSdkWrapper.vcxproj", "{46228303-44C3-47AD-830D-9702B09F97B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunityTest", "CommunityTest\CommunityTest.csproj", "{44901AC4-9F08-4E30-A78D-873A776DA1B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Debug|x64.ActiveCfg = Debug|Any CPU
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Debug|x64.Build.0 = Debug|Any CPU
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Release|Any CPU.Build.0 = Release|Any CPU
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Release|x64.ActiveCfg = Release|Any CPU
{57E385B6-A2C2-4F67-AFB1-BC22E008F40B}.Release|x64.Build.0 = Release|Any CPU
{46228303-44C3-47AD-830D-9702B09F97B1}.Debug|Any CPU.ActiveCfg = Debug|x64
{46228303-44C3-47AD-830D-9702B09F97B1}.Debug|x64.ActiveCfg = Debug|x64
{46228303-44C3-47AD-830D-9702B09F97B1}.Debug|x64.Build.0 = Debug|x64
{46228303-44C3-47AD-830D-9702B09F97B1}.Release|Any CPU.ActiveCfg = Release|x64
{46228303-44C3-47AD-830D-9702B09F97B1}.Release|x64.ActiveCfg = Release|x64
{46228303-44C3-47AD-830D-9702B09F97B1}.Release|x64.Build.0 = Release|x64
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Debug|x64.ActiveCfg = Debug|Any CPU
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Debug|x64.Build.0 = Debug|Any CPU
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Release|Any CPU.Build.0 = Release|Any CPU
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Release|x64.ActiveCfg = Release|Any CPU
{44901AC4-9F08-4E30-A78D-873A776DA1B9}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{46228303-44C3-47AD-830D-9702B09F97B1} = {8143886B-1A77-4C99-90F9-9DE03389E026}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21E72EEA-D0F7-4082-9545-0332E4B8C813}
EndGlobalSection
EndGlobal