Skip to content

Commit

Permalink
Add cdk init template for .NET, and re-enable .NET targets (aws#617)
Browse files Browse the repository at this point in the history
This change adds support for building .NET targets for the CDK packages.
  • Loading branch information
mpiroc authored and rix0rrr committed Sep 11, 2018
1 parent 2ba98d8 commit 34655f2
Show file tree
Hide file tree
Showing 93 changed files with 1,438 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "cdk-assets"
}
},
"dotnet": {
"namespace": "Amazon.CDK.Assets",
"packageId": "Amazon.CDK.Assets",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "apigateway"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.APIGateway",
"packageId": "Amazon.CDK.AWS.APIGateway",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "applicationautoscaling"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.ApplicationAutoScaling",
"packageId": "Amazon.CDK.AWS.ApplicationAutoScaling",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "appsync"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.AppSync",
"packageId": "Amazon.CDK.AWS.AppSync",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-athena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "athena"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Athena",
"packageId": "Amazon.CDK.AWS.Athena",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-autoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "autoscaling"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.AutoScaling",
"packageId": "Amazon.CDK.AWS.AutoScaling",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-autoscalingplans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "autoscalingplans"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.AutoScalingPlans",
"packageId": "Amazon.CDK.AWS.AutoScalingPlans",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "batch"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Batch",
"packageId": "Amazon.CDK.AWS.Batch",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-budgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "budgets"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Budgets",
"packageId": "Amazon.CDK.AWS.Budgets",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-certificatemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "certificatemanager"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CertificateManager",
"packageId": "Amazon.CDK.AWS.CertificateManager",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-cloud9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "cloud9"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Cloud9",
"packageId": "Amazon.CDK.AWS.Cloud9",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-cloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "cloudformation"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CloudFormation",
"packageId": "Amazon.CDK.AWS.CloudFormation",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "cloudfront"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CloudFront",
"packageId": "Amazon.CDK.AWS.CloudFront",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-cloudtrail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "cloudtrail"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CloudTrail",
"packageId": "Amazon.CDK.AWS.CloudTrail",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-cloudwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "cloudwatch"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CloudWatch",
"packageId": "Amazon.CDK.AWS.CloudWatch",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-codebuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "codebuild"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CodeBuild",
"packageId": "Amazon.CDK.AWS.CodeBuild",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-codecommit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "codecommit"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CodeCommit",
"packageId": "Amazon.CDK.AWS.CodeCommit",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-codedeploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "codedeploy"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CodeDeploy",
"packageId": "Amazon.CDK.AWS.CodeDeploy",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-codepipeline-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "codepipeline-api"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Codepipeline.Api",
"packageId": "Amazon.CDK.AWS.Codepipeline.Api",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-codepipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "codepipeline"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.CodePipeline",
"packageId": "Amazon.CDK.AWS.CodePipeline",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "cognito"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Cognito",
"packageId": "Amazon.CDK.AWS.Cognito",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "config"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.Config",
"packageId": "Amazon.CDK.AWS.Config",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-datapipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "datapipeline"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.DataPipeline",
"packageId": "Amazon.CDK.AWS.DataPipeline",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-dax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "dax"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.DAX",
"packageId": "Amazon.CDK.AWS.DAX",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-directoryservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "directoryservice"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.DirectoryService",
"packageId": "Amazon.CDK.AWS.DirectoryService",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-dms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "dms"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.DMS",
"packageId": "Amazon.CDK.AWS.DMS",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "dynamodb"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.DynamoDB",
"packageId": "Amazon.CDK.AWS.DynamoDB",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "ec2"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.EC2",
"packageId": "Amazon.CDK.AWS.EC2",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-ecr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "ecr"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.ECR",
"packageId": "Amazon.CDK.AWS.ECR",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
6 changes: 6 additions & 0 deletions packages/@aws-cdk/aws-ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"artifactId": "ecs"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.ECS",
"packageId": "Amazon.CDK.AWS.ECS",
"signAssembly": true,
"assemblyOriginatorKeyFile": "../../key.snk"
},
"sphinx": {}
}
},
Expand Down
Loading

0 comments on commit 34655f2

Please sign in to comment.