-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStatus.IO.mpproj
181 lines (181 loc) · 7.56 KB
/
Status.IO.mpproj
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{9f041fdd-5661-49d5-a3ca-ac556fdd3b33}</ProjectGuid>
<RootNamespace>Status.IO</RootNamespace>
<Name>Status.IO</Name>
<ManagementPackName>Status.IO</ManagementPackName>
<Version>2.0.0.0</Version>
<MpFrameworkVersion>v7.0.2</MpFrameworkVersion>
<MpFrameworkProfile>OM</MpFrameworkProfile>
<ProductVersion>1.1.0.0</ProductVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\MPS\</OutputPath>
<GenerateSealed>True</GenerateSealed>
<Company>Unit 92 Ltd</Company>
<Copyright>Copyright (c) Unit 92 Ltd. All rights reserved.</Copyright>
<DelaySigning>False</DelaySigning>
<AssemblyOriginatorKeyFile>..\..\U92SMF.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>false</DebugSymbols>
<OutputPath>bin\Release\</OutputPath>
<DelaySigning>false</DelaySigning>
<Company>MyCompany</Company>
<Copyright>Copyright (c) MyCompany. All rights reserved.</Copyright>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile />
</PropertyGroup>
<ItemGroup>
<ManagementPackReference Include="Microsoft.SystemCenter.Library">
<Alias>SC</Alias>
<PackageToBundle>false</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="Microsoft.Windows.Library">
<Alias>Windows</Alias>
<PackageToBundle>false</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="System.Health.Library">
<Alias>Health</Alias>
<PackageToBundle>false</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="System.Library">
<Alias>System</Alias>
<PackageToBundle>false</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="Microsoft.SystemCenter.Visualization.Library">
<Alias>Visualization</Alias>
<PackageToBundle>false</PackageToBundle>
</ManagementPackReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Health Model\Discovery\Discoveries.mptg.mpx">
<SubType>Code</SubType>
<DependentUpon>Health Model\Discovery\Discoveries.mptg</DependentUpon>
</Compile>
<Compile Include="Health Model\Discovery\Discovery Knowledge Articles.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Health Model\Monitors\Unit Monitor Knowledge Articles.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Health Model\Monitors\Unit Monitors.mptg.mpx">
<SubType>Code</SubType>
<DependentUpon>Health Model\Monitors\Unit Monitors.mptg</DependentUpon>
</Compile>
<Compile Include="Health Model\Tasks\Agent Tasks.mptg.mpx">
<SubType>Code</SubType>
<DependentUpon>Health Model\Tasks\Agent Tasks.mptg</DependentUpon>
</Compile>
<Compile Include="ManagementPack.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Presentation\Folders\Root Folder.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Presentation\Image Resources.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Presentation\Views\Components.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Presentation\Views\Containers.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Presentation\Views\Endpoints.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Presentation\Views\Resource Pool.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Secure References\Run As Profile.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Service Model\Classes\API End point.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Service Model\Classes\Component and Container.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Service Model\Classes\Resource Pool.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Service Model\Relationships\API Endpoint Contains Component.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Service Model\Relationships\Component Contains Container.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Type Library\Module Types\Data Sources\Api Endpoint Component Discovery Data Source.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Type Library\Module Types\Data Sources\Api Endpoint Container Discovery Data Source.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Type Library\Module Types\Data Sources\Api Endpoint Single Object Data Source.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Type Library\Module Types\Monitor Types\Object Status Code Monitor Type.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Type Library\Module Types\Probe Actions\Get API EndPoint Status Probe Action.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Type Library\Module Types\Write Actions\Add API Endpoint Write Action.mpx">
<SubType>Code</SubType>
</Compile>
<Compile Include="Type Library\Module Types\Write Actions\Remove API Endpoint Write Action.mpx">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="Health Model" />
<Folder Include="Health Model\Discovery" />
<Folder Include="Health Model\Monitors" />
<Folder Include="Health Model\Tasks" />
<Folder Include="Secure References" />
<Folder Include="Presentation" />
<Folder Include="Presentation\Folders" />
<Folder Include="Presentation\Views" />
<Folder Include="Resources\Images" />
<Folder Include="Type Library" />
<Folder Include="Resources" />
<Folder Include="Resources\Scripts" />
<Folder Include="Service Model" />
<Folder Include="Service Model\Classes" />
<Folder Include="Service Model\Relationships" />
<Folder Include="Type Library\Module Types" />
<Folder Include="Type Library\Module Types\Data Sources" />
<Folder Include="Type Library\Module Types\Monitor Types" />
<Folder Include="Type Library\Module Types\Probe Actions" />
<Folder Include="Type Library\Module Types\Write Actions" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Scripts\Get-APIEndPointStatus.ps1" />
<EmbeddedResource Include="Resources\Scripts\New-APIEndpoint.ps1" />
<EmbeddedResource Include="Resources\Scripts\Remove-APIEndpoint.ps1" />
</ItemGroup>
<ItemGroup>
<Content Include="Health Model\Discovery\Discoveries.mptg">
<SubType>Content</SubType>
<Generator>FragmentGenerator</Generator>
</Content>
<Content Include="Health Model\Monitors\Unit Monitors.mptg">
<SubType>Content</SubType>
<Generator>FragmentGenerator</Generator>
</Content>
<Content Include="Health Model\Tasks\Agent Tasks.mptg">
<SubType>Content</SubType>
<Generator>FragmentGenerator</Generator>
</Content>
<EmbeddedResource Include="Resources\Images\statusio_icon_16x16.png">
<SubType>Content</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Images\statusio_icon_80x80.png">
<SubType>Content</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VSAC\Microsoft.SystemCenter.OperationsManager.targets" />
</Project>