Skip to content

Commit

Permalink
a project to collect DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseis committed Jan 31, 2020
1 parent ca7b1eb commit 66b3de1
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 446 deletions.
42 changes: 42 additions & 0 deletions Dlls/Dlls.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<ProjectGuid>{BC1BC9F1-893D-4715-818A-F37F74EB5710}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Dlls</RootNamespace>
<AssemblyName>Dlls</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<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)' == 'Release' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Content Include="..\Release\*.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</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>
18 changes: 18 additions & 0 deletions Player.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HttpDownload", "HttpDownloa
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{72C57644-86FB-4587-9EE5-092F360D146C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dlls", "Dlls\Dlls.csproj", "{BC1BC9F1-893D-4715-818A-F37F74EB5710}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -99,6 +101,22 @@ Global
{72C57644-86FB-4587-9EE5-092F360D146C}.Release|x64.ActiveCfg = Release
{72C57644-86FB-4587-9EE5-092F360D146C}.RelWithDebInfo|Win32.ActiveCfg = Release
{72C57644-86FB-4587-9EE5-092F360D146C}.RelWithDebInfo|x64.ActiveCfg = Release
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Debug|Win32.ActiveCfg = Debug|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Debug|Win32.Build.0 = Debug|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Debug|x64.ActiveCfg = Debug|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Debug|x64.Build.0 = Debug|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.MinSizeRel|Win32.ActiveCfg = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.MinSizeRel|Win32.Build.0 = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.MinSizeRel|x64.ActiveCfg = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.MinSizeRel|x64.Build.0 = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Release|Win32.ActiveCfg = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Release|Win32.Build.0 = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Release|x64.ActiveCfg = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.Release|x64.Build.0 = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.RelWithDebInfo|Win32.ActiveCfg = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.RelWithDebInfo|Win32.Build.0 = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.RelWithDebInfo|x64.ActiveCfg = Release|Any CPU
{BC1BC9F1-893D-4715-818A-F37F74EB5710}.RelWithDebInfo|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 66b3de1

Please # to comment.