Skip to content

Commit

Permalink
Removing ci build temp hack
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrifonov committed Mar 19, 2015
1 parent b2171ea commit 1001fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/net/Client/SDK.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@
<Compile Include="Entities\LocatorData.cs" />
<Compile Include="Entities\LocatorType.cs" />
<Compile Include="MediaContextBase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" Condition=" '$(SigningFlag)' == 'NOTSIGNED' " />
<Compile Include="Properties\DelaySign_AssemblyInfo.cs" Condition=" '$(SigningFlag)' == 'DELAYSIGNED' "/>

<Compile Include="Properties\Resources1.Designer.cs">
<AutoGen>True</AutoGen>
Expand Down

0 comments on commit 1001fb3

Please sign in to comment.