mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 08:19:50 -04:00
114 lines
5.3 KiB
XML
114 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<ProjectGuid>{D9EA985A-AE4E-4E95-B5B4-D28A46356C1D}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<OutputPath>bin</OutputPath>
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
<DebugType>full</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<TypeScriptToolsVersion>1.8</TypeScriptToolsVersion>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="index.html" >
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
|
|
<Content Include="test.html" >
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
|
|
<Content Include="css\**">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="images\**" >
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
|
|
<Content Include="js\**" >
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
|
|
<Content Include="data\**" >
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
|
|
<TypeScriptCompile Include="ts\Bible.ts" />
|
|
<TypeScriptCompile Include="ts\Globals.ts" />
|
|
<TypeScriptCompile Include="ts\d.ts\jquery.d.ts" />
|
|
<TypeScriptCompile Include="ts\d.ts\jquerymobile.d.ts" />
|
|
<TypeScriptCompile Include="ts\d.ts\jqueryui.d.ts" />
|
|
<TypeScriptCompile Include="ts\d.ts\qunit.d.ts" />
|
|
<TypeScriptCompile Include="ts\Reference.ts" />
|
|
<TypeScriptCompile Include="ts\Settings.ts" />
|
|
<TypeScriptCompile Include="ts\Strongs.ts" />
|
|
<TypeScriptCompile Include="ts\test.ts" />
|
|
<TypeScriptCompile Include="ts\Util.ts" />
|
|
<TypeScriptCompile Include="ts\Words.ts" />
|
|
<Content Include="web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<None Include="web.Debug.config">
|
|
<DependentUpon>web.config</DependentUpon>
|
|
</None>
|
|
<None Include="web.Release.config">
|
|
<DependentUpon>web.config</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RootNamespace>DynamicBibleApp</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets')" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>False</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>35099</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:35099/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
<TypeScriptRemoveComments>false</TypeScriptRemoveComments>
|
|
<TypeScriptSourceMap>true</TypeScriptSourceMap>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptOutDir>js/</TypeScriptOutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
|
|
<TypeScriptSourceMap>false</TypeScriptSourceMap>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
|
|
</Project> |