Skip to content

Commit ab0e9c5

Browse files
committed
removed UpgradeLog.htm, added squirrel.windows, and nuget.commandline nuget packages
1 parent 684b15e commit ab0e9c5

File tree

158 files changed

+938
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+938
-140
lines changed

.vs/PowerMonitor/v16/.suo

48 KB
Binary file not shown.

PowerMonitor/PowerMonitor.csproj

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<UpdatePeriodically>false</UpdatePeriodically>
2424
<UpdateRequired>false</UpdateRequired>
2525
<MapFileExtensions>true</MapFileExtensions>
26-
<ApplicationRevision>1</ApplicationRevision>
26+
<ApplicationRevision>0</ApplicationRevision>
2727
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
2828
<UseApplicationTrust>false</UseApplicationTrust>
2929
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -66,9 +66,47 @@
6666
<SignManifests>true</SignManifests>
6767
</PropertyGroup>
6868
<ItemGroup>
69+
<Reference Include="DeltaCompressionDotNet, Version=1.1.0.0, Culture=neutral, PublicKeyToken=1d14d6e5194e7f4a, processorArchitecture=MSIL">
70+
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.dll</HintPath>
71+
</Reference>
72+
<Reference Include="DeltaCompressionDotNet.MsDelta, Version=1.1.0.0, Culture=neutral, PublicKeyToken=46b2138a390abf55, processorArchitecture=MSIL">
73+
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.MsDelta.dll</HintPath>
74+
</Reference>
75+
<Reference Include="DeltaCompressionDotNet.PatchApi, Version=1.1.0.0, Culture=neutral, PublicKeyToken=3e8888ee913ed789, processorArchitecture=MSIL">
76+
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.PatchApi.dll</HintPath>
77+
</Reference>
78+
<Reference Include="Microsoft.Build.Utilities.v4.0" />
6979
<Reference Include="Microsoft.VisualBasic" />
80+
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
81+
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath>
82+
</Reference>
83+
<Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
84+
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
85+
</Reference>
86+
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
87+
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
88+
</Reference>
89+
<Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
90+
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
91+
</Reference>
92+
<Reference Include="NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
93+
<HintPath>..\packages\squirrel.windows.1.9.0\lib\Net45\NuGet.Squirrel.dll</HintPath>
94+
</Reference>
95+
<Reference Include="SharpCompress, Version=0.17.1.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
96+
<HintPath>..\packages\SharpCompress.0.17.1\lib\net45\SharpCompress.dll</HintPath>
97+
</Reference>
98+
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
99+
<HintPath>..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
100+
</Reference>
101+
<Reference Include="Squirrel, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
102+
<HintPath>..\packages\squirrel.windows.1.9.0\lib\Net45\Squirrel.dll</HintPath>
103+
</Reference>
70104
<Reference Include="System" />
105+
<Reference Include="System.ComponentModel.Composition" />
106+
<Reference Include="System.ComponentModel.Composition.Registration" />
107+
<Reference Include="System.ComponentModel.DataAnnotations" />
71108
<Reference Include="System.Core" />
109+
<Reference Include="System.IO.Compression" />
72110
<Reference Include="System.Xml.Linq" />
73111
<Reference Include="System.Data.DataSetExtensions" />
74112
<Reference Include="Microsoft.CSharp" />
@@ -111,6 +149,7 @@
111149
<SubType>Designer</SubType>
112150
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
113151
</EmbeddedResource>
152+
<None Include="packages.config" />
114153
<None Include="PowerMonitor_TemporaryKey.pfx" />
115154
<None Include="Properties\Settings.settings">
116155
<Generator>SettingsSingleFileGenerator</Generator>

PowerMonitor/PowerMonitor.csproj.user

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
<FallbackCulture>en-US</FallbackCulture>
1111
<VerifyUploadedFiles>false</VerifyUploadedFiles>
1212
</PropertyGroup>
13+
<PropertyGroup>
14+
<EnableSecurityDebugging>false</EnableSecurityDebugging>
15+
</PropertyGroup>
1316
</Project>

PowerMonitor/PowerMonitor.nuspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package >
3+
<metadata>
4+
<id>PowerMonitor</id>
5+
<version>0.0.0</version>
6+
<title>$title$</title>
7+
<authors>$author$</authors>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<license type="expression">MIT</license>
10+
<projectUrl>http://project_url_here_or_delete_this_line/</projectUrl>
11+
<iconUrl>http://icon_url_here_or_delete_this_line/</iconUrl>
12+
<description>$description$</description>
13+
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
14+
<copyright>$copyright$</copyright>
15+
<tags>Tag1 Tag2</tags>
16+
</metadata>
17+
</package>
5.5 KB
Binary file not shown.
5 KB
Binary file not shown.
4.5 KB
Binary file not shown.
44 KB
Binary file not shown.
80 KB
Binary file not shown.
23 KB
Binary file not shown.

0 commit comments

Comments
 (0)