mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
70 lines
3.0 KiB
XML
70 lines
3.0 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.00004-msil\Virus.Win32.Lykov.b-5b4c66fd4c89a7645d7912c18b43ddd7b8db068aa896fea714881ce355eaf833.exe-->
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{89C8806B-C890-4312-B823-5525FC0B63BB}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AssemblyName>Boggle</AssemblyName>
|
|
<ApplicationVersion>1.0.1320.31511</ApplicationVersion>
|
|
<RootNamespace>Boggle</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="Microsoft.VisualBasic" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BogBorder.cs" />
|
|
<Compile Include="BogButton.cs" />
|
|
<Compile Include="BogPanel.cs" />
|
|
<Compile Include="BogTimer.cs" />
|
|
<Compile Include="CircleLabel.cs" />
|
|
<Compile Include="Cube.cs" />
|
|
<Compile Include="CubesCollection.cs" />
|
|
<Compile Include="frmAbout.cs" />
|
|
<Compile Include="frmHighScores.cs" />
|
|
<Compile Include="frmMain.cs" />
|
|
<Compile Include="frmWelcome.cs" />
|
|
<Compile Include="modFindWords.cs" />
|
|
<Compile Include="modGlobal.cs" />
|
|
<Compile Include="tmrShape.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="BogBorder.resx" />
|
|
<EmbeddedResource Include="BogButton.resx" />
|
|
<EmbeddedResource Include="BogPanel.resx" />
|
|
<EmbeddedResource Include="BogTimer.resx" />
|
|
<EmbeddedResource Include="CircleLabel.resx" />
|
|
<EmbeddedResource Include="frmAbout.resx" />
|
|
<EmbeddedResource Include="frmHighScores.resx" />
|
|
<EmbeddedResource Include="frmMain.resx" />
|
|
<EmbeddedResource Include="frmWelcome.resx" />
|
|
<EmbeddedResource Include="tmrShape.resx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |