201 lines
9.0 KiB
XML
201 lines
9.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{4C8891C6-24A7-47D8-8AAD-CEF2243A6202}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DBConfiguration</RootNamespace>
|
|
<AssemblyName>DBConfiguration</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>
|
|
</SccProjectName>
|
|
<SccLocalPath>
|
|
</SccLocalPath>
|
|
<SccAuxPath>
|
|
</SccAuxPath>
|
|
<SccProvider>
|
|
</SccProvider>
|
|
<TargetFrameworkProfile />
|
|
<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>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</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>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<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>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</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>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<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>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.SQLite">
|
|
<HintPath>..\..\..\..\Common\DTS.Common\lib\System.Data.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CommonUtilities.cs" />
|
|
<Compile Include="DBTypeChoice.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DBTypeChoice.Designer.cs">
|
|
<DependentUpon>DBTypeChoice.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DBConfig.cs" />
|
|
<Compile Include="MigrationStatus.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="DBTypeChoice.resx">
|
|
<DependentUpon>DBTypeChoice.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\Common\DTS.Common.Storage\DTS.Common.Storage.csproj">
|
|
<Project>{e3be457c-0ac7-4a9c-bc81-eafeb3217878}</Project>
|
|
<Name>DTS.Common.Storage</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\..\Common\DTS.Common.Utilities\DTS.Common.Utilities.csproj">
|
|
<Project>{d6da1b74-c711-43c2-91b1-1908a8d04dbf}</Project>
|
|
<Name>DTS.Common.Utilities</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\..\Common\DTS.Common\DTS.Common.csproj">
|
|
<Project>{f7a0804f-61a4-40ae-83d0-f1137622b592}</Project>
|
|
<Name>DTS.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\DatabaseImporter\ConfigToDb\ConfigToDb.csproj">
|
|
<Project>{98a0afb3-7bbf-4e43-8c5b-552d69c8d3a9}</Project>
|
|
<Name>ConfigToDb</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\DatabaseImporter\DatabaseImport\DatabaseImport.csproj">
|
|
<Project>{00b5442e-2279-47ae-8015-6db0ffeb6d88}</Project>
|
|
<Name>DatabaseImport</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PreviousDBVersions\Version57\DatabaseExport\DatabaseExport.csproj">
|
|
<Project>{0e52df76-b8a7-4c69-981c-cdc27b7ee5a9}</Project>
|
|
<Name>DatabaseExport</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Common\Installer.Common.csproj">
|
|
<Project>{7a025307-d06e-48ff-a443-dcd16530a6dd}</Project>
|
|
<Name>Installer.Common</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and 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>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>if not exist "db" mkdir "db"
|
|
copy /y "$(SolutionDir)\..\Common\DTS.Common.Storage\DataPRO.mdf" "db\DataPROBlank.mdf"
|
|
copy /y "$(SolutionDir)\..\Common\DTS.Common.Storage\DataPRO_log.ldf" "db\DataPROBlank_log.ldf"
|
|
call $(SolutionDir)RobocopyWrapper.bat "$(SolutionDir)\..\Common\DTS.Common.Storage" "db" "mdf"
|
|
call $(SolutionDir)RobocopyWrapper.bat "$(SolutionDir)\..\Common\DTS.Common.Storage" "db" "ldf"
|
|
if not exist "ISO" mkdir "ISO"
|
|
call $(SolutionDir)RobocopyWrapper.bat "$(SolutionDir)\..\Common\DTS.Common.ISO\DBFiles" "ISO" "mdb"
|
|
if not exist "SQL Server Scripts" mkdir "SQL Server Scripts"
|
|
call $(SolutionDir)RobocopyWrapper.bat "$(SolutionDir)\..\Common\DTS.Common.Storage" "SQL Server Scripts" "sql"
|
|
call $(SolutionDir)RobocopyWrapper.bat "$(SolutionDir)\..\Common\DTS.Common.Storage" "SQL Server Scripts" "bat"
|
|
copy /y "$(SolutionDir)\..\DataPRO\SQLiteInterop\$(Platform)\SQLite.Interop.dll"
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |