aboutsummaryrefslogtreecommitdiff
path: root/runtime/VMProtect.Runtime/Tests/UnitTestProject/UnitTestProject.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/VMProtect.Runtime/Tests/UnitTestProject/UnitTestProject.csproj')
-rw-r--r--runtime/VMProtect.Runtime/Tests/UnitTestProject/UnitTestProject.csproj159
1 files changed, 159 insertions, 0 deletions
diff --git a/runtime/VMProtect.Runtime/Tests/UnitTestProject/UnitTestProject.csproj b/runtime/VMProtect.Runtime/Tests/UnitTestProject/UnitTestProject.csproj
new file mode 100644
index 0000000..c04c1ef
--- /dev/null
+++ b/runtime/VMProtect.Runtime/Tests/UnitTestProject/UnitTestProject.csproj
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProjectGuid>{85318BED-28D8-4B31-A7BA-9ED7882D11FC}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>UnitTestProject</RootNamespace>
+ <AssemblyName>UnitTestProject</AssemblyName>
+ <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
+ <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
+ <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
+ <IsCodedUITest>False</IsCodedUITest>
+ <TestProjectType>UnitTest</TestProjectType>
+ <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>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <Prefer32Bit>false</Prefer32Bit>
+ </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>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <Prefer32Bit>false</Prefer32Bit>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Web" />
+ <Reference Include="System.Windows.Forms" />
+ </ItemGroup>
+ <Choose>
+ <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
+ <ItemGroup>
+ <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
+ </ItemGroup>
+ </When>
+ <Otherwise>
+ <ItemGroup>
+ <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
+ </ItemGroup>
+ </Otherwise>
+ </Choose>
+ <ItemGroup>
+ <Compile Include="..\..\Crypto.cs">
+ <Link>CipherRC5.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Core.cs">
+ <Link>Core.cs</Link>
+ </Compile>
+ <Compile Include="..\..\CpuId.cs">
+ <Link>CpuId.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Faces.cs">
+ <Link>Faces.cs</Link>
+ </Compile>
+ <Compile Include="..\..\HardwareID.cs">
+ <Link>HardwareID.cs</Link>
+ </Compile>
+ <Compile Include="..\..\LicensingManager.cs">
+ <Link>LicensingManager.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Loader.cs">
+ <Link>Loader.cs</Link>
+ </Compile>
+ <Compile Include="..\..\LzmaDecoder.cs">
+ <Link>LzmaDecoder.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Numerics\BigInteger.cs">
+ <Link>Numerics\BigInteger.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Numerics\BigIntegerBuilder.cs">
+ <Link>Numerics\BigIntegerBuilder.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Numerics\NumericHelpers.cs">
+ <Link>Numerics\NumericHelpers.cs</Link>
+ </Compile>
+ <Compile Include="..\..\StringManager.cs">
+ <Link>StringManager.cs</Link>
+ </Compile>
+ <Compile Include="..\..\VirtualMachine.cs">
+ <Link>VirtualMachine.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Win32.cs">
+ <Link>Win32.cs</Link>
+ </Compile>
+ <Compile Include="LicensingManagerTests.cs" />
+ <Compile Include="LoaderTests.cs" />
+ <Compile Include="MsilToVmTestCompiler.cs" />
+ <Compile Include="RefVm\ElementedTypeHelper.cs" />
+ <Compile Include="RefVm\MyBuffer.cs" />
+ <Compile Include="RefVm\MyBufferReader.cs" />
+ <Compile Include="RefVm\MyCollection.cs" />
+ <Compile Include="RefVm\SdMetadataTokens.cs" />
+ <Compile Include="RefVm\SdTemplateStuff.cs" />
+ <Compile Include="RefVm\SimpleTypeHelper.cs" />
+ <Compile Include="RefVm\StringDecryptor.cs" />
+ <Compile Include="RefVm\TypeCompatibility.cs" />
+ <Compile Include="RefVm\VariantBase.cs" />
+ <Compile Include="RefVm\VariantFactory.cs" />
+ <Compile Include="RefVm\VmExecutor.cs" />
+ <Compile Include="RefVm\VmInstrCodesDb.cs" />
+ <Compile Include="RefVm\VmMethodHeader.cs" />
+ <Compile Include="RefVm\VmPosParser.cs" />
+ <Compile Include="RefVm\VmStreamWrapper.cs" />
+ <Compile Include="UnitTest1.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="UnitTestCombine.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <WCFMetadata Include="Service References\" />
+ </ItemGroup>
+ <Choose>
+ <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
+ <ItemGroup>
+ <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+ <Private>False</Private>
+ </Reference>
+ </ItemGroup>
+ </When>
+ </Choose>
+ <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
+ <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> \ No newline at end of file