-
Notifications
You must be signed in to change notification settings - Fork 6
/
DVCustomCarLoader.sln
47 lines (47 loc) · 2.72 KB
/
DVCustomCarLoader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCL.Creator", "CCL.Creator\CCL.Creator.csproj", "{4B79D37C-D595-4994-8247-360AB6C60B93}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCL.Importer", "CCL.Importer\CCL.Importer.csproj", "{16ACD5DC-F102-438F-AC7D-10FA1B1EBC38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCL.Types", "CCL.Types\CCL.Types.csproj", "{DFD99231-9023-4844-9702-A19B7757430F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CCL.Tests", "CCL.Tests\CCL.Tests.csproj", "{268A95C6-11F4-4BEC-AA54-7AF81808BFA3}"
ProjectSection(ProjectDependencies) = postProject
{16ACD5DC-F102-438F-AC7D-10FA1B1EBC38} = {16ACD5DC-F102-438F-AC7D-10FA1B1EBC38}
{DFD99231-9023-4844-9702-A19B7757430F} = {DFD99231-9023-4844-9702-A19B7757430F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B79D37C-D595-4994-8247-360AB6C60B93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B79D37C-D595-4994-8247-360AB6C60B93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B79D37C-D595-4994-8247-360AB6C60B93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B79D37C-D595-4994-8247-360AB6C60B93}.Release|Any CPU.Build.0 = Release|Any CPU
{16ACD5DC-F102-438F-AC7D-10FA1B1EBC38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16ACD5DC-F102-438F-AC7D-10FA1B1EBC38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16ACD5DC-F102-438F-AC7D-10FA1B1EBC38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16ACD5DC-F102-438F-AC7D-10FA1B1EBC38}.Release|Any CPU.Build.0 = Release|Any CPU
{DFD99231-9023-4844-9702-A19B7757430F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFD99231-9023-4844-9702-A19B7757430F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFD99231-9023-4844-9702-A19B7757430F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFD99231-9023-4844-9702-A19B7757430F}.Release|Any CPU.Build.0 = Release|Any CPU
{268A95C6-11F4-4BEC-AA54-7AF81808BFA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{268A95C6-11F4-4BEC-AA54-7AF81808BFA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{268A95C6-11F4-4BEC-AA54-7AF81808BFA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{268A95C6-11F4-4BEC-AA54-7AF81808BFA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7B6969D-CDE5-4E9E-9692-AD6C962E8DBF}
EndGlobalSection
EndGlobal