comparison ServerMonitor/ServerMonitor.csproj @ 19:b3128fe10d57

Add About form and license.
author Brad Greco <brad@bgreco.net>
date Wed, 29 May 2019 20:18:37 -0400
parents b713b9db4c82
children f6235dc0a8ec
comparison
equal deleted inserted replaced
18:b713b9db4c82 19:b3128fe10d57
14 <TargetFrameworkProfile /> 14 <TargetFrameworkProfile />
15 <SccProjectName>&lt;Project Location In Database&gt;</SccProjectName> 15 <SccProjectName>&lt;Project Location In Database&gt;</SccProjectName>
16 <SccLocalPath>&lt;Local Binding Root of Project&gt;</SccLocalPath> 16 <SccLocalPath>&lt;Local Binding Root of Project&gt;</SccLocalPath>
17 <SccAuxPath>&lt;Source Control Database&gt;</SccAuxPath> 17 <SccAuxPath>&lt;Source Control Database&gt;</SccAuxPath>
18 <SccProvider>Mercurial Source Control Package</SccProvider> 18 <SccProvider>Mercurial Source Control Package</SccProvider>
19 <IsWebBootstrapper>false</IsWebBootstrapper>
20 <PublishUrl>publish\</PublishUrl>
21 <Install>true</Install>
22 <InstallFrom>Disk</InstallFrom>
23 <UpdateEnabled>false</UpdateEnabled>
24 <UpdateMode>Foreground</UpdateMode>
25 <UpdateInterval>7</UpdateInterval>
26 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27 <UpdatePeriodically>false</UpdatePeriodically>
28 <UpdateRequired>false</UpdateRequired>
29 <MapFileExtensions>true</MapFileExtensions>
30 <SupportUrl>https://www.bgreco.net/servermonitor</SupportUrl>
31 <ProductName>Server Monitor</ProductName>
32 <PublisherName>Brad Greco</PublisherName>
33 <ApplicationRevision>0</ApplicationRevision>
34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35 <UseApplicationTrust>false</UseApplicationTrust>
36 <BootstrapperEnabled>true</BootstrapperEnabled>
19 </PropertyGroup> 37 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <PlatformTarget>AnyCPU</PlatformTarget> 39 <PlatformTarget>AnyCPU</PlatformTarget>
22 <DebugSymbols>true</DebugSymbols> 40 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType> 41 <DebugType>full</DebugType>
37 <DefineConstants>TRACE</DefineConstants> 55 <DefineConstants>TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport> 56 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel> 57 <WarningLevel>4</WarningLevel>
40 <Prefer32Bit>false</Prefer32Bit> 58 <Prefer32Bit>false</Prefer32Bit>
41 </PropertyGroup> 59 </PropertyGroup>
60 <PropertyGroup>
61 <ApplicationIcon>icon.ico</ApplicationIcon>
62 </PropertyGroup>
42 <ItemGroup> 63 <ItemGroup>
43 <Reference Include="NAppUpdate.Framework, Version=0.5.1.0, Culture=neutral, PublicKeyToken=d1f1d1f19f9e5a56, processorArchitecture=MSIL"> 64 <Reference Include="NAppUpdate.Framework, Version=0.5.1.0, Culture=neutral, PublicKeyToken=d1f1d1f19f9e5a56, processorArchitecture=MSIL">
44 <HintPath>..\packages\NAppUpdate.Framework.0.5.1.0\lib\net40\NAppUpdate.Framework.dll</HintPath> 65 <HintPath>..\packages\NAppUpdate.Framework.0.5.1.0\lib\net40\NAppUpdate.Framework.dll</HintPath>
45 </Reference> 66 </Reference>
46 <Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL"> 67 <Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
97 <DependentUpon>HttpCheckControl.cs</DependentUpon> 118 <DependentUpon>HttpCheckControl.cs</DependentUpon>
98 </Compile> 119 </Compile>
99 <Compile Include="Controls\MatchComboBox.cs"> 120 <Compile Include="Controls\MatchComboBox.cs">
100 <SubType>Component</SubType> 121 <SubType>Component</SubType>
101 </Compile> 122 </Compile>
123 <Compile Include="Forms\AboutForm.cs">
124 <SubType>Form</SubType>
125 </Compile>
126 <Compile Include="Forms\AboutForm.Designer.cs">
127 <DependentUpon>AboutForm.cs</DependentUpon>
128 </Compile>
102 <Compile Include="Forms\UpdateDialog.cs"> 129 <Compile Include="Forms\UpdateDialog.cs">
103 <SubType>Form</SubType> 130 <SubType>Form</SubType>
104 </Compile> 131 </Compile>
105 <Compile Include="Forms\UpdateDialog.Designer.cs"> 132 <Compile Include="Forms\UpdateDialog.Designer.cs">
106 <DependentUpon>UpdateDialog.cs</DependentUpon> 133 <DependentUpon>UpdateDialog.cs</DependentUpon>
186 <EmbeddedResource Include="Controls\SshCheckControl.resx"> 213 <EmbeddedResource Include="Controls\SshCheckControl.resx">
187 <DependentUpon>SshCheckControl.cs</DependentUpon> 214 <DependentUpon>SshCheckControl.cs</DependentUpon>
188 </EmbeddedResource> 215 </EmbeddedResource>
189 <EmbeddedResource Include="Controls\HttpCheckControl.resx"> 216 <EmbeddedResource Include="Controls\HttpCheckControl.resx">
190 <DependentUpon>HttpCheckControl.cs</DependentUpon> 217 <DependentUpon>HttpCheckControl.cs</DependentUpon>
218 </EmbeddedResource>
219 <EmbeddedResource Include="Forms\AboutForm.resx">
220 <DependentUpon>AboutForm.cs</DependentUpon>
191 </EmbeddedResource> 221 </EmbeddedResource>
192 <EmbeddedResource Include="Forms\UpdateDialog.resx"> 222 <EmbeddedResource Include="Forms\UpdateDialog.resx">
193 <DependentUpon>UpdateDialog.cs</DependentUpon> 223 <DependentUpon>UpdateDialog.cs</DependentUpon>
194 </EmbeddedResource> 224 </EmbeddedResource>
195 <EmbeddedResource Include="Forms\CheckBoxDialog.resx"> 225 <EmbeddedResource Include="Forms\CheckBoxDialog.resx">
288 <None Include="Resources\icon_info.ico" /> 318 <None Include="Resources\icon_info.ico" />
289 </ItemGroup> 319 </ItemGroup>
290 <ItemGroup> 320 <ItemGroup>
291 <None Include="Resources\icon.ico" /> 321 <None Include="Resources\icon.ico" />
292 </ItemGroup> 322 </ItemGroup>
323 <ItemGroup>
324 <Content Include="icon.ico" />
325 <Content Include="LICENSE.txt" />
326 <None Include="Resources\icon.png" />
327 </ItemGroup>
328 <ItemGroup>
329 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
330 <Visible>False</Visible>
331 <ProductName>.NET Framework 3.5 SP1</ProductName>
332 <Install>false</Install>
333 </BootstrapperPackage>
334 </ItemGroup>
293 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 335 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
294 </Project> 336 </Project>