Browse Source

update samples/CodonCreation

pull/297/head
Siegfried Pammer 12 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 @@
<FileAlignment>4096</FileAlignment> <FileAlignment>4096</FileAlignment>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\AddIns\Samples\CodonCreation</OutputPath> <OutputPath>..\..\AddIns\Samples\CodonCreation</OutputPath>

6
samples/CodonCreation/CodonCreation.sln

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

Loading…
Cancel
Save