|
|
|
@ -9,9 +9,10 @@
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Code_Blue_Calls</RootNamespace>
|
|
|
|
|
<AssemblyName>Code Blue Calls</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
@ -30,12 +31,42 @@
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</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>
|
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="CalloutInterface">
|
|
|
|
|
<HintPath>..\..\..\Documents\References\CalloutInterface.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="CalloutInterfaceAPI">
|
|
|
|
|
<HintPath>..\..\..\Documents\References\CalloutInterfaceAPI.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LSPD First Response">
|
|
|
|
|
<HintPath>..\References\LSPD First Response.dll</HintPath>
|
|
|
|
|
<HintPath>..\..\..\Documents\References\LSPD First Response.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="RAGENativeUI">
|
|
|
|
|
<HintPath>..\..\..\Documents\References\RAGENativeUI.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="RagePluginHookSDK">
|
|
|
|
|
<HintPath>..\References\RagePluginHookSDK.dll</HintPath>
|
|
|
|
|
<HintPath>..\..\..\Documents\References\RagePluginHookSDK.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="StopThePed">
|
|
|
|
|
<HintPath>..\..\..\Documents\References\StopThePed.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
@ -46,9 +77,12 @@
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="UltimateBackup">
|
|
|
|
|
<HintPath>..\..\..\Documents\References\UltimateBackup.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Callouts\DomesticViolence.cs" />
|
|
|
|
|
<Compile Include="Callouts\Test.cs" />
|
|
|
|
|
<Compile Include="IniFile.cs" />
|
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|