Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to VS2012 and MF4.2 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion MFUnit.Tests/MFUnit.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4E722DBA-63DF-4062-8A69-F32E33EA921F}</ProjectGuid>
<TargetFrameworkVersion>v4.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.2</TargetFrameworkVersion>
<NetMfTargetsBaseDir Condition="'$(NetMfTargetsBaseDir)'==''">$(MSBuildExtensionsPath32)\Microsoft\.NET Micro Framework\</NetMfTargetsBaseDir>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -40,6 +41,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.SPOT.Graphics" />
<Reference Include="Microsoft.SPOT.Native">
</Reference>
<Reference Include="Microsoft.SPOT.TinyCore" />
Expand Down
8 changes: 4 additions & 4 deletions MFUnit.Tests/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MFUnit.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MFUnit", "MFUnit\MFUnit.csproj", "{EC81132A-FCC6-4294-B60E-B62E4A908C43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MFUnit.Tests", "MFUnit.Tests\MFUnit.Tests.csproj", "{4E722DBA-63DF-4062-8A69-F32E33EA921F}"
Expand Down
3 changes: 2 additions & 1 deletion MFUnit/MFUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{EC81132A-FCC6-4294-B60E-B62E4A908C43}</ProjectGuid>
<TargetFrameworkVersion>v4.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.2</TargetFrameworkVersion>
<NetMfTargetsBaseDir Condition="'$(NetMfTargetsBaseDir)'==''">$(MSBuildExtensionsPath32)\Microsoft\.NET Micro Framework\</NetMfTargetsBaseDir>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion MFUnit/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.