-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathlol2gltf.sln
37 lines (37 loc) · 1.74 KB
/
lol2gltf.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.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lol2gltf.CLI", "lol2gltf.CLI\lol2gltf.CLI.csproj", "{9D878A83-941F-449A-85E0-10AC757DCD2D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E31500B7-3316-40A4-9AE0-0BD71E24492D}"
ProjectSection(SolutionItems) = preProject
.csharpierrc.json = .csharpierrc.json
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lol2gltf", "lol2gltf\lol2gltf.csproj", "{0D32735F-D97D-44DE-9662-D0DE32905245}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D878A83-941F-449A-85E0-10AC757DCD2D}.Debug|x64.ActiveCfg = Debug|x64
{9D878A83-941F-449A-85E0-10AC757DCD2D}.Debug|x64.Build.0 = Debug|x64
{9D878A83-941F-449A-85E0-10AC757DCD2D}.Release|x64.ActiveCfg = Release|x64
{9D878A83-941F-449A-85E0-10AC757DCD2D}.Release|x64.Build.0 = Release|x64
{0D32735F-D97D-44DE-9662-D0DE32905245}.Debug|x64.ActiveCfg = Debug|x64
{0D32735F-D97D-44DE-9662-D0DE32905245}.Debug|x64.Build.0 = Debug|x64
{0D32735F-D97D-44DE-9662-D0DE32905245}.Release|x64.ActiveCfg = Release|x64
{0D32735F-D97D-44DE-9662-D0DE32905245}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E0B8CB2-5149-4A47-BA7C-5811B3B38140}
EndGlobalSection
EndGlobal