Skip to content

Commit

Permalink
Switch to CodeGeneration.Roslyn
Browse files Browse the repository at this point in the history
This removes a bunch of code that was migrated to CodeGeneration.Roslyn previously.
This also removes the SFG and T4 code that is deprecated anyway.
  • Loading branch information
AArnott committed Dec 19, 2015
1 parent e5c6f39 commit f8c02a8
Show file tree
Hide file tree
Showing 166 changed files with 252 additions and 40,023 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -68,6 +68,9 @@ UpgradeLog*htm
*.log

packages/
*.nuget.props
*.nuget.targets
project.lock.json

# Visual C++ cache files
ipch/
Expand Down Expand Up @@ -107,7 +110,6 @@ sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
Expand Down
1 change: 0 additions & 1 deletion NuGet.Config
Expand Up @@ -5,7 +5,6 @@
</config>
<packageSources>
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v2" />
</packageSources>
</configuration>
4 changes: 0 additions & 4 deletions src/.nuget/packages.config

This file was deleted.

6 changes: 0 additions & 6 deletions src/Demo/App.config

This file was deleted.

113 changes: 0 additions & 113 deletions src/Demo/Demo.csproj

This file was deleted.

209 changes: 0 additions & 209 deletions src/Demo/Fruit.generated.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/Demo/Fruit.tt

This file was deleted.

0 comments on commit f8c02a8

Please sign in to comment.