Mercurial > servermonitor
comparison ServerMonitor/ServerMonitor.csproj @ 36:10e60b05c7ec
Fix memory leak each time a check was executed.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 15 Sep 2019 20:48:55 -0400 |
parents | 9c0e18d65e8b |
children | 547181b2b418 |
comparison
equal
deleted
inserted
replaced
35:2ffb0bda7705 | 36:10e60b05c7ec |
---|---|
29 <MapFileExtensions>true</MapFileExtensions> | 29 <MapFileExtensions>true</MapFileExtensions> |
30 <SupportUrl>https://www.bgreco.net/servermonitor</SupportUrl> | 30 <SupportUrl>https://www.bgreco.net/servermonitor</SupportUrl> |
31 <ProductName>Server Monitor</ProductName> | 31 <ProductName>Server Monitor</ProductName> |
32 <PublisherName>Brad Greco</PublisherName> | 32 <PublisherName>Brad Greco</PublisherName> |
33 <ApplicationRevision>0</ApplicationRevision> | 33 <ApplicationRevision>0</ApplicationRevision> |
34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | 34 <ApplicationVersion>1.1.0.%2a</ApplicationVersion> |
35 <UseApplicationTrust>false</UseApplicationTrust> | 35 <UseApplicationTrust>false</UseApplicationTrust> |
36 <BootstrapperEnabled>true</BootstrapperEnabled> | 36 <BootstrapperEnabled>true</BootstrapperEnabled> |
37 </PropertyGroup> | 37 </PropertyGroup> |
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
39 <PlatformTarget>AnyCPU</PlatformTarget> | 39 <PlatformTarget>AnyCPU</PlatformTarget> |