Skip to content

Commit 62783cb

Browse files
Abdelrahman ElogeelAbdelrahman Elogeel
Abdelrahman Elogeel
authored and
Abdelrahman Elogeel
committed
Merge pull request Azure#152 from WindowsAzure/dev
Add signing to the projects
2 parents 16cafbb + 34469ef commit 62783cb

File tree

14 files changed

+193
-27
lines changed

14 files changed

+193
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ UpgradeLog*.XML
106106

107107
# NuGet
108108
packages/
109+
/microsoft-azure-api/Services/Storage/Test/Unit/RT/AppPackages/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>Microsoft.WindowsAzure.ConfigurationManager</id>
5+
<version>1.8.0.0</version>
6+
<title>Windows Azure Configuration Manager</title>
7+
<authors>Microsoft</authors>
8+
<owners>Microsoft</owners>
9+
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=235167</licenseUrl>
10+
<projectUrl>http://go.microsoft.com/fwlink/?linkid=252450</projectUrl>
11+
<iconUrl>http://www.gravatar.com/avatar/c24270713c524575b0308e05c7e9ff61?s=128</iconUrl>
12+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13+
<description>Windows Azure Configuration Manager provides unified API to load the configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.</description>
14+
<summary>Windows Azure Configuration Manager provides unified API to load the configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.</summary>
15+
<tags>Microsoft, Azure, Configuration, Configuration Manager, Cloud windowsazureofficial</tags>
16+
<references>
17+
<reference file="Microsoft.WindowsAzure.Configuration.dll" />
18+
</references>
19+
</metadata>
20+
</package>

microsoft-azure-api/Services/Storage/Lib/DotNet40/DotNet40.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,17 @@
2424
<DocumentationFile>bin\Debug\Microsoft.WindowsAzure.Storage.xml</DocumentationFile>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27+
<SignAssembly>true</SignAssembly>
28+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
29+
<DelaySign>true</DelaySign>
2730
<DebugType>pdbonly</DebugType>
2831
<Optimize>true</Optimize>
2932
<OutputPath>bin\Release\</OutputPath>
30-
<DefineConstants>TRACE;DN40CP;DNCP;</DefineConstants>
33+
<DefineConstants>TRACE;DN40CP;DNCP;SIGN</DefineConstants>
3134
<ErrorReport>prompt</ErrorReport>
3235
<WarningLevel>4</WarningLevel>
3336
<DocumentationFile>bin\Release\Microsoft.WindowsAzure.Storage.xml</DocumentationFile>
3437
</PropertyGroup>
35-
<PropertyGroup>
36-
<SignAssembly>false</SignAssembly>
37-
</PropertyGroup>
38-
<PropertyGroup>
39-
<DelaySign>true</DelaySign>
40-
</PropertyGroup>
41-
<PropertyGroup>
42-
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
43-
</PropertyGroup>
4438
<ItemGroup>
4539
<Reference Include="Microsoft.Data.Edm, Version=5.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4640
<SpecificVersion>False</SpecificVersion>

microsoft-azure-api/Services/Storage/Lib/DotNet40/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
[assembly: AssemblyVersion("2.0.0.0")]
3939
[assembly: AssemblyFileVersion("2.0.3.0")]
4040

