mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-27 08:51:31 +01:00
151 lines
7.9 KiB
Plaintext
151 lines
7.9 KiB
Plaintext
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
<Name>Mamoth</Name>
|
|
<RootNamespace>Mamoth</RootNamespace>
|
|
<NodeExePath>.\node_modules\electron\dist\electron.exe</NodeExePath>
|
|
<NodeExeArguments>--inspect-brk</NodeExeArguments>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>3f3df8f3-0772-43c1-84ae-bb5cdae614a1</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<StartupFile>main.js</StartupFile>
|
|
<StartWebBrowser>False</StartWebBrowser>
|
|
<SearchPath>
|
|
</SearchPath>
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
|
|
<TypeScriptSourceMap>true</TypeScriptSourceMap>
|
|
<TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
|
|
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
|
<EnableTypeScript>true</EnableTypeScript>
|
|
<StartWebBrowser>False</StartWebBrowser>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include=".angular-cli.json" />
|
|
<Content Include="e2e\tsconfig.e2e.json" />
|
|
<Content Include="package-lock.json" />
|
|
<Content Include="package.json" />
|
|
<Content Include="README.md" />
|
|
<Content Include="src\app\app.component.css" />
|
|
<Content Include="src\app\app.component.html" />
|
|
<Content Include="src\app\components\left-side-bar\left-side-bar.component.css" />
|
|
<Content Include="src\app\components\left-side-bar\left-side-bar.component.html" />
|
|
<Content Include="src\app\components\streams-main-display\streams-main-display.component.css" />
|
|
<Content Include="src\app\components\streams-main-display\streams-main-display.component.html" />
|
|
<Content Include="src\app\components\streams-selection-footer\streams-selection-footer.component.css" />
|
|
<Content Include="src\app\components\streams-selection-footer\streams-selection-footer.component.html" />
|
|
<Content Include="src\app\components\stream\stream.component.css" />
|
|
<Content Include="src\app\components\stream\stream.component.html" />
|
|
<Content Include="src\app\components\toot\toot.component.css" />
|
|
<Content Include="src\app\components\toot\toot.component.html" />
|
|
<Content Include="src\assets\.gitkeep" />
|
|
<Content Include="src\favicon.ico" />
|
|
<Content Include="src\index.html" />
|
|
<Content Include="src\styles.css" />
|
|
<Content Include="src\tsconfig.app.json" />
|
|
<Content Include="src\tsconfig.spec.json" />
|
|
<Content Include="tsconfig.json" />
|
|
<Content Include="tslint.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="karma.conf.js" />
|
|
<Compile Include="main.js" />
|
|
<Compile Include="protractor.conf.js" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="e2e\" />
|
|
<Folder Include="src\" />
|
|
<Folder Include="src\app\" />
|
|
<Folder Include="src\app\components\left-side-bar\" />
|
|
<Folder Include="src\app\components\" />
|
|
<Folder Include="src\app\components\streams-main-display\" />
|
|
<Folder Include="src\app\components\streams-selection-footer\" />
|
|
<Folder Include="src\app\components\stream\" />
|
|
<Folder Include="src\app\components\toot\" />
|
|
<Folder Include="src\app\models\" />
|
|
<Folder Include="src\app\services\" />
|
|
<Folder Include="src\assets\" />
|
|
<Folder Include="src\environments\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="e2e\app.e2e-spec.ts" />
|
|
<TypeScriptCompile Include="e2e\app.po.ts" />
|
|
<TypeScriptCompile Include="src\app\app.component.spec.ts" />
|
|
<TypeScriptCompile Include="src\app\app.component.ts" />
|
|
<TypeScriptCompile Include="src\app\app.module.ts" />
|
|
<TypeScriptCompile Include="src\app\components\left-side-bar\left-side-bar.component.spec.ts" />
|
|
<TypeScriptCompile Include="src\app\components\left-side-bar\left-side-bar.component.ts" />
|
|
<TypeScriptCompile Include="src\app\components\streams-main-display\streams-main-display.component.spec.ts" />
|
|
<TypeScriptCompile Include="src\app\components\streams-main-display\streams-main-display.component.ts" />
|
|
<TypeScriptCompile Include="src\app\components\streams-selection-footer\streams-selection-footer.component.spec.ts" />
|
|
<TypeScriptCompile Include="src\app\components\streams-selection-footer\streams-selection-footer.component.ts" />
|
|
<TypeScriptCompile Include="src\app\components\stream\stream.component.spec.ts" />
|
|
<TypeScriptCompile Include="src\app\components\stream\stream.component.ts" />
|
|
<TypeScriptCompile Include="src\app\components\toot\toot.component.spec.ts" />
|
|
<TypeScriptCompile Include="src\app\components\toot\toot.component.ts" />
|
|
<TypeScriptCompile Include="src\app\models\account.models.ts">
|
|
<SubType>Code</SubType>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="src\app\models\stream.models.ts" />
|
|
<TypeScriptCompile Include="src\environments\environment.prod.ts" />
|
|
<TypeScriptCompile Include="src\environments\environment.ts" />
|
|
<TypeScriptCompile Include="src\main.ts" />
|
|
<TypeScriptCompile Include="src\polyfills.ts" />
|
|
<TypeScriptCompile Include="src\test.ts" />
|
|
<TypeScriptCompile Include="src\typings.d.ts" />
|
|
</ItemGroup>
|
|
<!-- Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them. -->
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
|
|
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>False</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>0</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:48022/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>True</UseCustomServer>
|
|
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
|
|
<WebProjectProperties>
|
|
<StartPageUrl>
|
|
</StartPageUrl>
|
|
<StartAction>CurrentPage</StartAction>
|
|
<AspNetDebugging>True</AspNetDebugging>
|
|
<SilverlightDebugging>False</SilverlightDebugging>
|
|
<NativeDebugging>False</NativeDebugging>
|
|
<SQLDebugging>False</SQLDebugging>
|
|
<ExternalProgram>
|
|
</ExternalProgram>
|
|
<StartExternalURL>
|
|
</StartExternalURL>
|
|
<StartCmdLineArguments>
|
|
</StartCmdLineArguments>
|
|
<StartWorkingDirectory>
|
|
</StartWorkingDirectory>
|
|
<EnableENC>False</EnableENC>
|
|
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |