Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
870dd549
Commit
870dd549
authored
Dec 16, 2013
by
Pascal Hartig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove VisualStudio references
parent
ce5a6809
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
175 deletions
+0
-175
labs/architecture-examples/typescript-angular/todo.csproj
labs/architecture-examples/typescript-angular/todo.csproj
+0
-85
labs/architecture-examples/typescript-angular/todo.sln
labs/architecture-examples/typescript-angular/todo.sln
+0
-20
labs/architecture-examples/typescript-angular/web.Debug.config
...architecture-examples/typescript-angular/web.Debug.config
+0
-30
labs/architecture-examples/typescript-angular/web.Release.config
...chitecture-examples/typescript-angular/web.Release.config
+0
-31
labs/architecture-examples/typescript-angular/web.config
labs/architecture-examples/typescript-angular/web.config
+0
-9
No files found.
labs/architecture-examples/typescript-angular/todo.csproj
deleted
100644 → 0
View file @
ce5a6809
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<ProjectGuid>
{0A2B594A-1E06-46A8-A3B8-4E58C1071815}
</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>
<UseIISExpress>
true
</UseIISExpress>
<IISExpressSSLPort
/>
<IISExpressAnonymousAuthentication
/>
<IISExpressWindowsAuthentication
/>
<IISExpressUseClassicPipelineMode
/>
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion
Condition=
"'$(VisualStudioVersion)' == ''"
>
10.0
</VisualStudioVersion>
<VSToolsPath
Condition=
"'$(VSToolsPath)' == ''"
>
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>
todo
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets"
Condition=
"'$(VSToolsPath)' != ''"
/>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties
GUID=
"{349c5851-65df-11da-9384-00065b846f21}"
>
<WebProjectProperties>
<UseIIS>
True
</UseIIS>
<AutoAssignPort>
True
</AutoAssignPort>
<DevelopmentServerPort>
0
</DevelopmentServerPort>
<DevelopmentServerVPath>
/
</DevelopmentServerVPath>
<IISUrl>
http://localhost:63825/
</IISUrl>
<NTLMAuthentication>
False
</NTLMAuthentication>
<UseCustomServer>
False
</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>
False
</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<ItemGroup>
<Content
Include=
"index.html"
/>
</ItemGroup>
<ItemGroup>
<TypeScriptCompile
Include=
"js\_all.ts"
/>
<TypeScriptCompile
Include=
"js\libs\angular.d.ts"
/>
<TypeScriptCompile
Include=
"js\libs\jquery.d.ts"
/>
<TypeScriptCompile
Include=
"js\Application.ts"
/>
<TypeScriptCompile
Include=
"js\controllers\TodoCtrl.ts"
/>
<TypeScriptCompile
Include=
"js\directives\TodoBlur.ts"
/>
<TypeScriptCompile
Include=
"js\directives\TodoFocus.ts"
/>
<TypeScriptCompile
Include=
"js\interfaces\ITodoScope.ts"
/>
<TypeScriptCompile
Include=
"js\interfaces\ITodoStorage.ts"
/>
<TypeScriptCompile
Include=
"js\models\TodoItem.ts"
/>
<TypeScriptCompile
Include=
"js\services\TodoStorage.ts"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"ReadMe.md"
/>
<Content
Include=
"web.config"
/>
<None
Include=
"web.Debug.config"
>
<DependentUpon>
web.config
</DependentUpon>
</None>
<None
Include=
"web.Release.config"
>
<DependentUpon>
web.config
</DependentUpon>
</None>
</ItemGroup>
<PropertyGroup>
<TypeScriptOutFile>
js\Application.js
</TypeScriptOutFile>
<TypeScriptTarget>
ES3
</TypeScriptTarget>
<TypeScriptModuleKind>
AMD
</TypeScriptModuleKind>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)' == 'Debug'"
>
<TypeScriptRemoveComments>
false
</TypeScriptRemoveComments>
<TypeScriptSourceMap>
true
</TypeScriptSourceMap>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)' == 'Release'"
>
<TypeScriptRemoveComments>
true
</TypeScriptRemoveComments>
<TypeScriptSourceMap>
false
</TypeScriptSourceMap>
</PropertyGroup>
<Import
Project=
"$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets"
/>
</Project>
\ No newline at end of file
labs/architecture-examples/typescript-angular/todo.sln
deleted
100644 → 0
View file @
ce5a6809
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "todo", "todo.csproj", "{0A2B594A-1E06-46A8-A3B8-4E58C1071815}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A2B594A-1E06-46A8-A3B8-4E58C1071815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A2B594A-1E06-46A8-A3B8-4E58C1071815}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A2B594A-1E06-46A8-A3B8-4E58C1071815}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A2B594A-1E06-46A8-A3B8-4E58C1071815}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
labs/architecture-examples/typescript-angular/web.Debug.config
deleted
100644 → 0
View file @
ce5a6809
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<!--
For
more
information
on
using
web
.
config
transformation
visit
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkId
=
125889
-->
<
configuration
xmlns
:
xdt
=
"http://schemas.microsoft.com/XML-Document-Transform"
>
<!--
In
the
example
below
,
the
"SetAttributes"
transform
will
change
the
value
of
"connectionString"
to
use
"ReleaseSQLServer"
only
when
the
"Match"
locator
finds
an
attribute
"name"
that
has
a
value
of
"MyDB"
.
<
connectionStrings
>
<
add
name
=
"MyDB"
connectionString
=
"Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt
:
Transform
=
"SetAttributes"
xdt
:
Locator
=
"Match(name)"
/>
</
connectionStrings
>
-->
<
system
.
web
>
<!--
In
the
example
below
,
the
"Replace"
transform
will
replace
the
entire
<
customErrors
>
section
of
your
web
.
config
file
.
Note
that
because
there
is
only
one
customErrors
section
under
the
<
system
.
web
>
node
,
there
is
no
need
to
use
the
"xdt:Locator"
attribute
.
<
customErrors
defaultRedirect
=
"GenericError.htm"
mode
=
"RemoteOnly"
xdt
:
Transform
=
"Replace"
>
<
error
statusCode
=
"500"
redirect
=
"InternalError.htm"
/>
</
customErrors
>
-->
</
system
.
web
>
</
configuration
>
\ No newline at end of file
labs/architecture-examples/typescript-angular/web.Release.config
deleted
100644 → 0
View file @
ce5a6809
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<!--
For
more
information
on
using
web
.
config
transformation
visit
http
://
go
.
microsoft
.
com
/
fwlink
/?
LinkId
=
125889
-->
<
configuration
xmlns
:
xdt
=
"http://schemas.microsoft.com/XML-Document-Transform"
>
<!--
In
the
example
below
,
the
"SetAttributes"
transform
will
change
the
value
of
"connectionString"
to
use
"ReleaseSQLServer"
only
when
the
"Match"
locator
finds
an
attribute
"name"
that
has
a
value
of
"MyDB"
.
<
connectionStrings
>
<
add
name
=
"MyDB"
connectionString
=
"Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt
:
Transform
=
"SetAttributes"
xdt
:
Locator
=
"Match(name)"
/>
</
connectionStrings
>
-->
<
system
.
web
>
<
compilation
xdt
:
Transform
=
"RemoveAttributes(debug)"
/>
<!--
In
the
example
below
,
the
"Replace"
transform
will
replace
the
entire
<
customErrors
>
section
of
your
web
.
config
file
.
Note
that
because
there
is
only
one
customErrors
section
under
the
<
system
.
web
>
node
,
there
is
no
need
to
use
the
"xdt:Locator"
attribute
.
<
customErrors
defaultRedirect
=
"GenericError.htm"
mode
=
"RemoteOnly"
xdt
:
Transform
=
"Replace"
>
<
error
statusCode
=
"500"
redirect
=
"InternalError.htm"
/>
</
customErrors
>
-->
</
system
.
web
>
</
configuration
>
\ No newline at end of file
labs/architecture-examples/typescript-angular/web.config
deleted
100644 → 0
View file @
ce5a6809
<?
xml
version
=
"1.0"
?>
<
configuration
>
<
system
.
web
>
<
compilation
debug
=
"true"
targetFramework
=
"4.5"
/>
<
httpRuntime
targetFramework
=
"4.5"
/>
</
system
.
web
>
</
configuration
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment