summaryrefslogtreecommitdiff
path: root/kurier/kurier.csproj
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-10-13 16:21:47 +0200
committeremkael <emkael@tlen.pl>2018-10-13 16:21:47 +0200
commit4124fe10885602ec58b8f7b3ec46e96c7301cc4f (patch)
tree1e834c0af82b2f77447d84b4d16b0c3beb319238 /kurier/kurier.csproj
parent53478f1d562055b4e55e684caadf9defc3ee9689 (diff)
...and back to .NET 3.5
Diffstat (limited to 'kurier/kurier.csproj')
-rw-r--r--kurier/kurier.csproj13
1 files changed, 7 insertions, 6 deletions
diff --git a/kurier/kurier.csproj b/kurier/kurier.csproj
index 0292560..94ba39b 100644
--- a/kurier/kurier.csproj
+++ b/kurier/kurier.csproj
@@ -10,8 +10,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>kurier</RootNamespace>
<AssemblyName>kurier</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile>
+ </TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
@@ -58,9 +59,6 @@
<HintPath>..\res\MySqlBackup.dll</HintPath>
</Reference>
<Reference Include="System" />
- <Reference Include="System">
- <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll</HintPath>
- </Reference>
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
@@ -93,7 +91,10 @@
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
- <None Include="app.config" />
+ <None Include="app.config">
+ <SubType>Designer</SubType>
+ </None>
+ <None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>