MalwareSourceCode/MSIL/Trojan-Ransom/Win32/G/Trojan-Ransom.Win32.Gimemo.ayt-7cb020d260d835f80919399a58563918f73757689e39ba851e89cc00a05535da/Trojan-Ransom.Win32.Gimemo.ayt.csproj
2022-08-18 06:28:56 -05:00

66 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan-Ransom.Win32.Gimemo.ayt-7cb020d260d835f80919399a58563918f73757689e39ba851e89cc00a05535da.exe-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{35D69503-6FBD-41EA-A4A3-7F88FCE6D441}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AssemblyName>crypted</AssemblyName>
<ApplicationVersion>1.0.0.0</ApplicationVersion>
<RootNamespace>SevenZip</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="DataErrorException.cs" />
<Compile Include="InvalidParamException.cs" />
<Compile Include="ICodeProgress.cs" />
<Compile Include="ICoder.cs" />
<Compile Include="CoderPropID.cs" />
<Compile Include="ISetCoderProperties.cs" />
<Compile Include="IWriteCoderProperties.cs" />
<Compile Include="ISetDecoderProperties.cs" />
<Compile Include="CRC.cs" />
<Compile Include="Buffer\InBuffer.cs" />
<Compile Include="Buffer\OutBuffer.cs" />
<Compile Include="Compression\LZ\IInWindowStream.cs" />
<Compile Include="Compression\LZ\IMatchFinder.cs" />
<Compile Include="Compression\LZ\InWindow.cs" />
<Compile Include="Compression\LZ\BinTree.cs" />
<Compile Include="Compression\LZ\OutWindow.cs" />
<Compile Include="Compression\LZMA\Base.cs" />
<Compile Include="Compression\LZMA\Decoder.cs" />
<Compile Include="Compression\LZMA\Encoder.cs" />
<Compile Include="Compression\LZMA\SevenZipHelper.cs" />
<Compile Include="Compression\RangeCoder\Encoder.cs" />
<Compile Include="Compression\RangeCoder\Decoder.cs" />
<Compile Include="Compression\RangeCoder\BitEncoder.cs" />
<Compile Include="Compression\RangeCoder\BitDecoder.cs" />
<Compile Include="Compression\RangeCoder\BitTreeEncoder.cs" />
<Compile Include="Compression\RangeCoder\BitTreeDecoder.cs" />
<Compile Include="SysDriver\Driver.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="temp.resource" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>