Skip to content

Commit

Permalink
Add OrmLite.SqlServer.Converters to signed projs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 20, 2015
1 parent 109ad2a commit ec100cb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/codegen-projs.js
Expand Up @@ -20,13 +20,15 @@ String.prototype.lines = function() {
return this.replace(/\r/g, '').split('\n');
};


var SIGN_PROJS = [
'../../ServiceStack.Text/src/ServiceStack.Text/ServiceStack.Text.csproj',
'../../ServiceStack.Redis/src/ServiceStack.Redis/ServiceStack.Redis.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLite/ServiceStack.OrmLite.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLiteV45/ServiceStack.OrmLiteV45.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLite.SqlServer/ServiceStack.OrmLite.SqlServer.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLite.SqlServerV45/ServiceStack.OrmLite.SqlServerV45.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLite.SqlServer.Converters/ServiceStack.OrmLite.SqlServer.Converters.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLite.Oracle/ServiceStack.OrmLite.Oracle.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLite.Sqlite.Windows/ServiceStack.OrmLite.Sqlite.Windows.csproj',
'../../ServiceStack.OrmLite/src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.csproj',
Expand Down
18 changes: 17 additions & 1 deletion src/ServiceStack.Signed.sln
@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.Signed", "ServiceStack\ServiceStack.Signed.csproj", "{680A1709-25EB-4D52-A87F-EE03FFD94BAA}"
ProjectSection(ProjectDependencies) = postProject
{579B3FDB-CDAD-44E1-8417-885C38E49A0E} = {579B3FDB-CDAD-44E1-8417-885C38E49A0E}
Expand Down Expand Up @@ -50,6 +52,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.OrmLiteV45.Sig
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.OrmLite.SqlServerV45.Signed", "..\..\ServiceStack.OrmLite\src\ServiceStack.OrmLite.SqlServerV45\ServiceStack.OrmLite.SqlServerV45.Signed.csproj", "{6F851563-08F6-4692-89F8-F1D6C86F0069}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.OrmLite.SqlServer.Converters.Signed", "..\..\ServiceStack.OrmLite\src\ServiceStack.OrmLite.SqlServer.Converters\ServiceStack.OrmLite.SqlServer.Converters.Signed.csproj", "{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -162,6 +166,18 @@ Global
{6F851563-08F6-4692-89F8-F1D6C86F0069}.Signed|Any CPU.ActiveCfg = Signed|Any CPU
{6F851563-08F6-4692-89F8-F1D6C86F0069}.Signed|Any CPU.Build.0 = Signed|Any CPU
{6F851563-08F6-4692-89F8-F1D6C86F0069}.Signed|x86.ActiveCfg = Signed|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Debug|x86.ActiveCfg = Debug|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Debug|x86.Build.0 = Debug|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Release|Any CPU.Build.0 = Release|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Release|x86.ActiveCfg = Release|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Release|x86.Build.0 = Release|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Signed|Any CPU.ActiveCfg = Release|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Signed|Any CPU.Build.0 = Release|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Signed|x86.ActiveCfg = Release|Any CPU
{7E9BB57B-53E3-425E-9882-B6E078C5C9BA}.Signed|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit ec100cb

Please sign in to comment.