Skip to content

Commit

Permalink
UT doesn't work - #199
Browse files Browse the repository at this point in the history
- reverted "MSTest.TestAdapter" version="2.1.2"
- reverted "MSTest.TestFramework" version="2.1.2"
- defined x64 Solution Platform
- UT 👍
  • Loading branch information
mpostol committed Feb 3, 2021
1 parent 109694b commit 4cb3187
Show file tree
Hide file tree
Showing 16 changed files with 282 additions and 33 deletions.
9 changes: 9 additions & 0 deletions ASMD.GUIAbstractions/ASMD.GUIAbstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,23 @@
<PackageId>UAOOI.ASMD.GUIAbstractions</PackageId>
<PackageReleaseNotes>To decouple ASMD from System.Windows.Forms</PackageReleaseNotes>
<PackageTags>ASMD, opcuam\, ooi, pubsub, m2m, I4.0</PackageTags>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>C:\VS.git\ASMD\ASMD.GUIAbstractions\UAOOI.ASMD.GUIAbstractions.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DocumentationFile>C:\VS.git\ASMD\ASMD.GUIAbstractions\UAOOI.ASMD.GUIAbstractions.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile></DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DocumentationFile />
</PropertyGroup>

</Project>
48 changes: 47 additions & 1 deletion ASMD.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,57 +35,103 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F6A704E-F1E3-413B-AA5B-ECB741C4F73F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F6A704E-F1E3-413B-AA5B-ECB741C4F73F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F6A704E-F1E3-413B-AA5B-ECB741C4F73F}.Debug|x64.ActiveCfg = Debug|x64
{8F6A704E-F1E3-413B-AA5B-ECB741C4F73F}.Debug|x64.Build.0 = Debug|x64
{8F6A704E-F1E3-413B-AA5B-ECB741C4F73F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F6A704E-F1E3-413B-AA5B-ECB741C4F73F}.Release|x64.ActiveCfg = Release|x64
{8F6A704E-F1E3-413B-AA5B-ECB741C4F73F}.Release|x64.Build.0 = Release|x64
{0DEBB963-CA92-44D8-998F-9EDCF62547CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DEBB963-CA92-44D8-998F-9EDCF62547CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DEBB963-CA92-44D8-998F-9EDCF62547CF}.Debug|x64.ActiveCfg = Debug|x64
{0DEBB963-CA92-44D8-998F-9EDCF62547CF}.Debug|x64.Build.0 = Debug|x64
{0DEBB963-CA92-44D8-998F-9EDCF62547CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DEBB963-CA92-44D8-998F-9EDCF62547CF}.Release|x64.ActiveCfg = Release|x64
{0DEBB963-CA92-44D8-998F-9EDCF62547CF}.Release|x64.Build.0 = Release|x64
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Debug|x64.ActiveCfg = Debug|x64
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Debug|x64.Build.0 = Debug|x64
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Release|Any CPU.Build.0 = Release|Any CPU
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Release|x64.ActiveCfg = Release|x64
{7C805BC4-B9C0-48E0-9D3F-D1C322B35ACB}.Release|x64.Build.0 = Release|x64
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Debug|x64.ActiveCfg = Debug|x64
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Debug|x64.Build.0 = Debug|x64
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Release|Any CPU.Build.0 = Release|Any CPU
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Release|x64.ActiveCfg = Release|x64
{B4E9C610-790A-417C-BF68-7B3E0AECCAA4}.Release|x64.Build.0 = Release|x64
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Debug|x64.ActiveCfg = Debug|x64
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Debug|x64.Build.0 = Debug|x64
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Release|Any CPU.Build.0 = Release|Any CPU
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Release|x64.ActiveCfg = Release|x64
{0B8CEFFB-66AD-447C-B009-1E06D8EEF2C4}.Release|x64.Build.0 = Release|x64
{5F603892-DE40-4246-A969-1C6717AFE35D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F603892-DE40-4246-A969-1C6717AFE35D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F603892-DE40-4246-A969-1C6717AFE35D}.Debug|x64.ActiveCfg = Debug|x64
{5F603892-DE40-4246-A969-1C6717AFE35D}.Debug|x64.Build.0 = Debug|x64
{5F603892-DE40-4246-A969-1C6717AFE35D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F603892-DE40-4246-A969-1C6717AFE35D}.Release|Any CPU.Build.0 = Release|Any CPU
{5F603892-DE40-4246-A969-1C6717AFE35D}.Release|x64.ActiveCfg = Release|x64
{5F603892-DE40-4246-A969-1C6717AFE35D}.Release|x64.Build.0 = Release|x64
{1F0F64D5-0977-4F85-8AD1-FC24AF68E244}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F0F64D5-0977-4F85-8AD1-FC24AF68E244}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F0F64D5-0977-4F85-8AD1-FC24AF68E244}.Debug|x64.ActiveCfg = Debug|x64
{1F0F64D5-0977-4F85-8AD1-FC24AF68E244}.Debug|x64.Build.0 = Debug|x64
{1F0F64D5-0977-4F85-8AD1-FC24AF68E244}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F0F64D5-0977-4F85-8AD1-FC24AF68E244}.Release|x64.ActiveCfg = Release|x64
{1F0F64D5-0977-4F85-8AD1-FC24AF68E244}.Release|x64.Build.0 = Release|x64
{643A2A07-394D-418F-937C-2D394EFE5015}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{643A2A07-394D-418F-937C-2D394EFE5015}.Debug|Any CPU.Build.0 = Debug|Any CPU
{643A2A07-394D-418F-937C-2D394EFE5015}.Debug|x64.ActiveCfg = Debug|x64
{643A2A07-394D-418F-937C-2D394EFE5015}.Debug|x64.Build.0 = Debug|x64
{643A2A07-394D-418F-937C-2D394EFE5015}.Release|Any CPU.ActiveCfg = Release|Any CPU
{643A2A07-394D-418F-937C-2D394EFE5015}.Release|Any CPU.Build.0 = Release|Any CPU
{643A2A07-394D-418F-937C-2D394EFE5015}.Release|x64.ActiveCfg = Release|x64
{643A2A07-394D-418F-937C-2D394EFE5015}.Release|x64.Build.0 = Release|x64
{5F77262E-F522-462F-B30F-3FAD94723592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F77262E-F522-462F-B30F-3FAD94723592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F77262E-F522-462F-B30F-3FAD94723592}.Debug|x64.ActiveCfg = Debug|x64
{5F77262E-F522-462F-B30F-3FAD94723592}.Debug|x64.Build.0 = Debug|x64
{5F77262E-F522-462F-B30F-3FAD94723592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F77262E-F522-462F-B30F-3FAD94723592}.Release|Any CPU.Build.0 = Release|Any CPU
{5F77262E-F522-462F-B30F-3FAD94723592}.Release|x64.ActiveCfg = Release|x64
{5F77262E-F522-462F-B30F-3FAD94723592}.Release|x64.Build.0 = Release|x64
{309AA08A-6A69-4475-984A-0CC9284C464F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{309AA08A-6A69-4475-984A-0CC9284C464F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{309AA08A-6A69-4475-984A-0CC9284C464F}.Debug|x64.ActiveCfg = Debug|x64
{309AA08A-6A69-4475-984A-0CC9284C464F}.Debug|x64.Build.0 = Debug|x64
{309AA08A-6A69-4475-984A-0CC9284C464F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{309AA08A-6A69-4475-984A-0CC9284C464F}.Release|Any CPU.Build.0 = Release|Any CPU
{309AA08A-6A69-4475-984A-0CC9284C464F}.Release|x64.ActiveCfg = Release|x64
{309AA08A-6A69-4475-984A-0CC9284C464F}.Release|x64.Build.0 = Release|x64
{839C6517-D1BF-4142-8668-444F2047C7CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{839C6517-D1BF-4142-8668-444F2047C7CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{839C6517-D1BF-4142-8668-444F2047C7CF}.Debug|x64.ActiveCfg = Debug|x64
{839C6517-D1BF-4142-8668-444F2047C7CF}.Debug|x64.Build.0 = Debug|x64
{839C6517-D1BF-4142-8668-444F2047C7CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{839C6517-D1BF-4142-8668-444F2047C7CF}.Release|Any CPU.Build.0 = Release|Any CPU
{839C6517-D1BF-4142-8668-444F2047C7CF}.Release|x64.ActiveCfg = Release|x64
{839C6517-D1BF-4142-8668-444F2047C7CF}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44F03BC2-35ED-43E8-A43D-71C089CCD611}
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.ExceptionHandling.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Logging.6.0.1304.0\lib\NET45
SolutionGuid = {44F03BC2-35ED-43E8-A43D-71C089CCD611}
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@
<DebugType>pdbonly</DebugType>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.props')" />
<Import Project="..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -51,6 +51,25 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>cas.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<NoWarn>IDE0001,IDE003,IDE0049</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CAS.CodeProtect, Version=7.0.0.18157, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CodeProtect.7.0.1-Bravo\lib\net451\CAS.CodeProtect.dll</HintPath>
Expand Down Expand Up @@ -82,10 +101,10 @@
<HintPath>..\packages\CommonServiceLocator.2.0.6\lib\net47\CommonServiceLocator.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.2.2.0-preview-20210115-03\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
<HintPath>..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.2.2.0-preview-20210115-03\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
<HintPath>..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
</Reference>
<Reference Include="Moq, Version=4.16.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\packages\Moq.4.16.0\lib\net45\Moq.dll</HintPath>
Expand Down Expand Up @@ -178,8 +197,8 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.targets'))" />
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets'))" />
</Target>
<Import Project="..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.2.2.0-preview-20210115-03\build\net45\MSTest.TestAdapter.targets')" />
<Import Project="..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" />
</Project>
4 changes: 2 additions & 2 deletions ModelDesigner.Configuration.UnitTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<package id="Castle.Core" version="4.4.1" targetFramework="net472" />
<package id="CommonServiceLocator" version="2.0.6" targetFramework="net472" />
<package id="Moq" version="4.16.0" targetFramework="net472" />
<package id="MSTest.TestAdapter" version="2.2.0-preview-20210115-03" targetFramework="net472" />
<package id="MSTest.TestFramework" version="2.2.0-preview-20210115-03" targetFramework="net472" />
<package id="MSTest.TestAdapter" version="2.1.2" targetFramework="net472" />
<package id="MSTest.TestFramework" version="2.1.2" targetFramework="net472" />
<package id="System.ComponentModel.Composition" version="5.0.0" targetFramework="net472" />
<package id="System.Diagnostics.TraceSource" version="4.3.0" targetFramework="net472" />
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net472" />
Expand Down
20 changes: 20 additions & 0 deletions ModelDesigner.Configuration/ModelDesigner.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,26 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>bin\Debug\CAS.CommServer.UA.ModelDesigner.Configuration.xml</DocumentationFile>
<NoWarn>IDE0001,IDE0002,IDE0003,IDE0049</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CAS.CodeProtect, Version=7.0.0.18157, Culture=neutral, PublicKeyToken=8832ff1a67ea61a3, processorArchitecture=MSIL">
<HintPath>..\packages\CAS.CodeProtect.7.0.1-Bravo\lib\net451\CAS.CodeProtect.dll</HintPath>
Expand Down
Loading

0 comments on commit 4cb3187

Please sign in to comment.