This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jamie Brynes
authored
Sep 9, 2019
1 parent
ed70551
commit 677cab9
Showing
74 changed files
with
325 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...rs/unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/.template.config/template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/template", | ||
"author": "Improbable Worlds Ltd.", | ||
"classifications": [ "SpatialOS", "GDK for Unity" ], | ||
"identity": "Improbable.Gdk.CodeGenerator", | ||
"name": "SpatialOS GDK for Unity CodeGenerator template", | ||
"shortName": "gdk-for-unity-codegen", | ||
"tags": { | ||
"language": "C#", | ||
"type": "item" | ||
}, | ||
"symbols": { | ||
"code-gen-lib-path": { | ||
"type": "parameter", | ||
"replaces": "{code-gen-lib-path}", | ||
"datatype": "text", | ||
"isRequired": true, | ||
"description": "The path to the CodeGeneration base library." | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
workers/unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGen.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>netcoreapp2.1</TargetFramework> | ||
<StartupObject>Improbable.Gdk.CodeGenerator.CodeGenerator</StartupObject> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Remove="Generated\**" /> | ||
<EmbeddedResource Remove="Generated\**" /> | ||
<None Remove="Generated\**" /> | ||
<Compile Remove="dependencies\**" /> | ||
<EmbeddedResource Remove="dependencies\**" /> | ||
<None Remove="dependencies\**" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Mono.Options" Version="5.3.0.1" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" /> | ||
<PackageReference Include="System.CodeDom" Version="4.4.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="{code-gen-lib-path}" /> | ||
</ItemGroup> | ||
<UsingTask TaskName="Improbable.TextTemplating.TransformAllTask" AssemblyFile="dependencies/Improbable.TextTemplating/Improbable.TextTemplating.dll" /> | ||
<Target Name="Code Template Generation" BeforeTargets="BeforeBuild"> | ||
<TransformAllTask InputFiles="@(T4Files)" ProjectDirectory="$(MSBuildProjectDirectory)" Imports="Improbable.Gdk.CodeGeneration.Jobs;Improbable.Gdk.CodeGeneration.Utils" ClassNameSpace="Improbable.Gdk.CodeGenerator"> | ||
<Output TaskParameter="OutputFiles" PropertyName="GeneratedFiles" /> | ||
</TransformAllTask> | ||
<ItemGroup> | ||
<Compile Include="$(GeneratedFiles)" /> | ||
</ItemGroup> | ||
</Target> | ||
</Project> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 0 additions & 74 deletions
74
.../Packages/io.improbable.gdk.tools/.CodeGenerator/GdkCodeGenerator/GdkCodeGenerator.csproj
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-75.5 KB
...es/io.improbable.gdk.tools/.CodeGenerator/GdkCodeGenerator/dependencies/CodeGenerator.dll
Binary file not shown.
Oops, something went wrong.