Skip to content

Commit

Permalink
v2.13 - see VersionHistory.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvarod_cp authored and dannyvarod_cp committed Sep 14, 2016
1 parent 7a664f1 commit 4567b3a
Show file tree
Hide file tree
Showing 25 changed files with 1,914 additions and 172 deletions.
24 changes: 23 additions & 1 deletion Building.sln
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetPack.NuGet", "NuGetPac
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetPackageTemplate.Vsix", "NuGetPackageTemplate.Vsix\NuGetPackageTemplate.Vsix.csproj", "{4EDE89E8-EA4F-4EBA-BE2B-B5E5931AA151}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Library4", "Demo.Library4\Demo.Library4.csproj", "{0C516879-E252-42BC-8832-A23AB5C0A58A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Library5", "Demo.Library5\Demo.Library5.csproj", "{B1BE2E30-638D-4A08-9CC8-E065425E36C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -124,6 +128,14 @@ Global
{4EDE89E8-EA4F-4EBA-BE2B-B5E5931AA151}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EDE89E8-EA4F-4EBA-BE2B-B5E5931AA151}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EDE89E8-EA4F-4EBA-BE2B-B5E5931AA151}.Release|Any CPU.Build.0 = Release|Any CPU
{0C516879-E252-42BC-8832-A23AB5C0A58A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C516879-E252-42BC-8832-A23AB5C0A58A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C516879-E252-42BC-8832-A23AB5C0A58A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C516879-E252-42BC-8832-A23AB5C0A58A}.Release|Any CPU.Build.0 = Release|Any CPU
{B1BE2E30-638D-4A08-9CC8-E065425E36C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1BE2E30-638D-4A08-9CC8-E065425E36C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1BE2E30-638D-4A08-9CC8-E065425E36C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1BE2E30-638D-4A08-9CC8-E065425E36C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -142,9 +154,11 @@ Global
{05AD2391-027A-4B0C-8AA8-989204E2EC0D} = {D2BDB301-DA26-4025-ADC2-2AFBD077B93E}
{F0D4B13E-D07B-4A48-BF14-0269A1696F2D} = {BC14FA63-AF80-4CD1-B479-8F8AE421DCEC}
{4EDE89E8-EA4F-4EBA-BE2B-B5E5931AA151} = {BC14FA63-AF80-4CD1-B479-8F8AE421DCEC}
{0C516879-E252-42BC-8832-A23AB5C0A58A} = {D2BDB301-DA26-4025-ADC2-2AFBD077B93E}
{B1BE2E30-638D-4A08-9CC8-E065425E36C3} = {D2BDB301-DA26-4025-ADC2-2AFBD077B93E}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 14
SccNumberOfProjects = 16
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs27
SccLocalPath0 = .
Expand Down Expand Up @@ -199,5 +213,13 @@ Global
SccProjectTopLevelParentUniqueName13 = Building.sln
SccProjectName13 = NuGetPackageTemplate.Vsix
SccLocalPath13 = NuGetPackageTemplate.Vsix
SccProjectUniqueName14 = Demo.Library4\\Demo.Library4.csproj
SccProjectTopLevelParentUniqueName14 = Building.sln
SccProjectName14 = Demo.Library4
SccLocalPath14 = Demo.Library4
SccProjectUniqueName15 = Demo.Library5\\Demo.Library5.csproj
SccProjectTopLevelParentUniqueName15 = Building.sln
SccProjectName15 = Demo.Library5
SccLocalPath15 = Demo.Library5
EndGlobalSection
EndGlobal
5 changes: 0 additions & 5 deletions Demo.Library1/Demo.Library1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@
<HintPath>..\packages\PubComp.NoSql.Core.2.0.0\lib\net45\PubComp.NoSql.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\DemoVersionInfo.cs">
Expand Down
88 changes: 88 additions & 0 deletions Demo.Library4/Demo.Library4.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0C516879-E252-42BC-8832-A23AB5C0A58A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PubComp.Building.Demo.Library4</RootNamespace>
<AssemblyName>PubComp.Building.Demo.Library4</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=2.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.2.1.0\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\DemoVersionInfo.cs">
<Link>Properties\DemoVersionInfo.cs</Link>
</Compile>
<Compile Include="DemoClass4.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="NuGetPack.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Demo.Library1\Demo.Library1.csproj">
<Project>{b0f71956-487c-47bd-84b5-c0cf9f423a12}</Project>
<Name>Demo.Library1</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\Data.txt">
<Link>content\Data.txt</Link>
</Content>
<Content Include="..\dependencies\PubComp.Building.Demo.Binary1.dll">
<Link>lib\PubComp.Building.Demo.Binary1.dll</Link>
</Content>
<Content Include="..\dependencies\PubComp.Building.Demo.Binary1.pdb">
<Link>lib\PubComp.Building.Demo.Binary1.pdb</Link>
</Content>
<Content Include="..\Text.txt">
<Link>sln\Text.txt</Link>
</Content>
<Content Include="content\Info.txt" />
<None Include="content\SubContent\Other.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
10 changes: 10 additions & 0 deletions Demo.Library4/Demo.Library4.csproj.vspscc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
6 changes: 6 additions & 0 deletions Demo.Library4/DemoClass4.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace PubComp.Building.Demo.Library4
{
public class DemoClass4
{
}
}
15 changes: 15 additions & 0 deletions Demo.Library4/NuGetPack.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<NuGetPack>
<AddFrameworkReferences>true</AddFrameworkReferences>
<DoIncludeSources>true</DoIncludeSources>
<IconUrl>http://www.nuget.org/favicon.ico</IconUrl>
<ProjectUrl>https://pubcomp.codeplex.com/</ProjectUrl>
<LicenseUrl>https://pubcomp.codeplex.com/license</LicenseUrl>
<Authors>Demo Author</Authors>
<Owners>Demo Owner</Owners>
<Copyright>Demo Copyright</Copyright>
<Description>Demo Description</Description>
<Summary>Demo Summary</Summary>
<Keywords>Demo, Key, Word</Keywords>
<DoSeparateSymbols>false</DoSeparateSymbols>
<DoIncludeCurrentProjectInNuSpec>true</DoIncludeCurrentProjectInNuSpec>
</NuGetPack>
35 changes: 35 additions & 0 deletions Demo.Library4/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Demo.Library4")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Payoneer")]
[assembly: AssemblyProduct("Demo.Library4")]
[assembly: AssemblyCopyright("Copyright © Payoneer 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0c516879-e252-42bc-8832-a23ab5c0a58a")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
1 change: 1 addition & 0 deletions Demo.Library4/content/Info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions Demo.Library4/content/SubContent/Other.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 4 additions & 0 deletions Demo.Library4/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="2.1.0" targetFramework="net45" />
</packages>
71 changes: 71 additions & 0 deletions Demo.Library5/Demo.Library5.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B1BE2E30-638D-4A08-9CC8-E065425E36C3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PubComp.Building.Demo.Library5</RootNamespace>
<AssemblyName>PubComp.Building.Demo.Library5</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\DemoVersionInfo.cs">
<Link>Properties\DemoVersionInfo.cs</Link>
</Compile>
<Compile Include="DemoClass5.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="NuGetPack.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Demo.Library2\Demo.Library2.csproj">
<Project>{8e1e32de-d870-4681-8c43-9e725fc4481a}</Project>
<Name>Demo.Library2</Name>
</ProjectReference>
<ProjectReference Include="..\Demo.Library4\Demo.Library4.csproj">
<Project>{0c516879-e252-42bc-8832-a23ab5c0a58a}</Project>
<Name>Demo.Library4</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
10 changes: 10 additions & 0 deletions Demo.Library5/Demo.Library5.csproj.vspscc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
6 changes: 6 additions & 0 deletions Demo.Library5/DemoClass5.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace PubComp.Building.Demo.Library5
{
public class DemoClass5
{
}
}
15 changes: 15 additions & 0 deletions Demo.Library5/NuGetPack.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<NuGetPack>
<AddFrameworkReferences>false</AddFrameworkReferences>
<DoIncludeSources>true</DoIncludeSources>
<IconUrl>http://www.nuget.org/favicon.ico</IconUrl>
<ProjectUrl>https://pubcomp.codeplex.com/</ProjectUrl>
<LicenseUrl>https://pubcomp.codeplex.com/license</LicenseUrl>
<Authors>Demo Author</Authors>
<Owners>Demo Owner</Owners>
<Copyright>Demo Copyright</Copyright>
<Description>Demo Description</Description>
<Summary>Demo Summary</Summary>
<Keywords>Demo, Key, Word</Keywords>
<DoSeparateSymbols>false</DoSeparateSymbols>
<DoIncludeCurrentProjectInNuSpec>true</DoIncludeCurrentProjectInNuSpec>
</NuGetPack>
35 changes: 35 additions & 0 deletions Demo.Library5/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Demo.Library5")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Payoneer")]
[assembly: AssemblyProduct("Demo.Library5")]
[assembly: AssemblyCopyright("Copyright © Payoneer 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b1be2e30-638d-4a08-9cc8-e065425e36c3")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
11 changes: 11 additions & 0 deletions Demo.Library5/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Loading

0 comments on commit 4567b3a

Please sign in to comment.