Skip to content

Commit c830414

Browse files
committed
revert extra changes
1 parent b02837a commit c830414

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

GraphODataTemplateWriter.sln

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
4+
VisualStudioVersion = 14.0.25123.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6ACF6CEE-A594-4DFE-9286-C7154E91738B}"
77
ProjectSection(SolutionItems) = preProject
@@ -17,27 +17,17 @@ EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1919
Debug|Any CPU = Debug|Any CPU
20-
Debug|x86 = Debug|x86
2120
Release|Any CPU = Release|Any CPU
22-
Release|x86 = Release|x86
2321
EndGlobalSection
2422
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2523
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2624
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
27-
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Debug|x86.ActiveCfg = Debug|x86
28-
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Debug|x86.Build.0 = Debug|x86
2925
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
3026
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Release|Any CPU.Build.0 = Release|Any CPU
31-
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Release|x86.ActiveCfg = Release|x86
32-
{E6B5202F-4F66-428A-AB92-0AAA11BA81DE}.Release|x86.Build.0 = Release|x86
3327
{5F526973-F69E-4C26-B8AD-612590A17A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{5F526973-F69E-4C26-B8AD-612590A17A9E}.Debug|x86.ActiveCfg = Debug|Any CPU
35-
{5F526973-F69E-4C26-B8AD-612590A17A9E}.Debug|x86.Build.0 = Debug|Any CPU
3628
{5F526973-F69E-4C26-B8AD-612590A17A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
37-
{5F526973-F69E-4C26-B8AD-612590A17A9E}.Release|x86.ActiveCfg = Release|Any CPU
38-
{5F526973-F69E-4C26-B8AD-612590A17A9E}.Release|x86.Build.0 = Release|Any CPU
3929
EndGlobalSection
4030
GlobalSection(SolutionProperties) = preSolution
4131
HideSolutionNode = FALSE
4232
EndGlobalSection
43-
EndGlobal
33+
EndGlobal

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Source code writers for [VIPR][vipr-source-repo] utilizing T4 templates. The Gra
77
Currently the following target languages are supported by this writer:
88
- Android
99
- CSharp
10-
- JavaScript
1110
- Objective-C
1211
- Python
1312
- TypeScript
@@ -45,7 +44,7 @@ By default, output source code will be put in a folder named "output" next to th
4544
## Template Writer Settings
4645
### Available Languages
4746

48-
There are six languages to choose from at the moment. Java, ObjC, CSharp, JavaScript, TypeScript and Python. Specify which language you want to generate in the `TargetLanguage` setting.
47+
There are five languages to choose from at the moment. Java, ObjC, CSharp, TypeScript and Python. Specify which language you want to generate in the `TargetLanguage` setting.
4948

5049
### Templates
5150
You must specify a template directory under the `TemplatesDirectory` Settings. The directory can be a full path or relative to the running directory. The directory must contain a sub directory for each platform you want to generate code for. See the Templates directory for an example.

0 commit comments

Comments
 (0)