-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMystIVAssetExplorer.sln
More file actions
41 lines (41 loc) · 2.02 KB
/
Copy pathMystIVAssetExplorer.sln
File metadata and controls
41 lines (41 loc) · 2.02 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
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11018.127 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MystIVAssetExplorer", "MystIVAssetExplorer\MystIVAssetExplorer.csproj", "{27D9127C-AED1-F5F2-EDA5-CDFAE6234E04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MystIVAssetExplorer.Desktop", "MystIVAssetExplorer.Desktop\MystIVAssetExplorer.Desktop.csproj", "{11F87193-6E77-FD5C-38CC-6B4A21A02CD1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
Directory.Build.props = Directory.Build.props
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27D9127C-AED1-F5F2-EDA5-CDFAE6234E04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27D9127C-AED1-F5F2-EDA5-CDFAE6234E04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27D9127C-AED1-F5F2-EDA5-CDFAE6234E04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27D9127C-AED1-F5F2-EDA5-CDFAE6234E04}.Release|Any CPU.Build.0 = Release|Any CPU
{11F87193-6E77-FD5C-38CC-6B4A21A02CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11F87193-6E77-FD5C-38CC-6B4A21A02CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11F87193-6E77-FD5C-38CC-6B4A21A02CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11F87193-6E77-FD5C-38CC-6B4A21A02CD1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DDE4721-25DE-4A18-B4D7-7E9C546C8810}
EndGlobalSection
EndGlobal