Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d4f5f94
Konwersja EnovaExtension wraz z testami do nowego csproj oraz użycie …
bartcho Oct 10, 2018
8ac9121
Konwersja EnovaUnitTestExtension do nowego csproj oraz użycie nugetów
bartcho Oct 10, 2018
fd22244
Konwersja TestExamples do nowego csproj
bartcho Oct 10, 2018
3efc9e7
Usunięcie binarów Soneta.Test
bartcho Oct 10, 2018
df464de
Zmiana właściwości MsBuild EnovaPackageVersion na SonetaPackageVersion
bartcho Oct 10, 2018
93263c0
Usunięcie niepotrzebnych propsów i aktualizacja README
TomekScieplek Oct 15, 2018
a3145c3
Zmiana w opisie SonetaPackageVerison
TomekScieplek Oct 15, 2018
a323436
Przeniesienie wersji NUnit do Directory.Build.props
gentooser Mar 7, 2019
dd76dc0
Ustawienie projektów testowych IsTestProject=true
gentooser Mar 7, 2019
685cf05
1600 Podłączyć SDK do projektów przykładów testów Github
Mar 7, 2019
bf7f02a
SDK update
TomekScieplek Apr 17, 2019
89db256
Update SonetaPackageVersion
TomekScieplek Apr 17, 2019
cdc0a6d
Update net framework, fix project references
TomekScieplek Apr 17, 2019
0a520e4
TargetFramework from props
TomekScieplek Apr 18, 2019
5f019ee
References cleanup
TomekScieplek Apr 19, 2019
74e1dc3
Dostosowanie projektów do zaktualizowanego SDK
TomekScieplek May 6, 2019
053e737
Podniesienie wersji nugetów oraz dostosowanie do SDK (brak referencji…
TomekScieplek May 6, 2019
b82ca44
Usunięcie wersji NUnita - to przychodzi z SDK
TomekScieplek May 6, 2019
f9c128f
Usunięcie ExtensionOutput
TomekScieplek May 7, 2019
1390084
aktualizacja wersji bibliotek
Jan 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>

<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SonetaTargetFramework>net46</SonetaTargetFramework>
<SonetaPackageVersion>1910.1.3</SonetaPackageVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,63 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="..\MSBuild\common.soneta.assembly.props"/>
<Project Sdk="Soneta.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8372DECB-E2D0-46E1-98E2-42527F5409A9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GeekOut2018.EnovaUnitTestExtension</RootNamespace>
<AssemblyName>GeekOut2018.EnovaUnitTestExtension</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFramework>$(SonetaTargetFramework)</TargetFramework>
<IsAddonProject>true</IsAddonProject>
</PropertyGroup>
<PropertyGroup>
<OutputPath>$(ExtensionOtput)</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Soneta.Business">
<HintPath>$(SonetaBinaries)Soneta.Business.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Handel">
<HintPath>$(SonetaBinaries)Soneta.Handel.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Types">
<HintPath>$(SonetaBinaries)Soneta.Types.dll</HintPath>
<Private>False</Private>
</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="ExtensionMethods.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TowarProxy.cs" />
<Compile Include="ZmianaNazwTowarowParams.cs" />
<Compile Include="ZmianaNazwTowarowWorker.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
36 changes: 0 additions & 36 deletions GeekOut2018.EnovaAutonomousExtension/Properties/AssemblyInfo.cs

This file was deleted.

19 changes: 0 additions & 19 deletions GeekOut2018.EnovaExtension.Tests/App.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,84 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="..\MSBuild\common.soneta.assembly.props" />
<Project Sdk="Soneta.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{65C814D0-51E7-4AC7-8569-3EA25019CA86}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GeekOut2018.EnovaExtension.Tests</RootNamespace>
<AssemblyName>GeekOut2018.EnovaExtension.Tests</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFramework>$(SonetaTargetFramework)</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<OutputPath>$(SonetaBinaries)</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="..\TestLib\Soneta.Test.dll">
<Private>true</Private>
</Reference>
<Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.6.0\lib\net40\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Soneta.Business">
<HintPath>$(SonetaBinaries)Soneta.Business.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Core">
<HintPath>$(SonetaBinaries)Soneta.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Handel">
<HintPath>$(SonetaBinaries)Soneta.Handel.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Types">
<HintPath>$(SonetaBinaries)Soneta.Types.dll</HintPath>
<Private>False</Private>
</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="Properties\AssemblyInfo.cs" />
<Compile Include="ZmianaNazwTowarowWorkerTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GeekOut2018.EnovaExtension\GeekOut2018.EnovaExtension.csproj">
<Project>{94efeb3d-ad26-4b90-b905-75541030c5c9}</Project>
<Name>GeekOut2018.EnovaExtension</Name>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
<ProjectReference Include="..\GeekOut2018.EnovaExtension\GeekOut2018.EnovaExtension.csproj" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
36 changes: 0 additions & 36 deletions GeekOut2018.EnovaExtension.Tests/Properties/AssemblyInfo.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using NUnit.Framework;
using Soneta.Test.Poligon;
using Soneta.Test;
using Soneta.Towary;

namespace GeekOut2018.EnovaExtension.Tests
Expand Down
4 changes: 0 additions & 4 deletions GeekOut2018.EnovaExtension.Tests/packages.config

This file was deleted.

65 changes: 4 additions & 61 deletions GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj
Original file line number Diff line number Diff line change
@@ -1,64 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="..\MSBuild\common.soneta.assembly.props" />
<Project Sdk="Soneta.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{94EFEB3D-AD26-4B90-B905-75541030C5C9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GeekOut2018.EnovaExtension</RootNamespace>
<AssemblyName>GeekOut2018.EnovaExtension</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFramework>$(SonetaTargetFramework)</TargetFramework>
<IsAddonProject>true</IsAddonProject>
</PropertyGroup>
<PropertyGroup>
<OutputPath>$(ExtensionOtput)</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Soneta.Business">
<HintPath>$(SonetaBinaries)Soneta.Business.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Core">
<HintPath>$(SonetaBinaries)Soneta.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Handel">
<HintPath>$(SonetaBinaries)Soneta.Handel.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Soneta.Types">
<HintPath>$(SonetaBinaries)Soneta.Types.dll</HintPath>
<Private>False</Private>
</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="Properties\AssemblyInfo.cs" />
<Compile Include="ZmianaNazwTowarowWorker.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>
36 changes: 0 additions & 36 deletions GeekOut2018.EnovaExtension/Properties/AssemblyInfo.cs

This file was deleted.

Loading