pkmn-classic-framework/gts/gts.csproj
2022-08-28 23:03:39 -04:00

189 lines
8.2 KiB
XML

<?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>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2EEAF2A8-68B7-4DB5-8818-36285D5CF9B3}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PkmnFoundations.GTS</RootNamespace>
<AssemblyName>PkmnFoundations.GTS</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<Use64BitIISExpress />
<UseGlobalApplicationHostFile />
</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>
<PlatformTarget>AnyCPU</PlatformTarget>
</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>
<PublishDatabaseSettings>
<Objects>
<ObjectGroup Name="pkmnFoundationsConnectionString-Deployment" Order="1">
<Destination Path="Server=localhost%3bDatabase=gts%3bUser ID=gts%3bPassword=gts%3bPooling=true%3b" />
<Object Type="DbFullSql" Enabled="False">
<PreSource Path="Server=10.211.55.2%3bDatabase=gts%3bUser ID=gts%3bPassword=gts%3bPooling=true%3b" ScriptSchema="True" ScriptData="False" CopyAllFullTextCatalogs="False" DriDefaults="True" />
<Source Path="obj\Release\AutoScripts\pkmnFoundationsConnectionString-Deployment_SchemaOnly.sql" Transacted="True" />
</Object>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<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.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
</ItemGroup>
<ItemGroup>
<Content Include="admin\Sessions.aspx" />
<Content Include="Global.asax" />
<Content Include="admin\Web.config" />
<None Include="admin\Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="admin\Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<Content Include="pkvldtprod.ashx" />
<Content Include="pokemondpds_web.ashx" />
<Content Include="masters\MasterPage.master" />
<Content Include="pgl.ashx" />
<None Include="Properties\PublishProfiles\Local IIS.pubxml" />
<None Include="Properties\PublishProfiles\Public.pubxml" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<None Include="Web.Public.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="admin\Sessions.aspx.cs">
<DependentUpon>Sessions.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="admin\Sessions.aspx.designer.cs">
<DependentUpon>Sessions.aspx</DependentUpon>
</Compile>
<Compile Include="masters\MasterPage.master.cs">
<DependentUpon>MasterPage.master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="masters\MasterPage.master.designer.cs">
<DependentUpon>MasterPage.master</DependentUpon>
</Compile>
<Compile Include="pgl.ashx.cs">
<DependentUpon>pgl.ashx</DependentUpon>
</Compile>
<Compile Include="pkvldtprod.ashx.cs">
<DependentUpon>pkvldtprod.ashx</DependentUpon>
</Compile>
<Compile Include="pokemondpds_web.ashx.cs">
<DependentUpon>pokemondpds_web.ashx</DependentUpon>
</Compile>
<Compile Include="src\AppStateHelper.cs" />
<Compile Include="src\BanHelper.cs" />
<Compile Include="src\FakeOpponentGenerator.cs" />
<Compile Include="src\IpAddressHelper.cs" />
<Compile Include="syachi2ds.ashx.cs">
<DependentUpon>syachi2ds.ashx</DependentUpon>
</Compile>
<Compile Include="pokemondpds.ashx.cs">
<DependentUpon>pokemondpds.ashx</DependentUpon>
</Compile>
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="pokemondpds.ashx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GamestatsBase\GamestatsBase\GamestatsBase.csproj">
<Project>{2d667f5b-f10d-44e2-93f6-dd555d9ee7df}</Project>
<Name>GamestatsBase</Name>
</ProjectReference>
<ProjectReference Include="..\library\Library.csproj">
<Project>{408EFC7E-C6B0-4160-8628-2679E34385CE}</Project>
<Name>Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="syachi2ds.ashx" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</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" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>50067</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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>