-
Notifications
You must be signed in to change notification settings - Fork 3
/
RenderWareReader.sln
49 lines (49 loc) · 3.06 KB
/
RenderWareReader.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RenderWareIo", "RenderWareIo\RenderWareIo.csproj", "{3496B92F-EDE3-4190-B7BF-6BB42A676A83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApplication", "ConsoleApplication\ConsoleApplication.csproj", "{7FF77CBF-0EFA-4B80-8C54-4E85C0D41647}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RenderWareBuilders", "RenderWareBuilders\RenderWareBuilders.csproj", "{AB1540D1-6171-4E59-832E-0E7E019A4CB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RenderWareIo.Mta", "RenderWareIo.Mta\RenderWareIo.Mta.csproj", "{1399FFBC-26D7-47A5-AA9F-2A0A2EB20DB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenderWareIo.Wavefront", "RenderWareIo.Wavefront\RenderWareIo.Wavefront.csproj", "{3F291613-C356-4426-8885-4092CB03FDF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3496B92F-EDE3-4190-B7BF-6BB42A676A83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3496B92F-EDE3-4190-B7BF-6BB42A676A83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3496B92F-EDE3-4190-B7BF-6BB42A676A83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3496B92F-EDE3-4190-B7BF-6BB42A676A83}.Release|Any CPU.Build.0 = Release|Any CPU
{7FF77CBF-0EFA-4B80-8C54-4E85C0D41647}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FF77CBF-0EFA-4B80-8C54-4E85C0D41647}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FF77CBF-0EFA-4B80-8C54-4E85C0D41647}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FF77CBF-0EFA-4B80-8C54-4E85C0D41647}.Release|Any CPU.Build.0 = Release|Any CPU
{AB1540D1-6171-4E59-832E-0E7E019A4CB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB1540D1-6171-4E59-832E-0E7E019A4CB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB1540D1-6171-4E59-832E-0E7E019A4CB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB1540D1-6171-4E59-832E-0E7E019A4CB8}.Release|Any CPU.Build.0 = Release|Any CPU
{1399FFBC-26D7-47A5-AA9F-2A0A2EB20DB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1399FFBC-26D7-47A5-AA9F-2A0A2EB20DB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1399FFBC-26D7-47A5-AA9F-2A0A2EB20DB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1399FFBC-26D7-47A5-AA9F-2A0A2EB20DB6}.Release|Any CPU.Build.0 = Release|Any CPU
{3F291613-C356-4426-8885-4092CB03FDF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F291613-C356-4426-8885-4092CB03FDF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F291613-C356-4426-8885-4092CB03FDF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F291613-C356-4426-8885-4092CB03FDF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBF4F0B0-D4BD-4447-B915-A4D5455A5F68}
EndGlobalSection
EndGlobal