| <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>{A8B02181-4D12-4C71-92ED-2B7719B72893}</ProjectGuid> | |
| <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | |
| <OutputType>Library</OutputType> | |
| <AppDesignerFolder>Properties</AppDesignerFolder> | |
| <RootNamespace>MetaCarta.SharePoint</RootNamespace> | |
| <AssemblyName>MetaCarta.SharePoint</AssemblyName> | |
| <SignAssembly>true</SignAssembly> | |
| <AssemblyOriginatorKeyFile>MetaCarta.snk</AssemblyOriginatorKeyFile> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| <DebugSymbols>true</DebugSymbols> | |
| <DebugType>full</DebugType> | |
| <Optimize>false</Optimize> | |
| <OutputPath>bin\</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\</OutputPath> | |
| <DefineConstants>TRACE</DefineConstants> | |
| <ErrorReport>prompt</ErrorReport> | |
| <WarningLevel>4</WarningLevel> | |
| <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Reference Include="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL" /> | |
| <Reference Include="System" /> | |
| <Reference Include="System.Data" /> | |
| <Reference Include="System.Drawing" /> | |
| <Reference Include="System.Web" /> | |
| <Reference Include="System.Xml" /> | |
| <Reference Include="System.Configuration" /> | |
| <Reference Include="System.Web.Services" /> | |
| <Reference Include="System.EnterpriseServices" /> | |
| <Reference Include="System.Web.Mobile" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <None Include="Web References\SPPermissionsService\Permissions.disco" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Compile Include="MCPermissions.cs"> | |
| <SubType>Component</SubType> | |
| </Compile> | |
| <Compile Include="Properties\AssemblyInfo.cs" /> | |
| <Compile Include="Properties\Settings.Designer.cs"> | |
| <AutoGen>True</AutoGen> | |
| <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
| <DependentUpon>Settings.settings</DependentUpon> | |
| </Compile> | |
| <Compile Include="Web References\SPPermissionsService\Reference.cs"> | |
| <AutoGen>True</AutoGen> | |
| <DesignTime>True</DesignTime> | |
| <DependentUpon>Reference.map</DependentUpon> | |
| </Compile> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <WebReferences Include="Web References\" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <None Include="MetaCarta.snk" /> | |
| <None Include="Properties\Settings.settings"> | |
| <Generator>SettingsSingleFileGenerator</Generator> | |
| <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
| </None> | |
| <None Include="Web References\SPPermissionsService\Permissions.wsdl" /> | |
| <None Include="Web References\SPPermissionsService\Reference.map"> | |
| <Generator>MSDiscoCodeGenerator</Generator> | |
| <LastGenOutput>Reference.cs</LastGenOutput> | |
| </None> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <WebReferenceUrl Include="http://localhost/_vti_bin/Permissions.asmx"> | |
| <UrlBehavior>Dynamic</UrlBehavior> | |
| <RelPath>Web References\SPPermissionsService\</RelPath> | |
| <UpdateFromURL>http://localhost/_vti_bin/Permissions.asmx</UpdateFromURL> | |
| <ServiceLocationURL> | |
| </ServiceLocationURL> | |
| <CachedDynamicPropName> | |
| </CachedDynamicPropName> | |
| <CachedAppSettingsObjectName> | |
| </CachedAppSettingsObjectName> | |
| <CachedSettingsPropName> | |
| </CachedSettingsPropName> | |
| </WebReferenceUrl> | |
| </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> | |
| --> | |
| <ProjectExtensions> | |
| <VisualStudio> | |
| <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | |
| <WebProjectProperties> | |
| <UseIIS>True</UseIIS> | |
| <AutoAssignPort>True</AutoAssignPort> | |
| <DevelopmentServerPort>1347</DevelopmentServerPort> | |
| <DevelopmentServerVPath>/</DevelopmentServerVPath> | |
| <IISUrl>http://localhost</IISUrl> | |
| <OverrideIISAppRootUrl>True</OverrideIISAppRootUrl> | |
| <IISAppRootUrl>http://localhost</IISAppRootUrl> | |
| <NTLMAuthentication>False</NTLMAuthentication> | |
| </WebProjectProperties> | |
| </FlavorProperties> | |
| </VisualStudio> | |
| </ProjectExtensions> | |
| <PropertyGroup> | |
| <PostBuildEvent> | |
| </PostBuildEvent> | |
| </PropertyGroup> | |
| </Project> |