-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPSScriptInvoker.sln
More file actions
28 lines (28 loc) · 1.43 KB
/
PSScriptInvoker.sln
File metadata and controls
28 lines (28 loc) · 1.43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PSScriptInvoker", "PSScriptInvoker\PSScriptInvoker.csproj", "{E1AF7523-9D84-4012-996A-1EA428D6C1CF}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PSScriptInvokerSetup", "PSScriptInvokerSetup\PSScriptInvokerSetup.vdproj", "{DAE8EB76-51D6-4B4D-9482-B7477BD73D07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1AF7523-9D84-4012-996A-1EA428D6C1CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1AF7523-9D84-4012-996A-1EA428D6C1CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1AF7523-9D84-4012-996A-1EA428D6C1CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1AF7523-9D84-4012-996A-1EA428D6C1CF}.Release|Any CPU.Build.0 = Release|Any CPU
{DAE8EB76-51D6-4B4D-9482-B7477BD73D07}.Debug|Any CPU.ActiveCfg = Debug
{DAE8EB76-51D6-4B4D-9482-B7477BD73D07}.Debug|Any CPU.Build.0 = Debug
{DAE8EB76-51D6-4B4D-9482-B7477BD73D07}.Release|Any CPU.ActiveCfg = Release
{DAE8EB76-51D6-4B4D-9482-B7477BD73D07}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal