|  |  |  | 
|---|
|  |  |  | <ErrorReport>prompt</ErrorReport> | 
|---|
|  |  |  | <WarningLevel>4</WarningLevel> | 
|---|
|  |  |  | <Prefer32Bit>false</Prefer32Bit> | 
|---|
|  |  |  | <PlatformTarget>x86</PlatformTarget> | 
|---|
|  |  |  | </PropertyGroup> | 
|---|
|  |  |  | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 
|---|
|  |  |  | <DebugType>pdbonly</DebugType> | 
|---|
|  |  |  | 
|---|
|  |  |  | <DesignTime>True</DesignTime> | 
|---|
|  |  |  | <DependentUpon>Reference.map</DependentUpon> | 
|---|
|  |  |  | </Compile> | 
|---|
|  |  |  | <Compile Include="WebServer.cs" /> | 
|---|
|  |  |  | <Compile Include="Code\Common.cs" /> | 
|---|
|  |  |  | <Compile Include="Code\Test2.cs" /> | 
|---|
|  |  |  | <Compile Include="Code\TestDAL.cs" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | <Compile Include="Models\JsonResult.cs" /> | 
|---|
|  |  |  | <Compile Include="Models\Pensen.cs" /> | 
|---|
|  |  |  | <Compile Include="Properties\AssemblyInfo.cs" /> | 
|---|
|  |  |  | <Compile Include="WebServer.cs" /> | 
|---|
|  |  |  | </ItemGroup> | 
|---|
|  |  |  | <ItemGroup> | 
|---|
|  |  |  | <Content Include="packages.config"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | 
|---|
|  |  |  | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | 
|---|
|  |  |  | </PropertyGroup> | 
|---|
|  |  |  | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> | 
|---|
|  |  |  | <PlatformTarget>x86</PlatformTarget> | 
|---|
|  |  |  | <OutputPath>bin\</OutputPath> | 
|---|
|  |  |  | </PropertyGroup> | 
|---|
|  |  |  | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> | 
|---|
|  |  |  | <PlatformTarget>x86</PlatformTarget> | 
|---|
|  |  |  | <OutputPath>bin\</OutputPath> | 
|---|
|  |  |  | </PropertyGroup> | 
|---|
|  |  |  | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 
|---|
|  |  |  | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> | 
|---|
|  |  |  | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> | 
|---|