mirror of
https://github.com/iminet/xmlrpcwsc-dotnet.git
synced 2024-11-14 20:42:38 +01:00
Create nuget package
This commit is contained in:
parent
6b6b1bb5eb
commit
dc3aad6061
7
nuget.config
Normal file
7
nuget.config
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="github" value="https://nuget.pkg.github.com/iminet/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
|
@ -1,9 +1,11 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xmlrpcwsc", "xmlrpcwsc\xmlrpcwsc.csproj", "{B5FA7348-6454-4545-AC0C-5E94FE53FB6C}"
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.33027.164
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xmlrpcwsc", "xmlrpcwsc\xmlrpcwsc.csproj", "{B5FA7348-6454-4545-AC0C-5E94FE53FB6C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sandbox", "sandbox\sandbox.csproj", "{5B413D0A-0AC7-44BE-A4BF-0C824864C486}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sandbox", "sandbox\sandbox.csproj", "{5B413D0A-0AC7-44BE-A4BF-0C824864C486}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@ -11,13 +13,19 @@ Global
|
|||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B5FA7348-6454-4545-AC0C-5E94FE53FB6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B5FA7348-6454-4545-AC0C-5E94FE53FB6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B5FA7348-6454-4545-AC0C-5E94FE53FB6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B5FA7348-6454-4545-AC0C-5E94FE53FB6C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5B413D0A-0AC7-44BE-A4BF-0C824864C486}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {FEE027AA-CCE7-489B-8AB2-6F60BD4F2725}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<Product>xmlrpcwsc</Product>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Version>1.4.0</Version>
|
||||
<Deterministic>false</Deterministic>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in New Issue
Block a user