|
|
|
@ -12,10 +12,11 @@ |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
|
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects> |
|
|
|
<Deterministic>true</Deterministic> |
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
|
<TargetFrameworkProfile /> |
|
|
|
<PublishUrl>C:\Users\24018\Desktop\</PublishUrl> |
|
|
|
<Install>true</Install> |
|
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
|
<UpdateEnabled>false</UpdateEnabled> |
|
|
|
@ -25,14 +26,14 @@ |
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
|
<ApplicationRevision>1</ApplicationRevision> |
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
<TargetFrameworkProfile /> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
@ -40,7 +41,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
@ -52,7 +53,7 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<SignManifests>false</SignManifests> |
|
|
|
<SignManifests>true</SignManifests> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ApplicationIcon>sunlight_logo.ico</ApplicationIcon> |
|
|
|
@ -100,6 +101,15 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<StartupObject>formula_manage.App</StartupObject> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ManifestCertificateThumbprint>1C3E0723F5447A112A6B4FFA5E891F5D2074F15B</ManifestCertificateThumbprint> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ManifestKeyFile>formula_manage_TemporaryKey.pfx</ManifestKeyFile> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<GenerateManifests>true</GenerateManifests> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Accessibility" /> |
|
|
|
<Reference Include="CommonServiceLocator, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
|
|
|
@ -344,6 +354,7 @@ |
|
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
|
</EmbeddedResource> |
|
|
|
<None Include="formula_manage_TemporaryKey.pfx" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
<None Include="Properties\Settings.settings"> |
|
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
|
|