|
|
@@ -21,7 +21,8 @@ |
|
|
|
<UpgradeBackupLocation>
|
|
|
|
</UpgradeBackupLocation>
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
<Install>true</Install>
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
@@ -45,6 +46,7 @@ |
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
@@ -54,15 +56,13 @@ |
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
|
|
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="3rd\QRCodeCS.cs" />
|
|
|
|