diff options
Diffstat (limited to 'kurier/kurier.csproj')
-rw-r--r-- | kurier/kurier.csproj | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/kurier/kurier.csproj b/kurier/kurier.csproj index a6caf88..62697dd 100644 --- a/kurier/kurier.csproj +++ b/kurier/kurier.csproj @@ -10,9 +10,8 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>kurier</RootNamespace> <AssemblyName>kurier</AssemblyName> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> - <TargetFrameworkProfile> - </TargetFrameworkProfile> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkProfile>Client</TargetFrameworkProfile> <FileAlignment>512</FileAlignment> <PublishUrl>publish\</PublishUrl> <Install>true</Install> @@ -50,9 +49,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\res\MySql.Data.dll</HintPath> + <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> + <Reference Include="System"> + <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll</HintPath> </Reference> <Reference Include="MySqlBackup"> <HintPath>..\res\MySqlBackup.dll</HintPath> |