github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/updater/windows/WpfPrompter/WpfApplication1/WpfPropmpterApp.csproj (about) 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 4 <PropertyGroup> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <ProjectGuid>{B15C3D30-4A9E-4524-8079-4B0ADF6D05B7}</ProjectGuid> 8 <OutputType>WinExe</OutputType> 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>WpfPrompterApp</RootNamespace> 11 <AssemblyName>prompter</AssemblyName> 12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <FileAlignment>512</FileAlignment> 14 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 15 <WarningLevel>4</WarningLevel> 16 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 17 <TargetFrameworkProfile> 18 </TargetFrameworkProfile> 19 </PropertyGroup> 20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 21 <PlatformTarget>AnyCPU</PlatformTarget> 22 <DebugSymbols>true</DebugSymbols> 23 <DebugType>full</DebugType> 24 <Optimize>false</Optimize> 25 <OutputPath>bin\Debug\</OutputPath> 26 <DefineConstants>DEBUG;TRACE</DefineConstants> 27 <ErrorReport>prompt</ErrorReport> 28 <WarningLevel>4</WarningLevel> 29 </PropertyGroup> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 31 <PlatformTarget>AnyCPU</PlatformTarget> 32 <DebugType>pdbonly</DebugType> 33 <Optimize>true</Optimize> 34 <OutputPath>bin\Release\</OutputPath> 35 <DefineConstants>TRACE</DefineConstants> 36 <ErrorReport>prompt</ErrorReport> 37 <WarningLevel>4</WarningLevel> 38 </PropertyGroup> 39 <PropertyGroup> 40 <ApplicationIcon>Resources\keybase.ico</ApplicationIcon> 41 </PropertyGroup> 42 <ItemGroup> 43 <Reference Include="System" /> 44 <Reference Include="System.Data" /> 45 <Reference Include="System.Drawing" /> 46 <Reference Include="System.Web.Extensions" /> 47 <Reference Include="System.Xml" /> 48 <Reference Include="Microsoft.CSharp" /> 49 <Reference Include="System.Core" /> 50 <Reference Include="System.Xml.Linq" /> 51 <Reference Include="System.Data.DataSetExtensions" /> 52 <Reference Include="System.Net.Http" /> 53 <Reference Include="System.Xaml"> 54 <RequiredTargetFramework>4.0</RequiredTargetFramework> 55 </Reference> 56 <Reference Include="WindowsBase" /> 57 <Reference Include="PresentationCore" /> 58 <Reference Include="PresentationFramework" /> 59 </ItemGroup> 60 <ItemGroup> 61 <ApplicationDefinition Include="App.xaml"> 62 <Generator>MSBuild:Compile</Generator> 63 <SubType>Designer</SubType> 64 </ApplicationDefinition> 65 <Page Include="MainWindow.xaml"> 66 <Generator>MSBuild:Compile</Generator> 67 <SubType>Designer</SubType> 68 </Page> 69 <Compile Include="App.xaml.cs"> 70 <DependentUpon>App.xaml</DependentUpon> 71 <SubType>Code</SubType> 72 </Compile> 73 <Compile Include="MainWindow.xaml.cs"> 74 <DependentUpon>MainWindow.xaml</DependentUpon> 75 <SubType>Code</SubType> 76 </Compile> 77 </ItemGroup> 78 <ItemGroup> 79 <Compile Include="Properties\AssemblyInfo.cs"> 80 <SubType>Code</SubType> 81 </Compile> 82 <Compile Include="Properties\Resources.Designer.cs"> 83 <AutoGen>True</AutoGen> 84 <DesignTime>True</DesignTime> 85 <DependentUpon>Resources.resx</DependentUpon> 86 </Compile> 87 <Compile Include="Properties\Settings.Designer.cs"> 88 <AutoGen>True</AutoGen> 89 <DependentUpon>Settings.settings</DependentUpon> 90 <DesignTimeSharedInput>True</DesignTimeSharedInput> 91 </Compile> 92 <EmbeddedResource Include="Properties\Resources.resx"> 93 <Generator>ResXFileCodeGenerator</Generator> 94 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 95 </EmbeddedResource> 96 <None Include="ClassDiagram1.cd" /> 97 <None Include="ClassDiagram2.cd" /> 98 <None Include="Properties\Settings.settings"> 99 <Generator>SettingsSingleFileGenerator</Generator> 100 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 101 </None> 102 <AppDesigner Include="Properties\" /> 103 </ItemGroup> 104 <ItemGroup> 105 <None Include="App.config" /> 106 </ItemGroup> 107 <ItemGroup> 108 <Resource Include="Resources\keybase.ico" /> 109 </ItemGroup> 110 <ItemGroup> 111 <Resource Include="Resources\icon_128x128.png" /> 112 </ItemGroup> 113 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 114 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 115 Other similar extension points exist, see Microsoft.Common.targets. 116 <Target Name="BeforeBuild"> 117 </Target> 118 <Target Name="AfterBuild"> 119 </Target> 120 --> 121 </Project>