41-
#if SIGNED
41+
#if SIGN
4242
[assembly: InternalsVisibleTo(
4343
"Microsoft.WindowsAzure.Storage.Test, PublicKey=" +
4444
"0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67" +
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>WindowsAzure.Storage</id>
5+
<version>2.0.3.0</version>
6+
<title>Windows Azure Storage</title>
7+
<authors>Microsoft</authors>
8+
<owners>Microsoft</owners>
9+
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=235170</licenseUrl>
10+
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=235168</projectUrl>
11+
<iconUrl>http://www.gravatar.com/avatar/c24270713c524575b0308e05c7e9ff61?s=128</iconUrl>
12+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13+
<description>This client library enables working with the Windows Azure storage services which include the blob service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
14+
For this release see notes - http://msdn.microsoft.com/en-us/library/windowsazure/jj721952.aspx
15+
Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/</description>
16+
<summary>A client library for working with Windows Azure storage services including blobs, tables, and queues.</summary>
17+
<tags>Microsoft, Azure, Storage, Table, Blob, Queue, Scalable, windowsazureofficial</tags>
18+
<dependencies>
19+
<dependency id="Microsoft.Data.OData" version="5.0.2" />
20+
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="1.8.0.0" />
21+
</dependencies>
22+
<frameworkAssemblies>
23+
<frameworkAssembly assemblyName="System.Data" targetFramework="" />
24+
<frameworkAssembly assemblyName="System.Xml" targetFramework="" />
25+
<frameworkAssembly assemblyName="System.Xml.Linq" targetFramework="" />
26+
<frameworkAssembly assemblyName="System.Data.Services.Client" targetFramework="" />
27+
</frameworkAssemblies>
28+
<references>
29+
<reference file="Microsoft.WindowsAzure.Storage.dll" />
30+
</references>
31+
</metadata>
32+
</package>
Binary file not shown.

microsoft-azure-api/Services/Storage/Lib/RT/Properties/AssemblyInfo.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Reflection;
2+
using System.Resources;
23
using System.Runtime.CompilerServices;
34
using System.Runtime.InteropServices;
45

@@ -27,4 +28,15 @@
2728
[assembly: AssemblyVersion("2.0.0.0")]
2829
[assembly: AssemblyFileVersion("2.0.3.0")]
2930
[assembly: ComVisible(false)]
30-
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Storage.Table")]
31+
#if SIGN
32+
[assembly: InternalsVisibleTo(
33+
"Microsoft.WindowsAzure.Storage.Table, PublicKey=" +
34+
"0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67" +
35+
"871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0b" +
36+
"d333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307" +
37+
"e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c3" +
38+
"08055da9")]
39+
#else
40+
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Storage.Table")]
41+
#endif
42+
[assembly: NeutralResourcesLanguageAttribute("en-US")]

microsoft-azure-api/Services/Storage/Lib/RT/RT.csproj

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525
<WarningLevel>4</WarningLevel>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28+
<SignAssembly>true</SignAssembly>
29+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
30+
<DelaySign>true</DelaySign>
2831
<DebugType>pdbonly</DebugType>
2932
<Optimize>true</Optimize>
3033
<OutputPath>bin\Release\</OutputPath>
31-
<DefineConstants>TRACE;NETFX_CORE;RTMD;RT</DefineConstants>
34+
<DefineConstants>TRACE;NETFX_CORE;RTMD;RT;SIGN</DefineConstants>
3235
<ErrorReport>prompt</ErrorReport>
3336
<WarningLevel>4</WarningLevel>
3437
</PropertyGroup>
@@ -45,8 +48,11 @@
4548
<Prefer32Bit>true</Prefer32Bit>
4649
</PropertyGroup>
4750
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
51+
<SignAssembly>true</SignAssembly>
52+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
53+
<DelaySign>true</DelaySign>
4854
<OutputPath>bin\ARM\Release\</OutputPath>
49-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
55+
<DefineConstants>TRACE;NETFX_CORE;SIGN</DefineConstants>
5056
<Optimize>true</Optimize>
5157
<NoWarn>;2008</NoWarn>
5258
<DebugType>pdbonly</DebugType>
@@ -69,8 +75,11 @@
6975
<Prefer32Bit>true</Prefer32Bit>
7076
</PropertyGroup>
7177
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
78+
<SignAssembly>true</SignAssembly>
79+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
80+
<DelaySign>true</DelaySign>
7281
<OutputPath>bin\x64\Release\</OutputPath>
73-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
82+
<DefineConstants>TRACE;NETFX_CORE;SIGN</DefineConstants>
7483
<Optimize>true</Optimize>
7584
<NoWarn>;2008</NoWarn>
7685
<DebugType>pdbonly</DebugType>
@@ -83,7 +92,7 @@
8392
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
8493
<DebugSymbols>true</DebugSymbols>
8594
<OutputPath>bin\x86\Debug\</OutputPath>
86-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
95+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;SIGN</DefineConstants>
8796
<NoWarn>;2008</NoWarn>
8897
<DebugType>full</DebugType>
8998
<PlatformTarget>x86</PlatformTarget>
@@ -93,8 +102,11 @@
93102
<Prefer32Bit>true</Prefer32Bit>
94103
</PropertyGroup>
95104
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
105+
<SignAssembly>true</SignAssembly>
106+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
107+
<DelaySign>true</DelaySign>
96108
<OutputPath>bin\x86\Release\</OutputPath>
97-
<DefineConstants>TRACE;NETFX_CORE;RTMD;RT</DefineConstants>
109+
<DefineConstants>TRACE;NETFX_CORE;RTMD;RT;SIGN</DefineConstants>
98110
<Optimize>true</Optimize>
99111
<NoWarn>;2008</NoWarn>
100112
<DebugType>pdbonly</DebugType>
@@ -292,6 +304,9 @@
292304
<HintPath>Dependencies\System.Spatial.WindowsStore.dll</HintPath>
293305
</Reference>
294306
</ItemGroup>
307+
<ItemGroup>
308+
<None Include="MSSharedLibKey.snk" />
309+
</ItemGroup>
295310
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' ">
296311
<VisualStudioVersion>11.0</VisualStudioVersion>
297312
</PropertyGroup>
Binary file not shown.

microsoft-azure-api/Services/Storage/Lib/RTTable/RTTable.csproj

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525
<WarningLevel>4</WarningLevel>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28+
<SignAssembly>true</SignAssembly>
29+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
30+
<DelaySign>true</DelaySign>
2831
<DebugType>pdbonly</DebugType>
2932
<Optimize>true</Optimize>
3033
<OutputPath>bin\Release\</OutputPath>
31-
<DefineConstants>TRACE;NETFX_CORE;RT;RT_TABLES</DefineConstants>
34+
<DefineConstants>TRACE;NETFX_CORE;RT;RT_TABLES;SIGN</DefineConstants>
3235
<ErrorReport>prompt</ErrorReport>
3336
<WarningLevel>4</WarningLevel>
3437
</PropertyGroup>
@@ -44,8 +47,11 @@
4447
<Prefer32Bit>true</Prefer32Bit>
4548
</PropertyGroup>
4649
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
50+
<SignAssembly>true</SignAssembly>
51+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
52+
<DelaySign>true</DelaySign>
4753
<OutputPath>bin\ARM\Release\</OutputPath>
48-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
54+
<DefineConstants>TRACE;NETFX_CORE;SIGN</DefineConstants>
4955
<Optimize>true</Optimize>
5056
<NoWarn>;2008</NoWarn>
5157
<DebugType>pdbonly</DebugType>
@@ -66,8 +72,11 @@
6672
<Prefer32Bit>true</Prefer32Bit>
6773
</PropertyGroup>
6874
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
75+
<SignAssembly>true</SignAssembly>
76+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
77+
<DelaySign>true</DelaySign>
6978
<OutputPath>bin\x64\Release\</OutputPath>
70-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
79+
<DefineConstants>TRACE;NETFX_CORE;SIGN</DefineConstants>
7180
<Optimize>true</Optimize>
7281
<NoWarn>;2008</NoWarn>
7382
<DebugType>pdbonly</DebugType>
@@ -88,8 +97,11 @@
8897
<Prefer32Bit>true</Prefer32Bit>
8998
</PropertyGroup>
9099
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
100+
<SignAssembly>true</SignAssembly>
101+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
102+
<DelaySign>true</DelaySign>
91103
<OutputPath>bin\x86\Release\</OutputPath>
92-
<DefineConstants>TRACE;NETFX_CORE;RT;RT_TABLES</DefineConstants>
104+
<DefineConstants>TRACE;NETFX_CORE;RT;RT_TABLES;SIGN</DefineConstants>
93105
<Optimize>true</Optimize>
94106
<NoWarn>;2008</NoWarn>
95107
<DebugType>pdbonly</DebugType>
@@ -125,17 +137,12 @@
125137
<Compile Include="..\Common\Table\TableQueryGenericBase.cs" />
126138
</ItemGroup>
127139
<ItemGroup>
140+
<None Include="MSSharedLibKey.snk" />
128141
<None Include="XSCL_RT_Tables_Temporary.snk" />
129142
</ItemGroup>
130143
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
131144
<VisualStudioVersion>11.0</VisualStudioVersion>
132145
</PropertyGroup>
133-
<PropertyGroup>
134-
<SignAssembly>true</SignAssembly>
135-
</PropertyGroup>
136-
<PropertyGroup>
137-
<AssemblyOriginatorKeyFile>XSCL_RT_Tables_Temporary.snk</AssemblyOriginatorKeyFile>
138-
</PropertyGroup>
139146
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
140147
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141148
Other similar extension points exist, see Microsoft.Common.targets.

microsoft-azure-api/Services/Storage/Test/Unit/DotNet40/DotNet40.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<WarningLevel>4</WarningLevel>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27+
<SignAssembly>true</SignAssembly>
28+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
29+
<DelaySign>true</DelaySign>
2730
<DebugType>pdbonly</DebugType>
2831
<Optimize>true</Optimize>
2932
<OutputPath>bin\Release\</OutputPath>
Binary file not shown.

microsoft-azure-api/Services/Storage/Test/Unit/RT/RT.csproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<WarningLevel>4</WarningLevel>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<SignAssembly>true</SignAssembly>
32+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
33+
<DelaySign>true</DelaySign>
3134
<DebugType>pdbonly</DebugType>
3235
<Optimize>true</Optimize>
3336
<OutputPath>bin\Release\</OutputPath>
@@ -48,6 +51,9 @@
4851
<Prefer32Bit>true</Prefer32Bit>
4952
</PropertyGroup>
5053
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
54+
<SignAssembly>true</SignAssembly>
55+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
56+
<DelaySign>true</DelaySign>
5157
<OutputPath>bin\ARM\Release\</OutputPath>
5258
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
5359
<Optimize>true</Optimize>
@@ -72,6 +78,9 @@
7278
<Prefer32Bit>true</Prefer32Bit>
7379
</PropertyGroup>
7480
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
81+
<SignAssembly>true</SignAssembly>
82+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
83+
<DelaySign>true</DelaySign>
7584
<OutputPath>bin\x64\Release\</OutputPath>
7685
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
7786
<Optimize>true</Optimize>
@@ -96,6 +105,9 @@
96105
<Prefer32Bit>true</Prefer32Bit>
97106
</PropertyGroup>
98107
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
108+
<SignAssembly>true</SignAssembly>
109+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
110+
<DelaySign>true</DelaySign>
99111
<OutputPath>bin\x86\Release\</OutputPath>
100112
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
101113
<Optimize>true</Optimize>
@@ -199,6 +211,7 @@
199211
<WCFMetadata Include="Service References\" />
200212
</ItemGroup>
201213
<ItemGroup>
214+
<None Include="MSSharedLibKey.snk" />
202215
<None Include="XSCL_RT_Test_TemporaryKey.snk" />
203216
</ItemGroup>
204217
<ItemGroup>

microsoft-azure-api/build.proj

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project
3+
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
4+
ToolsVersion="4.0"
5+
DefaultTargets="Clean;BuildDebug;BuildReleaseSigned">
6+
7+
<ItemGroup>
8+
<StorageSln Include=".\Services\Storage\Lib\DotNet40\DotNet40.csproj" />
9+
<StorageSln Include=".\Services\Storage\Lib\RT\RT.csproj" />
10+
<StorageSln Include=".\Services\Storage\Lib\RTTable\RTTable.csproj" />
11+
<ConfigSln Include=".\Configuration\microsoft-windowsazure-configuration.sln" />
12+
</ItemGroup>
13+
14+
<!-- Clean the build in all configurations -->
15+
<Target Name="Clean">
16+
<!-- Clean the solutions -->
17+
<Message Importance="high" Text="Cleaning the projects..." ContinueOnError="true" />
18+
<MSBuild
19+
Projects="@(StorageSln)"
20+
Targets="Clean"
21+
Properties="Configuration=Debug"
22+
ContinueOnError="true" />
23+
<MSBuild
24+
Projects="@(StorageSln)"
25+
Targets="Clean"
26+
Properties="Configuration=Release"
27+
ContinueOnError="true" />
28+
<MSBuild
29+
Projects="@(ConfigSln)"
30+
Targets="Clean"
31+
Properties="Configuration=Debug"
32+
ContinueOnError="true" />
33+
<MSBuild
34+
Projects="@(ConfigSln)"
35+
Targets="Clean"
36+
Properties="Configuration=ReleaseSigned"
37+
ContinueOnError="true" />
38+
</Target>
39+
40+
<!-- Build the Cmdlets in ReleaseSigned configuration -->
41+
<Target Name="BuildReleaseSigned">
42+
<Message Importance="high" Text="Building release version of the projects..." />
43+
<MSBuild
44+
Projects="@(StorageSln)"
45+
Targets="Build"
46+
Properties="Configuration=Release"
47+
ContinueOnError="true" />
48+
<MSBuild
49+
Projects="@(ConfigSln)"
50+
Targets="Build"
51+
Properties="Configuration=ReleaseSigned"
52+
ContinueOnError="true" />
53+
</Target>
54+
55+
<!-- Build the Cmdlets in Debug configuration -->
56+
<Target Name="BuildDebug">
57+
<Message Importance="high" Text="Building debug version the projects..." />
58+
<MSBuild
59+
Projects="@(StorageSln)"
60+
Targets="Build"
61+
Properties="Configuration=Debug"
62+
ContinueOnError="true" />
63+
<MSBuild
64+
Projects="@(ConfigSln)"
65+
Targets="Build"
66+
Properties="Configuration=Debug"
67+
ContinueOnError="true" />
68+
</Target>
69+
</Project>

0 commit comments

Comments
 (0)