Skip to content

Commit 9431b83

Browse files
committed
Merge branch 'develop' of https://github.com/ethanhann/InEngine.NET into develop
2 parents 70e8741 + d7fed42 commit 9431b83

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

IntegrationEngine.Core.Tests/IntegrationEngine.Core.Tests.csproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -8,6 +8,8 @@
88
<RootNamespace>IntegrationEngine.Core.Tests</RootNamespace>
99
<AssemblyName>IntegrationEngine.Core.Tests</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
12+
<RestorePackages>true</RestorePackages>
1113
</PropertyGroup>
1214
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1315
<DebugSymbols>true</DebugSymbols>
@@ -72,10 +74,16 @@
7274
</ProjectReference>
7375
</ItemGroup>
7476
<ItemGroup>
75-
<Folder Include="Storage\" />
76-
<Folder Include="Mail\" />
77+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
7778
</ItemGroup>
7879
<ItemGroup>
7980
<None Include="packages.config" />
8081
</ItemGroup>
82+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
83+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
84+
<PropertyGroup>
85+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
86+
</PropertyGroup>
87+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
88+
</Target>
8189
</Project>

IntegrationEngine.Core/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<dependency >
2+
<package>
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>

IntegrationEngine.Model/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<package >
2+
<package>
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>

IntegrationEngine/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<dependency >
2+
<package >
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>

0 commit comments

Comments
 (0)