-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSimsigImporter.sln
46 lines (46 loc) · 2.7 KB
/
SimsigImporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimsigImporter", "SimsigImporter\SimsigImporter.csproj", "{217209F3-005D-4A8C-B632-ED42ED9C8F3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimsigImporterLibrary", "SimsigImporterLibrary\SimsigImporterLibrary.csproj", "{6E06EEA1-8F58-422A-901C-69FC1B26F07C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SimsigInstaller", "SimsigInstaller\SimsigInstaller.vdproj", "{4EBBC2BE-F248-4A80-98D0-4294C4D8E45C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimsigImporter.Tests.Unit", "SimsigImporter.Tests.Unit\SimsigImporter.Tests.Unit.csproj", "{C553D425-A844-4369-A01D-E56340CB6926}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B308537A-D654-4FBF-BC89-45544949AD76}"
ProjectSection(SolutionItems) = preProject
SimSigExport.xlsx = SimSigExport.xlsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{217209F3-005D-4A8C-B632-ED42ED9C8F3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{217209F3-005D-4A8C-B632-ED42ED9C8F3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{217209F3-005D-4A8C-B632-ED42ED9C8F3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{217209F3-005D-4A8C-B632-ED42ED9C8F3E}.Release|Any CPU.Build.0 = Release|Any CPU
{6E06EEA1-8F58-422A-901C-69FC1B26F07C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E06EEA1-8F58-422A-901C-69FC1B26F07C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E06EEA1-8F58-422A-901C-69FC1B26F07C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E06EEA1-8F58-422A-901C-69FC1B26F07C}.Release|Any CPU.Build.0 = Release|Any CPU
{4EBBC2BE-F248-4A80-98D0-4294C4D8E45C}.Debug|Any CPU.ActiveCfg = Debug
{4EBBC2BE-F248-4A80-98D0-4294C4D8E45C}.Release|Any CPU.ActiveCfg = Release
{C553D425-A844-4369-A01D-E56340CB6926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C553D425-A844-4369-A01D-E56340CB6926}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C553D425-A844-4369-A01D-E56340CB6926}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C553D425-A844-4369-A01D-E56340CB6926}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4659A8A4-044F-4FC9-8436-CC0D4342696A}
EndGlobalSection
EndGlobal