-
Notifications
You must be signed in to change notification settings - Fork 0
/
BC.csproj
106 lines (106 loc) · 6.23 KB
/
BC.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>{CC3F1DD8-EAFE-41E1-B09D-CFDFBE245750}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<OutputPath>bin</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<TypeScriptToolsVersion>1.5</TypeScriptToolsVersion>
<TypeScriptExperimentalDecorators>true</TypeScriptExperimentalDecorators>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<ItemGroup>
<Content Include="app.css" />
<Content Include="index.html" />
<Content Include="js\UI\Components\AppComponent\appComponent.html" />
<Content Include="js\UI\Components\AppComponent\LeftMenuComponent\leftMenuComponent.html" />
<Content Include="js\UI\Components\AppComponent\LeftMenuComponent\UploadComponent\uploadComponent.html" />
<Content Include="js\UI\Components\AppComponent\RightMenuComponent\rightMenuComponent.html" />
<Content Include="library\Angular2\angular2.dev.js" />
<Content Include="library\Angular2\http.js" />
<Content Include="library\Angular2\router.dev.js" />
<Content Include="library\Bootstrap-switch\bootstrap-switch.css" />
<Content Include="library\Bootstrap-switch\bootstrap-switch.js" />
<Content Include="library\Bootstrap\css\bootstrap.css" />
<Content Include="library\Bootstrap\js\bootstrap.js" />
<Content Include="library\ChemDoodleWeb\ChemDoodleWeb-uis-unpacked.js" />
<Content Include="library\ChemDoodleWeb\ChemDoodleWeb-unpacked.js" />
<Content Include="library\jQuery\jquery.js" />
<Content Include="library\RxJS\rx.js" />
<Content Include="library\SystemJS\system.src.js" />
<Content Include="library\TraceurRuntime\traceur-runtime.js" />
<Content Include="typings\system\system.js" />
<Content Include="web.config" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="js\engine\callbacks\Action.ts" />
<TypeScriptCompile Include="js\engine\callbacks\Func.ts" />
<TypeScriptCompile Include="js\engine\chemistry\services\MoleculeService.ts" />
<TypeScriptCompile Include="js\UI\Components\AppComponent\CanvasComponent\CanvasComponent.ts" />
<TypeScriptCompile Include="js\UI\Components\AppComponent\LeftMenuComponent\LeftMenuComponent.ts" />
<TypeScriptCompile Include="js\UI\Components\AppComponent\LeftMenuComponent\UploadComponent\UploadComponent.ts" />
<TypeScriptCompile Include="js\UI\DTO\Molecule.ts" />
<TypeScriptCompile Include="js\engine\events\EventInterface.ts" />
<TypeScriptCompile Include="js\engine\files\FileCompleteCallback.ts" />
<TypeScriptCompile Include="js\engine\files\FileErrorCallback.ts" />
<TypeScriptCompile Include="js\engine\files\FileEvent.ts" />
<TypeScriptCompile Include="js\engine\files\FileProgressCallback.ts" />
<TypeScriptCompile Include="js\engine\files\TextFileReader.ts" />
<TypeScriptCompile Include="js\init.ts" />
<TypeScriptCompile Include="js\UI\Components\AppComponent\AppComponent.ts" />
</ItemGroup>
<ItemGroup />
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
</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>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:2631/</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>
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptOutFile>all.js</TypeScriptOutFile>
<TypeScriptSourceRoot>C:\Users\Tomáš\Documents\Visual Studio 2013\Projects\BC\js</TypeScriptSourceRoot>
<TypeScriptGeneratesDeclarations>True</TypeScriptGeneratesDeclarations>
<TypeScriptModuleKind>system</TypeScriptModuleKind>
<TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
<TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
<TypeScriptOutDir />
<TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
<TypeScriptMapRoot>
</TypeScriptMapRoot>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
</Project>