-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathShippedItemInstancePlugin.sln
More file actions
38 lines (38 loc) · 2.27 KB
/
ShippedItemInstancePlugin.sln
File metadata and controls
38 lines (38 loc) · 2.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShippedItemInstancePlugin", "ShippedItemInstancePlugin\ShippedItemInstancePlugin.csproj", "{7D623C8B-1C52-4B08-8BA7-9537B1C84AD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShippedItemInstancePluginTests", "ShippedItemInstancePluginTests\ShippedItemInstancePluginTests.csproj", "{77882E1D-79A7-4F69-8A1E-4F90FCAA0804}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleData", "SampleData", "{DEE80FA5-C78B-49AA-B03F-2D79C2119704}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ISO_ADM_Exporter", "ISO_ADM_Exporter\ISO_ADM_Exporter.csproj", "{7FE6749B-2DCB-47A2-8755-9E25604C24AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D623C8B-1C52-4B08-8BA7-9537B1C84AD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D623C8B-1C52-4B08-8BA7-9537B1C84AD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D623C8B-1C52-4B08-8BA7-9537B1C84AD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D623C8B-1C52-4B08-8BA7-9537B1C84AD7}.Release|Any CPU.Build.0 = Release|Any CPU
{77882E1D-79A7-4F69-8A1E-4F90FCAA0804}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77882E1D-79A7-4F69-8A1E-4F90FCAA0804}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77882E1D-79A7-4F69-8A1E-4F90FCAA0804}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77882E1D-79A7-4F69-8A1E-4F90FCAA0804}.Release|Any CPU.Build.0 = Release|Any CPU
{7FE6749B-2DCB-47A2-8755-9E25604C24AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FE6749B-2DCB-47A2-8755-9E25604C24AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FE6749B-2DCB-47A2-8755-9E25604C24AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FE6749B-2DCB-47A2-8755-9E25604C24AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63F4561B-2213-48CA-A94B-3B7BBE4ACCA9}
EndGlobalSection
EndGlobal