comparison IBBoard.WarFoundry.Forge.WinForms.csproj @ 0:91b5550eff31

Initial Commit.
author Tsudico
date Tue, 07 Dec 2010 20:06:17 -0600
parents
children 2f52da2e7605
comparison
equal deleted inserted replaced
-1:000000000000 0:91b5550eff31
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.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{6514C63D-501E-47AF-BC64-9828A33852DF}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.Forge.WinForms</RootNamespace>
12 <AssemblyName>IBBoard.WarFoundry.Forge.WinForms</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="IBBoard, Version=1.0.3991.26028, Culture=neutral, processorArchitecture=MSIL" />
35 <Reference Include="IBBoard.WarFoundry.API, Version=0.1.0.26540, Culture=neutral, processorArchitecture=MSIL" />
36 <Reference Include="IBBoardWF, Version=1.0.0.26626, Culture=neutral, processorArchitecture=MSIL" />
37 <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, processorArchitecture=MSIL" />
38 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" />
39 <Reference Include="System" />
40 <Reference Include="System.Data" />
41 <Reference Include="System.Deployment" />
42 <Reference Include="System.Drawing" />
43 <Reference Include="System.Windows.Forms" />
44 <Reference Include="System.Xml" />
45 </ItemGroup>
46 <ItemGroup>
47 <Compile Include="FrmAbout.cs">
48 <SubType>Form</SubType>
49 </Compile>
50 <Compile Include="FrmAbout.Designer.cs">
51 <DependentUpon>FrmAbout.cs</DependentUpon>
52 </Compile>
53 <Compile Include="FrmMain.cs">
54 <SubType>Form</SubType>
55 </Compile>
56 <Compile Include="FrmSystem.cs">
57 <SubType>Form</SubType>
58 </Compile>
59 <Compile Include="FrmSystem.Designer.cs">
60 <DependentUpon>FrmSystem.cs</DependentUpon>
61 </Compile>
62 <Compile Include="Properties\AssemblyInfo.cs" />
63 <EmbeddedResource Include="FrmMain.resx">
64 <DependentUpon>FrmMain.cs</DependentUpon>
65 <SubType>Designer</SubType>
66 </EmbeddedResource>
67 <EmbeddedResource Include="FrmSystem.resx">
68 <DependentUpon>FrmSystem.cs</DependentUpon>
69 <SubType>Designer</SubType>
70 </EmbeddedResource>
71 <EmbeddedResource Include="Properties\Resources.resx">
72 <Generator>ResXFileCodeGenerator</Generator>
73 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
74 <SubType>Designer</SubType>
75 </EmbeddedResource>
76 <Compile Include="Properties\Resources.Designer.cs">
77 <AutoGen>True</AutoGen>
78 <DependentUpon>Resources.resx</DependentUpon>
79 </Compile>
80 <None Include="Properties\Settings.settings">
81 <Generator>SettingsSingleFileGenerator</Generator>
82 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
83 </None>
84 <Compile Include="Properties\Settings.Designer.cs">
85 <AutoGen>True</AutoGen>
86 <DependentUpon>Settings.settings</DependentUpon>
87 <DesignTimeSharedInput>True</DesignTimeSharedInput>
88 </Compile>
89 </ItemGroup>
90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92 Other similar extension points exist, see Microsoft.Common.targets.
93 <Target Name="BeforeBuild">
94 </Target>
95 <Target Name="AfterBuild">
96 </Target>
97 -->
98 </Project>