comparison IBBoard.WarFoundry.Forge.WinForms.csproj @ 3:2f52da2e7605

Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
author Tsudico
date Wed, 08 Dec 2010 18:44:10 -0600
parents 91b5550eff31
children 866d0093bb11
comparison
equal deleted inserted replaced
2:51e8cd3be231 3:2f52da2e7605
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{6514C63D-501E-47AF-BC64-9828A33852DF}</ProjectGuid> 8 <ProjectGuid>{6514C63D-501E-47AF-BC64-9828A33852DF}</ProjectGuid>
9 <OutputType>WinExe</OutputType> 9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.Forge.WinForms</RootNamespace> 11 <RootNamespace>IBBoard.WarFoundry.Forge.WinForms</RootNamespace>
12 <AssemblyName>IBBoard.WarFoundry.Forge.WinForms</AssemblyName> 12 <AssemblyName>WarFoundryForge</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <PublishUrl>publish\</PublishUrl>
16 <Install>true</Install>
17 <InstallFrom>Disk</InstallFrom>
18 <UpdateEnabled>false</UpdateEnabled>
19 <UpdateMode>Foreground</UpdateMode>
20 <UpdateInterval>7</UpdateInterval>
21 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 <UpdatePeriodically>false</UpdatePeriodically>
23 <UpdateRequired>false</UpdateRequired>
24 <MapFileExtensions>true</MapFileExtensions>
25 <ApplicationRevision>0</ApplicationRevision>
26 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 <IsWebBootstrapper>false</IsWebBootstrapper>
28 <UseApplicationTrust>false</UseApplicationTrust>
29 <BootstrapperEnabled>true</BootstrapperEnabled>
30 <StartupObject>
31 </StartupObject>
32 <NoWin32Manifest>true</NoWin32Manifest>
15 </PropertyGroup> 33 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols> 35 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 36 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 37 <Optimize>false</Optimize>
29 <DefineConstants>TRACE</DefineConstants> 47 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 48 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 49 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 50 </PropertyGroup>
33 <ItemGroup> 51 <ItemGroup>
34 <Reference Include="IBBoard, Version=1.0.3991.26028, Culture=neutral, processorArchitecture=MSIL" /> 52 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
35 <Reference Include="IBBoard.WarFoundry.API, Version=0.1.0.26540, Culture=neutral, processorArchitecture=MSIL" /> 53 <SpecificVersion>False</SpecificVersion>
36 <Reference Include="IBBoardWF, Version=1.0.0.26626, Culture=neutral, processorArchitecture=MSIL" /> 54 <HintPath>libs\log4net.dll</HintPath>
37 <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, processorArchitecture=MSIL" /> 55 </Reference>
38 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" />
39 <Reference Include="System" /> 56 <Reference Include="System" />
40 <Reference Include="System.Data" /> 57 <Reference Include="System.Data" />
41 <Reference Include="System.Deployment" /> 58 <Reference Include="System.Deployment" />
42 <Reference Include="System.Drawing" /> 59 <Reference Include="System.Drawing" />
43 <Reference Include="System.Windows.Forms" /> 60 <Reference Include="System.Windows.Forms" />
44 <Reference Include="System.Xml" /> 61 <Reference Include="System.Xml" />
45 </ItemGroup> 62 </ItemGroup>
46 <ItemGroup> 63 <ItemGroup>
47 <Compile Include="FrmAbout.cs"> 64 <Compile Include="FrmAbout.cs">
48 <SubType>Form</SubType>
49 </Compile> 65 </Compile>
50 <Compile Include="FrmAbout.Designer.cs"> 66 <Compile Include="FrmAbout.Designer.cs">
51 <DependentUpon>FrmAbout.cs</DependentUpon> 67 <DependentUpon>FrmAbout.cs</DependentUpon>
52 </Compile> 68 </Compile>
53 <Compile Include="FrmMain.cs"> 69 <Compile Include="FrmMain.cs">
79 </Compile> 95 </Compile>
80 <None Include="Properties\Settings.settings"> 96 <None Include="Properties\Settings.settings">
81 <Generator>SettingsSingleFileGenerator</Generator> 97 <Generator>SettingsSingleFileGenerator</Generator>
82 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 98 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
83 </None> 99 </None>
100 <None Include="translations\de.translation">
101 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
102 </None>
103 <None Include="translations\en.translation">
104 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
105 </None>
106 <None Include="translations\fi.translation">
107 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
108 </None>
109 <None Include="translations\fr.translation">
110 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
111 </None>
112 <None Include="translations\it.translation">
113 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
114 </None>
115 <None Include="translations\nl.translation">
116 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117 </None>
118 <None Include="translations\ru.translation">
119 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
120 </None>
121 <None Include="translations\sv.translation">
122 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
123 </None>
124 <None Include="WarFoundryForge.exe.log4net">
125 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
126 </None>
84 <Compile Include="Properties\Settings.Designer.cs"> 127 <Compile Include="Properties\Settings.Designer.cs">
85 <AutoGen>True</AutoGen> 128 <AutoGen>True</AutoGen>
86 <DependentUpon>Settings.settings</DependentUpon> 129 <DependentUpon>Settings.settings</DependentUpon>
87 <DesignTimeSharedInput>True</DesignTimeSharedInput> 130 <DesignTimeSharedInput>True</DesignTimeSharedInput>
88 </Compile> 131 </Compile>
132 </ItemGroup>
133 <ItemGroup>
134 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
135 <Visible>False</Visible>
136 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
137 <Install>true</Install>
138 </BootstrapperPackage>
139 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
140 <Visible>False</Visible>
141 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
142 <Install>false</Install>
143 </BootstrapperPackage>
144 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
145 <Visible>False</Visible>
146 <ProductName>.NET Framework 3.5</ProductName>
147 <Install>false</Install>
148 </BootstrapperPackage>
149 </ItemGroup>
150 <ItemGroup>
151 <Content Include="libs\log4net.dll" />
152 <Content Include="WarFoundryForgePref.xml">
153 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
154 </Content>
155 </ItemGroup>
156 <ItemGroup>
157 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
158 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
159 <Name>IBBoard.WarFoundry.API</Name>
160 </ProjectReference>
161 <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj">
162 <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project>
163 <Name>IBBoard.Windows.Forms</Name>
164 </ProjectReference>
165 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
166 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
167 <Name>IBBoard</Name>
168 </ProjectReference>
169 <ProjectReference Include="..\SharpZipLib\ICSharpCode.SharpZLib.csproj">
170 <Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project>
171 <Name>ICSharpCode.SharpZLib</Name>
172 </ProjectReference>
173 </ItemGroup>
174 <ItemGroup>
175 <Folder Include="schemas\" />
89 </ItemGroup> 176 </ItemGroup>
90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 177 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 178 <!-- 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. 179 Other similar extension points exist, see Microsoft.Common.targets.
93 <Target Name="BeforeBuild"> 180 <Target Name="BeforeBuild">