[longomatch] Embed the json resource
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Embed the json resource
- Date: Thu, 23 Apr 2015 15:19:37 +0000 (UTC)
commit 55028b6ff60b15bee3567f0ae2120decafcaa1d1
Author: Jorge Zapata <jorgeluis zapata gmail com>
Date: Fri Apr 17 12:27:35 2015 +0200
Embed the json resource
Tests/Tests.csproj | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index c4adb0a..63dfdc3 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -8,7 +8,7 @@
<RootNamespace>Tests</RootNamespace>
<AssemblyName>Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <ProductVersion>10.0.0</ProductVersion>
+ <ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -31,8 +31,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="nunit.framework" />
- <Reference Include="Moq" />
+ <Reference Include="nunit.framework">
+ <Package>nunit</Package>
+ </Reference>
+ <Reference Include="Moq">
+ <Package>moq</Package>
+ </Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6">
<Package>newtonsoft-json</Package>
</Reference>
@@ -106,6 +110,9 @@
<EmbeddedResource Include="Core\dibujo.svg">
<LogicalName>dibujo.svg</LogicalName>
</EmbeddedResource>
+ <EmbeddedResource Include="Services\latest-test.json">
+ <LogicalName>latest-test.json</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="Core\Store\" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]