mocha/dotnet/Content/Mocha.Web/Mocha.Web.csproj
2023-10-31 11:47:27 -04:00

61 lines
2.6 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1772cbb1-301c-430b-b5d3-9361124093d6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mocha.Web</RootNamespace>
<AssemblyName>Mocha.Web</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Output\Debug\System</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Output\Release\System</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<None Include="mocha.dtd" />
</ItemGroup>
<ItemGroup>
<Compile Include="Library.xml" />
<Compile Include="Reports\View User Logins for User.xml" />
<Compile Include="Pages\ReportPage.xml" />
<Compile Include="MasterPages\Blank.xml" />
<Compile Include="MasterPages\Default.xml" />
<Compile Include="Pages\LoginPage\LoginPage.xml" />
<Compile Include="Pages\LoginPage\LoginPageSubelement.xml" />
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\" />
<Folder Include="Reports\" />
<Folder Include="MasterPages\" />
<Folder Include="Pages\LoginPage\" />
</ItemGroup>
<Import Project="..\..\Mocha.Compiler.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>
-->
</Project>