Skip to content

Commit

Permalink
Upgraded the WinForms sample to .NET 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwassen committed Feb 18, 2016
1 parent 46a7e67 commit e32e31f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Samples/WinFormsSampleApp/Properties/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 Samples/WinFormsSampleApp/Properties/Settings.Designer.cs

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

15 changes: 8 additions & 7 deletions Samples/WinFormsSampleApp/WinFormsSampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WinFormsSampleApp</RootNamespace>
<AssemblyName>WinFormsSampleApp</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand All @@ -31,6 +31,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -97,12 +98,6 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\NAppUpdate.Framework\NAppUpdate.Framework.csproj">
<Project>{5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}</Project>
<Name>NAppUpdate.Framework</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="SampleUpdateFeed.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -126,6 +121,12 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\NAppUpdate.Framework\NAppUpdate.Framework.csproj">
<Project>{5c07ebdf-d43f-4be9-b560-d7a443c0edce}</Project>
<Name>NAppUpdate.Framework</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion Samples/WinFormsSampleApp/app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup/></configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

0 comments on commit e32e31f

Please sign in to comment.