Browse Source

update samples/CodonCreation

pull/297/head
Siegfried Pammer 11 years ago
parent
commit
29885765d0
  1. 3
      samples/CodonCreation/CodonCreation.csproj
  2. 6
      samples/CodonCreation/CodonCreation.sln

3
samples/CodonCreation/CodonCreation.csproj

@ -16,7 +16,8 @@ @@ -16,7 +16,8 @@
<FileAlignment>4096</FileAlignment>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\AddIns\Samples\CodonCreation</OutputPath>

6
samples/CodonCreation/CodonCreation.sln

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# SharpDevelop 4.0.0.5571
# SharpDevelop 5.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodonCreation", "CodonCreation.csproj", "{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}"
EndProject
Global
@ -10,9 +10,9 @@ Global @@ -10,9 +10,9 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}.Release|Any CPU.Build.0 = Release|Any CPU
{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F60D18F4-D293-43FE-8FE2-A2CE565B3AB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

Loading…
Cancel
Save