Mercurial > defical
comparison defical-sharp/defical-gui/defical-gui.csproj @ 0:ebed2bd0d300
Initial import from svn. History be damned.
| author | Edho P. Arief <me@myconan.net> |
|---|---|
| date | Fri, 02 Apr 2010 23:11:57 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ebed2bd0d300 |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 3 <PropertyGroup> | |
| 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| 6 <ProductVersion>9.0.30729</ProductVersion> | |
| 7 <SchemaVersion>2.0</SchemaVersion> | |
| 8 <ProjectGuid>{33E73676-4A64-4E0D-A2A1-6FBFB05829EF}</ProjectGuid> | |
| 9 <OutputType>WinExe</OutputType> | |
| 10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
| 11 <RootNamespace>defical_gui</RootNamespace> | |
| 12 <AssemblyName>Defical</AssemblyName> | |
| 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
| 14 <FileAlignment>512</FileAlignment> | |
| 15 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |
| 16 <WarningLevel>4</WarningLevel> | |
| 17 <ApplicationIcon>Resources\applications-system.ico</ApplicationIcon> | |
| 18 <IsWebBootstrapper>false</IsWebBootstrapper> | |
| 19 <ManifestCertificateThumbprint>58F4E9645D00E5E66F1920261DF55F6BDD8E596B</ManifestCertificateThumbprint> | |
| 20 <ManifestKeyFile>defical-gui_TemporaryKey.pfx</ManifestKeyFile> | |
| 21 <GenerateManifests>true</GenerateManifests> | |
| 22 <SignManifests>true</SignManifests> | |
| 23 <PublishUrl>publish\</PublishUrl> | |
| 24 <Install>true</Install> | |
| 25 <InstallFrom>Disk</InstallFrom> | |
| 26 <UpdateEnabled>false</UpdateEnabled> | |
| 27 <UpdateMode>Foreground</UpdateMode> | |
| 28 <UpdateInterval>7</UpdateInterval> | |
| 29 <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
| 30 <UpdatePeriodically>false</UpdatePeriodically> | |
| 31 <UpdateRequired>false</UpdateRequired> | |
| 32 <MapFileExtensions>true</MapFileExtensions> | |
| 33 <ApplicationRevision>0</ApplicationRevision> | |
| 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
| 35 <UseApplicationTrust>false</UseApplicationTrust> | |
| 36 <PublishWizardCompleted>true</PublishWizardCompleted> | |
| 37 <BootstrapperEnabled>true</BootstrapperEnabled> | |
| 38 </PropertyGroup> | |
| 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| 40 <DebugSymbols>true</DebugSymbols> | |
| 41 <DebugType>full</DebugType> | |
| 42 <Optimize>false</Optimize> | |
| 43 <OutputPath>bin\Debug\</OutputPath> | |
| 44 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
| 45 <ErrorReport>prompt</ErrorReport> | |
| 46 <WarningLevel>4</WarningLevel> | |
| 47 </PropertyGroup> | |
| 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| 49 <DebugType>pdbonly</DebugType> | |
| 50 <Optimize>true</Optimize> | |
| 51 <OutputPath>bin\Release\</OutputPath> | |
| 52 <DefineConstants>TRACE</DefineConstants> | |
| 53 <ErrorReport>prompt</ErrorReport> | |
| 54 <WarningLevel>4</WarningLevel> | |
| 55 </PropertyGroup> | |
| 56 <ItemGroup> | |
| 57 <Reference Include="System" /> | |
| 58 <Reference Include="System.Core"> | |
| 59 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
| 60 </Reference> | |
| 61 <Reference Include="System.Drawing" /> | |
| 62 <Reference Include="System.Windows.Forms" /> | |
| 63 <Reference Include="System.Xml.Linq"> | |
| 64 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
| 65 </Reference> | |
| 66 <Reference Include="System.Data.DataSetExtensions"> | |
| 67 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
| 68 </Reference> | |
| 69 <Reference Include="System.Data" /> | |
| 70 <Reference Include="System.Xml" /> | |
| 71 <Reference Include="UIAutomationProvider"> | |
| 72 <RequiredTargetFramework>3.0</RequiredTargetFramework> | |
| 73 </Reference> | |
| 74 <Reference Include="WindowsBase"> | |
| 75 <RequiredTargetFramework>3.0</RequiredTargetFramework> | |
| 76 </Reference> | |
| 77 <Reference Include="PresentationCore"> | |
| 78 <RequiredTargetFramework>3.0</RequiredTargetFramework> | |
| 79 </Reference> | |
| 80 <Reference Include="PresentationFramework"> | |
| 81 <RequiredTargetFramework>3.0</RequiredTargetFramework> | |
| 82 </Reference> | |
| 83 </ItemGroup> | |
| 84 <ItemGroup> | |
| 85 <ApplicationDefinition Include="App.xaml"> | |
| 86 <Generator>MSBuild:Compile</Generator> | |
| 87 <SubType>Designer</SubType> | |
| 88 </ApplicationDefinition> | |
| 89 <Page Include="main.xaml"> | |
| 90 <Generator>MSBuild:Compile</Generator> | |
| 91 <SubType>Designer</SubType> | |
| 92 </Page> | |
| 93 <Compile Include="App.xaml.cs"> | |
| 94 <DependentUpon>App.xaml</DependentUpon> | |
| 95 <SubType>Code</SubType> | |
| 96 </Compile> | |
| 97 <Compile Include="main.xaml.cs"> | |
| 98 <DependentUpon>main.xaml</DependentUpon> | |
| 99 <SubType>Code</SubType> | |
| 100 </Compile> | |
| 101 </ItemGroup> | |
| 102 <ItemGroup> | |
| 103 <Compile Include="globals.cs" /> | |
| 104 <Compile Include="Properties\AssemblyInfo.cs"> | |
| 105 <SubType>Code</SubType> | |
| 106 </Compile> | |
| 107 <Compile Include="Properties\Resources.Designer.cs"> | |
| 108 <AutoGen>True</AutoGen> | |
| 109 <DesignTime>True</DesignTime> | |
| 110 <DependentUpon>Resources.resx</DependentUpon> | |
| 111 </Compile> | |
| 112 <Compile Include="Properties\Settings.Designer.cs"> | |
| 113 <AutoGen>True</AutoGen> | |
| 114 <DependentUpon>Settings.settings</DependentUpon> | |
| 115 <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
| 116 </Compile> | |
| 117 <Compile Include="threader.cs" /> | |
| 118 <EmbeddedResource Include="Properties\Resources.resx"> | |
| 119 <Generator>ResXFileCodeGenerator</Generator> | |
| 120 <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
| 121 </EmbeddedResource> | |
| 122 <None Include="Properties\Settings.settings"> | |
| 123 <Generator>SettingsSingleFileGenerator</Generator> | |
| 124 <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
| 125 </None> | |
| 126 <AppDesigner Include="Properties\" /> | |
| 127 </ItemGroup> | |
| 128 <ItemGroup> | |
| 129 <ProjectReference Include="..\libbacktrack\libbacktrack.csproj"> | |
| 130 <Project>{3E6EC10D-A9CE-4542-9931-D004955771F7}</Project> | |
| 131 <Name>libbacktrack</Name> | |
| 132 </ProjectReference> | |
| 133 </ItemGroup> | |
| 134 <ItemGroup> | |
| 135 <None Include="Resources\applications-system.ico" /> | |
| 136 </ItemGroup> | |
| 137 <ItemGroup> | |
| 138 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
| 139 <Visible>False</Visible> | |
| 140 <ProductName>.NET Framework Client Profile</ProductName> | |
| 141 <Install>false</Install> | |
| 142 </BootstrapperPackage> | |
| 143 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |
| 144 <Visible>False</Visible> | |
| 145 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |
| 146 <Install>false</Install> | |
| 147 </BootstrapperPackage> | |
| 148 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |
| 149 <Visible>False</Visible> | |
| 150 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |
| 151 <Install>false</Install> | |
| 152 </BootstrapperPackage> | |
| 153 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |
| 154 <Visible>False</Visible> | |
| 155 <ProductName>.NET Framework 3.5</ProductName> | |
| 156 <Install>false</Install> | |
| 157 </BootstrapperPackage> | |
| 158 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
| 159 <Visible>False</Visible> | |
| 160 <ProductName>.NET Framework 3.5 SP1</ProductName> | |
| 161 <Install>true</Install> | |
| 162 </BootstrapperPackage> | |
| 163 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | |
| 164 <Visible>False</Visible> | |
| 165 <ProductName>Windows Installer 3.1</ProductName> | |
| 166 <Install>true</Install> | |
| 167 </BootstrapperPackage> | |
| 168 </ItemGroup> | |
| 169 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
| 170 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
| 171 Other similar extension points exist, see Microsoft.Common.targets. | |
| 172 <Target Name="BeforeBuild"> | |
| 173 </Target> | |
| 174 <Target Name="AfterBuild"> | |
| 175 </Target> | |
| 176 --> | |
| 177 </Project> |
