|
@@ -12,6 +12,21 @@
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
+ <PublishUrl>publish\</PublishUrl>
|
|
|
+ <Install>true</Install>
|
|
|
+ <InstallFrom>Disk</InstallFrom>
|
|
|
+ <UpdateEnabled>false</UpdateEnabled>
|
|
|
+ <UpdateMode>Foreground</UpdateMode>
|
|
|
+ <UpdateInterval>7</UpdateInterval>
|
|
|
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
+ <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
+ <UpdateRequired>false</UpdateRequired>
|
|
|
+ <MapFileExtensions>true</MapFileExtensions>
|
|
|
+ <ApplicationRevision>0</ApplicationRevision>
|
|
|
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -50,5 +65,27 @@
|
|
|
<ItemGroup>
|
|
|
<None Include="App.config" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup />
|
|
|
+ <ItemGroup>
|
|
|
+ <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>Microsoft .NET Framework 4.7.2 %28x86 и x64%29</ProductName>
|
|
|
+ <Install>true</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="БД\Список пользователей.ldf">
|
|
|
+ <DependentUpon>Список пользователей.mdf</DependentUpon>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="БД\Список пользователей.mdf">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|