OmniPortal Code
Brought to you by:
nberardi
<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>{68F475B3-8859-495C-AC11-4EE2896C6287}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>OmniPortal.Modules.Static</RootNamespace> <AssemblyName>OmniPortal.Modules.Static</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> </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="Atom.NET, Version=0.4.3.25247, Culture=neutral, PublicKeyToken=dfd513aadd65a3d3"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\..\..\..\..\Programs\Applications\Controls\Atom.NET\Atom.NET.dll</HintPath> </Reference> <Reference Include="FredCK.FCKeditorV2, Version=2.2.2106.29420, Culture=neutral, PublicKeyToken=4f86767c9b519a06"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\..\..\..\..\Programs\Applications\Controls\FCKeditor\bin\Release\FredCK.FCKeditorV2.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.configuration" /> <Reference Include="System.Web" /> </ItemGroup> <ItemGroup> <Compile Include="Edit.cs"> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="StaticModule.cs" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Module.config" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\ManagedFusion\Source\ManagedFusion\ManagedFusion.csproj"> <Project>{F26CF465-ECA9-43CB-AB25-7EC557CFA0CE}</Project> <Name>ManagedFusion</Name> </ProjectReference> <ProjectReference Include="..\..\Components\OmniPortal.csproj"> <Project>{20A7A4F4-5126-4F73-9587-8C53CA46F39D}</Project> <Name>OmniPortal</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> </Project>