<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{DD791B9C-9FCD-4943-985A-C5CCFF3711FE}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>OSGeo.MapGuide</RootNamespace> <AssemblyName>DotNetWrappers</AssemblyName> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> </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> </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> </PropertyGroup> <ItemGroup> <Reference Include="MapGuideDotNetApid, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL" /> <Reference Include="nunit.framework, Version=2.2.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" /> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="ByteReaderTest.cs" /> <Compile Include="CollectionTest.cs" /> <Compile Include="GeomBuild.cs" /> <Compile Include="PropertiesTest.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </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> </PostBuildEvent> <PreBuildEvent>xcopy /d /y $(ProjectDir)..\..\..\Common\bin\$(ConfigurationName)\*.dll $(ProjectDir)$(OutDir) xcopy /d /y $(ProjectDir)..\..\..\Common\bin\$(ConfigurationName)\*.pdb $(ProjectDir)$(OutDir) xcopy /d /y $(ProjectDir)..\..\..\Web\bin\$(ConfigurationName)\*.dll $(ProjectDir)$(OutDir) xcopy /d /y $(ProjectDir)..\..\..\Web\bin\$(ConfigurationName)\*.netmodule $(ProjectDir)$(OutDir) xcopy /d /y $(ProjectDir)..\..\..\Web\bin\$(ConfigurationName)\*.pdb $(ProjectDir)$(OutDir) xcopy /d /y $(ProjectDir)..\..\..\Oem\ACE\ACE_wrappers\lib\*.dll $(ProjectDir)$(OutDir) xcopy /d /y $(ProjectDir)..\..\..\Oem\proj-4.5.0\src\*.dll $(ProjectDir)$(OutDir) xcopy /d /y $(ProjectDir)..\..\..\Oem\dbxml-2.3.10\bin\debug\*.dll $(ProjectDir)$(OutDir) </PreBuildEvent> </PropertyGroup> </Project>