60 lines
2.5 KiB
XML
60 lines
2.5 KiB
XML
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProductVersion>8.0.50727</ProductVersion>
|
|||
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
<ProjectGuid>{EDA9CDCA-5291-4CD0-B40D-E04406422601}</ProjectGuid>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>HLExtract.Net</RootNamespace>
|
|||
|
<AssemblyName>HLExtract.Net</AssemblyName>
|
|||
|
</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>
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
</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>
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="..\..\..\HLExtract.Net\HLLib.cs">
|
|||
|
<Link>HLLib.cs</Link>
|
|||
|
</Compile>
|
|||
|
<Compile Include="..\..\..\HLExtract.Net\Program.cs">
|
|||
|
<Link>Program.cs</Link>
|
|||
|
</Compile>
|
|||
|
<Compile Include="..\..\..\HLExtract.Net\Properties\AssemblyInfo.cs">
|
|||
|
<Link>Properties\AssemblyInfo.cs</Link>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildBinPath)\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>
|
|||
|
-->
|
|||
|
<PropertyGroup>
|
|||
|
<PostBuildEvent>copy "$(SolutionDir)HLLib\Win32\$(ConfigurationName)\HLLib.dll" "$(TargetDir)HLLib.x86.dll"
|
|||
|
copy "$(SolutionDir)HLLib\x64\$(ConfigurationName)\HLLib.dll" "$(TargetDir)HLLib.x64.dll"</PostBuildEvent>
|
|||
|
</PropertyGroup>
|
|||
|
</Project>
|