diff options
author | AraHaan <seandhunt_7@yahoo.com> | 2022-10-25 00:35:43 -0400 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-19 10:57:26 -0700 |
commit | 4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93 (patch) | |
tree | a8a44a803290f1c1abe619033c2283933710f4a8 /contrib/nuget/nuget.sln | |
parent | d7de5971f45f13570b326e613c9e61406747bf69 (diff) | |
download | zlib-4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93.tar.gz zlib-4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93.tar.bz2 zlib-4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93.zip |
Add project and solution files for building a nuget package.
Diffstat (limited to 'contrib/nuget/nuget.sln')
-rw-r--r-- | contrib/nuget/nuget.sln | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/nuget/nuget.sln b/contrib/nuget/nuget.sln new file mode 100644 index 0000000..46ee8de --- /dev/null +++ b/contrib/nuget/nuget.sln | |||
@@ -0,0 +1,22 @@ | |||
1 | | ||
2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
3 | # Visual Studio Version 17 | ||
4 | VisualStudioVersion = 17.0.31903.59 | ||
5 | MinimumVisualStudioVersion = 10.0.40219.1 | ||
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nuget", "nuget.csproj", "{B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}" | ||
7 | EndProject | ||
8 | Global | ||
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
10 | Debug|Any CPU = Debug|Any CPU | ||
11 | Release|Any CPU = Release|Any CPU | ||
12 | EndGlobalSection | ||
13 | GlobalSection(SolutionProperties) = preSolution | ||
14 | HideSolutionNode = FALSE | ||
15 | EndGlobalSection | ||
16 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
17 | {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
18 | {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
19 | {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
20 | {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Release|Any CPU.Build.0 = Release|Any CPU | ||
21 | EndGlobalSection | ||
22 | EndGlobal | ||