mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
66 lines
2.9 KiB
XML
66 lines
2.9 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-00001-msil\Virus.Win32.Sality.sil-906e49d7772808af1fb67511fd33b01c809079fddb77015425883ca9739cad33.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{4B43690F-1857-42BC-BBCD-482582DF703F}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>ADMigrator</AssemblyName>
|
|
<ApplicationVersion>18.0.0.0</ApplicationVersion>
|
|
<RootNamespace>Autodesk.AutoCAD.ADMigrator</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>
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CUIFileMigrator.cs" />
|
|
<Compile Include="MNUFileMigrator.cs" />
|
|
<Compile Include="CustElementLocation.cs" />
|
|
<Compile Include="ExportDialog.cs" />
|
|
<Compile Include="ImportDialog.cs" />
|
|
<Compile Include="MainForm.cs" />
|
|
<Compile Include="CUIFileMap.cs" />
|
|
<Compile Include="ADMigratorResources.cs" />
|
|
<Compile Include="LocalResources.cs" />
|
|
<Compile Include="CustomizationHostServices.cs" />
|
|
<Compile Include="MigratorMessageBox.cs" />
|
|
<Compile Include="ProgressForm.cs" />
|
|
<Compile Include="DisposableContainer.cs" />
|
|
<Compile Include="Properties\Settings.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="AdMigLibResources.resx" />
|
|
<EmbeddedResource Include="ADMigratorResources.resx" />
|
|
<EmbeddedResource Include="ExportDialog.resx" />
|
|
<EmbeddedResource Include="ImportDialog.resx" />
|
|
<EmbeddedResource Include="MainForm.resx" />
|
|
<EmbeddedResource Include="MigratorMessageBox.resx" />
|
|
<EmbeddedResource Include="ProgressForm.resx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |