Skip to content

Commit bd4fce9

Browse files
Added nuget .nuspec and latest binaries. pushed to nuget.org
1 parent 14e8faf commit bd4fce9

File tree

6 files changed

+55
-1
lines changed

6 files changed

+55
-1
lines changed

bin/slnStartupProject.exe

-512 Bytes
Binary file not shown.

bin/slnStartupProjectLibrary.dll

8.5 KB
Binary file not shown.

projects/vs2008/slnStartupProject/slnStartupProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProductVersion>9.0.21022</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>michaK</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/michaKFromParis/slnStartupProject/master/LICENCE</licenseUrl>
10+
<projectUrl>https://github.com/michaKFromParis/slnStartupProject</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/michaKFromParis/slnStartupProject/master/nuget/slnStartupProject.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>$description$</description>
14+
<releaseNotes>Initial nuget release</releaseNotes>
15+
<copyright>Copyright michaK 2015</copyright>
16+
<tags>Visual Studio sln Solution Startup Project cmake C++ C# .NET</tags>
17+
</metadata>
18+
</package>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>michaK</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/michaKFromParis/slnStartupProject/master/LICENCE</licenseUrl>
10+
<projectUrl>https://github.com/michaKFromParis/slnStartupProject</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/michaKFromParis/slnStartupProject/master/nuget/slnStartupProject.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>$description$</description>
14+
<releaseNotes>Initial nuget release</releaseNotes>
15+
<copyright>Copyright michaK 2015</copyright>
16+
<tags>Visual Studio sln Solution Startup Project cmake C++ C# .NET</tags>
17+
</metadata>
18+
</package>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>$title$</title>
7+
<authors>michaK</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>https://raw.githubusercontent.com/michaKFromParis/slnStartupProject/master/LICENCE</licenseUrl>
10+
<projectUrl>https://github.com/michaKFromParis/slnStartupProject</projectUrl>
11+
<iconUrl>https://raw.githubusercontent.com/michaKFromParis/slnStartupProject/master/nuget/slnStartupProject.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>$description$</description>
14+
<releaseNotes>Initial nuget release</releaseNotes>
15+
<copyright>Copyright michaK 2015</copyright>
16+
<tags>Visual Studio sln Solution Startup Project cmake C++ C# .NET</tags>
17+
</metadata>
18+
</package>

0 commit comments

Comments
 (0)