|
|
@ -14,6 +14,7 @@ |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
<Deterministic>true</Deterministic> |
|
|
<Deterministic>true</Deterministic> |
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
<Install>true</Install> |
|
|
<Install>true</Install> |
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
@ -26,7 +27,6 @@ |
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
@ -56,6 +56,49 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<ApplicationIcon>sunlight_logo.ico</ApplicationIcon> |
|
|
<ApplicationIcon>sunlight_logo.ico</ApplicationIcon> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath> |
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath> |
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath> |
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath> |
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<StartupObject>formula_manage.App</StartupObject> |
|
|
|
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="CommonServiceLocator, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
|
|
<Reference Include="CommonServiceLocator, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
|
|
<HintPath>packages\CommonServiceLocator.2.0.2\lib\net45\CommonServiceLocator.dll</HintPath> |
|
|
<HintPath>packages\CommonServiceLocator.2.0.2\lib\net45\CommonServiceLocator.dll</HintPath> |
|
|
|