tidstagning/Tidstagning/Tidstagning.csproj

186 lines
7.2 KiB
XML
Raw Normal View History

2020-04-21 15:47:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-08-06 15:31:10 +00:00
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2020-04-21 15:47:38 +00:00
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{DFE0844B-9986-4623-8188-7F4A828FBB02}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tidstagning</RootNamespace>
<AssemblyName>Tidstagning</AssemblyName>
2020-08-06 15:31:10 +00:00
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
2020-04-21 15:47:38 +00:00
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\Users\JCT\Documents\Tidstagning\</PublishUrl>
2020-04-21 15:47:38 +00:00
<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>false</MapFileExtensions>
<ProductName>Tidstagning</ProductName>
<PublisherName>LEAX</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
2021-07-17 13:06:25 +00:00
<ApplicationRevision>27</ApplicationRevision>
<ApplicationVersion>1.1.2.%2a</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
2020-04-21 15:47:38 +00:00
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
2020-04-21 15:47:38 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2020-08-22 12:03:59 +00:00
<PlatformTarget>AnyCPU</PlatformTarget>
2020-04-21 15:47:38 +00:00
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
2020-04-21 15:47:38 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
2020-04-21 15:47:38 +00:00
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2020-08-06 15:31:10 +00:00
<Prefer32Bit>false</Prefer32Bit>
2020-04-21 15:47:38 +00:00
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>86AFBD08924E61031114EAB5B6DF6585A43E2B5F</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>Tidstagning_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
2021-07-17 13:06:25 +00:00
<GenerateManifests>true</GenerateManifests>
2020-04-21 15:47:38 +00:00
</PropertyGroup>
<PropertyGroup>
2020-08-22 12:03:59 +00:00
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
2021-06-21 18:15:01 +00:00
<PropertyGroup />
<PropertyGroup>
<TargetZone>Custom</TargetZone>
2020-04-21 15:47:38 +00:00
</PropertyGroup>
2021-07-03 20:11:25 +00:00
<PropertyGroup />
2021-07-03 20:19:16 +00:00
<PropertyGroup />
<PropertyGroup />
2020-04-21 15:47:38 +00:00
<ItemGroup>
2021-07-03 22:04:53 +00:00
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
2020-04-21 15:47:38 +00:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
2021-07-03 22:04:53 +00:00
<Reference Include="System.Xaml" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
2020-04-21 15:47:38 +00:00
</ItemGroup>
<ItemGroup>
<Compile Include="AboutBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutBox.Designer.cs">
<DependentUpon>AboutBox.cs</DependentUpon>
</Compile>
2021-07-03 22:04:53 +00:00
<Compile Include="ConfigUI.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ConfigUI.Designer.cs">
<DependentUpon>ConfigUI.cs</DependentUpon>
</Compile>
2020-04-21 15:47:38 +00:00
<Compile Include="Entry.cs" />
2021-07-03 22:04:53 +00:00
<Compile Include="MainUI.cs">
2020-04-21 15:47:38 +00:00
<SubType>Form</SubType>
</Compile>
2021-07-03 22:04:53 +00:00
<Compile Include="MainUI.Designer.cs">
<DependentUpon>MainUI.cs</DependentUpon>
2020-04-21 15:47:38 +00:00
</Compile>
<Compile Include="Procedure.cs" />
2020-04-21 15:47:38 +00:00
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Relay.cs" />
<Compile Include="ResultList.cs" />
<Compile Include="Settings.cs" />
<EmbeddedResource Include="AboutBox.resx">
<DependentUpon>AboutBox.cs</DependentUpon>
</EmbeddedResource>
2021-07-03 22:04:53 +00:00
<EmbeddedResource Include="ConfigUI.resx">
<DependentUpon>ConfigUI.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainUI.resx">
<DependentUpon>MainUI.cs</DependentUpon>
2020-04-21 15:47:38 +00:00
</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="app.config" />
<None Include="Properties\app.manifest" />
2020-04-21 15:47:38 +00: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>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
<Content Include="Deltager.txt" />
</ItemGroup>
2020-04-21 15:47:38 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>