OWtrack/OWTrack/OWTrack.csproj

164 lines
6.8 KiB
XML
Raw Permalink Normal View History

2018-07-13 03:24:05 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{299A3198-B25D-4E4F-901D-A2F8A02C6993}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>OWTrack</RootNamespace>
<AssemblyName>OWTrack</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2018-08-16 07:34:30 +02:00
<IsWebBootstrapper>false</IsWebBootstrapper>
2018-07-13 04:40:45 +02:00
<PublishUrl>publish\</PublishUrl>
2018-09-14 13:53:54 +02:00
<Install>false</Install>
2018-07-13 04:40:45 +02:00
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
2018-09-04 21:46:50 +02:00
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.3.0.%2a</ApplicationVersion>
2018-07-13 04:40:45 +02:00
<UseApplicationTrust>false</UseApplicationTrust>
2018-08-16 07:34:30 +02:00
<PublishWizardCompleted>true</PublishWizardCompleted>
2018-07-13 04:40:45 +02:00
<BootstrapperEnabled>true</BootstrapperEnabled>
2018-07-13 03:24:05 +02:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
2018-07-13 03:57:29 +02:00
<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>
2018-07-13 04:40:45 +02:00
<Optimize>false</Optimize>
2018-07-13 03:57:29 +02:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
2018-07-13 04:40:45 +02:00
<Optimize>false</Optimize>
2018-07-13 03:57:29 +02:00
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
2018-08-16 07:34:30 +02:00
<PropertyGroup>
<ManifestCertificateThumbprint>120F37EDC91FF77172D31673046260B265C70C5D</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>OWTrack_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
2018-09-04 19:58:00 +02:00
<GenerateManifests>false</GenerateManifests>
2018-08-16 07:34:30 +02:00
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
2018-09-04 19:58:00 +02:00
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
2018-09-04 21:46:50 +02:00
<PropertyGroup>
2018-09-14 13:56:18 +02:00
<ApplicationIcon>assets\Jeanette-Foshee-Simpsons-11-Rollover-Homer-donut-1.ico</ApplicationIcon>
2018-09-04 21:46:50 +02:00
</PropertyGroup>
2018-07-13 03:24:05 +02:00
<ItemGroup>
2018-12-10 07:23:47 +01:00
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2018-08-11 23:03:42 +02:00
</Reference>
2018-07-13 03:24:05 +02:00
<Reference Include="System" />
<Reference Include="System.Core" />
<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.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2018-09-08 14:12:27 +02:00
<Compile Include="MainForm.cs">
2018-07-13 03:24:05 +02:00
<SubType>Form</SubType>
</Compile>
2018-09-08 14:12:27 +02:00
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
2018-07-13 03:24:05 +02:00
</Compile>
<Compile Include="Paths.cs" />
2018-09-14 14:39:53 +02:00
<Compile Include="saveManeger.cs" />
2018-07-13 03:57:29 +02:00
<Compile Include="Tracker.cs" />
2018-07-13 03:24:05 +02:00
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2018-09-08 14:12:27 +02:00
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
2018-07-13 03:57:29 +02:00
</EmbeddedResource>
2018-07-13 03:24:05 +02:00
<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>
</Compile>
2018-09-04 19:58:00 +02:00
<None Include="app.manifest" />
2018-08-16 07:34:30 +02:00
<None Include="OWTrack_TemporaryKey.pfx" />
2018-08-11 23:03:42 +02:00
<None Include="packages.config" />
2018-07-13 03:24:05 +02:00
<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" />
</ItemGroup>
2018-07-13 04:40:45 +02:00
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6.1 %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>
2018-09-04 21:46:50 +02:00
<ItemGroup>
2018-09-14 13:56:18 +02:00
<Content Include="assets\Jeanette-Foshee-Simpsons-11-Rollover-Homer-donut-1.ico" />
2018-09-04 21:46:50 +02:00
</ItemGroup>
2018-07-13 03:24:05 +02:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>