-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUnityToGodotConverter.sln
More file actions
43 lines (43 loc) · 2.44 KB
/
UnityToGodotConverter.sln
File metadata and controls
43 lines (43 loc) · 2.44 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnityToGodotConverterConsole", "UnityToGodotConverterConsole\UnityToGodotConverterConsole.csproj", "{CB376B9A-0F0B-4843-8366-5BB2F37AE6A4}"
ProjectSection(ProjectDependencies) = postProject
{1C50C1CD-9429-468F-B089-B5C4AA1B6C67} = {1C50C1CD-9429-468F-B089-B5C4AA1B6C67}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConversionLogic", "ConversionLogic\ConversionLogic.csproj", "{1C50C1CD-9429-468F-B089-B5C4AA1B6C67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConversionTests", "ConversionTests\ConversionTests.csproj", "{5C8D5A86-EAA4-4DBA-A94F-D0742513ADC7}"
ProjectSection(ProjectDependencies) = postProject
{1C50C1CD-9429-468F-B089-B5C4AA1B6C67} = {1C50C1CD-9429-468F-B089-B5C4AA1B6C67}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB376B9A-0F0B-4843-8366-5BB2F37AE6A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB376B9A-0F0B-4843-8366-5BB2F37AE6A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB376B9A-0F0B-4843-8366-5BB2F37AE6A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB376B9A-0F0B-4843-8366-5BB2F37AE6A4}.Release|Any CPU.Build.0 = Release|Any CPU
{1C50C1CD-9429-468F-B089-B5C4AA1B6C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C50C1CD-9429-468F-B089-B5C4AA1B6C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C50C1CD-9429-468F-B089-B5C4AA1B6C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C50C1CD-9429-468F-B089-B5C4AA1B6C67}.Release|Any CPU.Build.0 = Release|Any CPU
{5C8D5A86-EAA4-4DBA-A94F-D0742513ADC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C8D5A86-EAA4-4DBA-A94F-D0742513ADC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C8D5A86-EAA4-4DBA-A94F-D0742513ADC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C8D5A86-EAA4-4DBA-A94F-D0742513ADC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C8B7F52-C2FF-4833-A4F4-FD5CC2AB6896}
EndGlobalSection
EndGlobal