This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRenumberParts.sln
51 lines (51 loc) · 3.26 KB
/
RenumberParts.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "RenumberParts_Shared", "RenumberParts_Shared\RenumberParts_Shared.shproj", "{773CA806-BA48-42FD-BA3E-B4F2B35A4808}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenumberParts_2020", "RenumberParts_2020\RenumberParts_2020.csproj", "{41DDBA86-1632-47E9-96E4-592460F51EC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenumberParts_2018", "RenumberParts_2018\RenumberParts_2018.csproj", "{128840D8-E09D-414C-A208-0200BFC01CB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenumberParts_2019", "RenumberParts_2019\RenumberParts_2019.csproj", "{378DD64F-C035-4C7B-B1F0-7D88F238E35E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "RenumberParts.Installer", "RenumberParts.Installer\RenumberParts.Installer.vdproj", "{9F7CE934-32C8-404E-A5EB-7D1E2F4BE802}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
RenumberParts_Shared\RenumberParts_Shared.projitems*{128840d8-e09d-414c-a208-0200bfc01cb1}*SharedItemsImports = 4
RenumberParts_Shared\RenumberParts_Shared.projitems*{378dd64f-c035-4c7b-b1f0-7d88f238e35e}*SharedItemsImports = 4
RenumberParts_Shared\RenumberParts_Shared.projitems*{41ddba86-1632-47e9-96e4-592460f51ec5}*SharedItemsImports = 4
RenumberParts_Shared\RenumberParts_Shared.projitems*{773ca806-ba48-42fd-ba3e-b4f2b35a4808}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41DDBA86-1632-47E9-96E4-592460F51EC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41DDBA86-1632-47E9-96E4-592460F51EC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41DDBA86-1632-47E9-96E4-592460F51EC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41DDBA86-1632-47E9-96E4-592460F51EC5}.Release|Any CPU.Build.0 = Release|Any CPU
{128840D8-E09D-414C-A208-0200BFC01CB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{128840D8-E09D-414C-A208-0200BFC01CB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{128840D8-E09D-414C-A208-0200BFC01CB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{128840D8-E09D-414C-A208-0200BFC01CB1}.Release|Any CPU.Build.0 = Release|Any CPU
{378DD64F-C035-4C7B-B1F0-7D88F238E35E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{378DD64F-C035-4C7B-B1F0-7D88F238E35E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{378DD64F-C035-4C7B-B1F0-7D88F238E35E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{378DD64F-C035-4C7B-B1F0-7D88F238E35E}.Release|Any CPU.Build.0 = Release|Any CPU
{9F7CE934-32C8-404E-A5EB-7D1E2F4BE802}.Debug|Any CPU.ActiveCfg = Debug
{9F7CE934-32C8-404E-A5EB-7D1E2F4BE802}.Debug|Any CPU.Build.0 = Debug
{9F7CE934-32C8-404E-A5EB-7D1E2F4BE802}.Release|Any CPU.ActiveCfg = Release
{9F7CE934-32C8-404E-A5EB-7D1E2F4BE802}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DDE1DCA-7F42-4519-802B-E00866FD86F1}
EndGlobalSection
EndGlobal