annotate IBBoard.WarFoundry.Forge.WinForms.csproj @ 7:d4c03cc5bfb7

#322 - WarFoundry "Forge" crashes when opening system files Removed schema in Forge project so that it will pull schema from API project
author Tsudico
date Thu, 16 Dec 2010 16:14:46 -0600
parents 866d0093bb11
children 372f921c20fc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
3 <PropertyGroup>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
6 <ProductVersion>9.0.21022</ProductVersion>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
8 <ProjectGuid>{6514C63D-501E-47AF-BC64-9828A33852DF}</ProjectGuid>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
9 <OutputType>WinExe</OutputType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
10 <AppDesignerFolder>Properties</AppDesignerFolder>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
11 <RootNamespace>IBBoard.WarFoundry.Forge.WinForms</RootNamespace>
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.
Tsudico
parents: 0
diff changeset
12 <AssemblyName>WarFoundryForge</AssemblyName>
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
14 <FileAlignment>512</FileAlignment>
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.
Tsudico
parents: 0
diff changeset
15 <PublishUrl>publish\</PublishUrl>
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.
Tsudico
parents: 0
diff changeset
16 <Install>true</Install>
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.
Tsudico
parents: 0
diff changeset
17 <InstallFrom>Disk</InstallFrom>
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.
Tsudico
parents: 0
diff changeset
18 <UpdateEnabled>false</UpdateEnabled>
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.
Tsudico
parents: 0
diff changeset
19 <UpdateMode>Foreground</UpdateMode>
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.
Tsudico
parents: 0
diff changeset
20 <UpdateInterval>7</UpdateInterval>
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.
Tsudico
parents: 0
diff changeset
21 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
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.
Tsudico
parents: 0
diff changeset
22 <UpdatePeriodically>false</UpdatePeriodically>
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.
Tsudico
parents: 0
diff changeset
23 <UpdateRequired>false</UpdateRequired>
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.
Tsudico
parents: 0
diff changeset
24 <MapFileExtensions>true</MapFileExtensions>
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.
Tsudico
parents: 0
diff changeset
25 <ApplicationRevision>0</ApplicationRevision>
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.
Tsudico
parents: 0
diff changeset
26 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
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.
Tsudico
parents: 0
diff changeset
27 <IsWebBootstrapper>false</IsWebBootstrapper>
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.
Tsudico
parents: 0
diff changeset
28 <UseApplicationTrust>false</UseApplicationTrust>
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.
Tsudico
parents: 0
diff changeset
29 <BootstrapperEnabled>true</BootstrapperEnabled>
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.
Tsudico
parents: 0
diff changeset
30 <StartupObject>
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.
Tsudico
parents: 0
diff changeset
31 </StartupObject>
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.
Tsudico
parents: 0
diff changeset
32 <NoWin32Manifest>true</NoWin32Manifest>
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
33 </PropertyGroup>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
35 <DebugSymbols>true</DebugSymbols>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
36 <DebugType>full</DebugType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
37 <Optimize>false</Optimize>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
38 <OutputPath>bin\Debug\</OutputPath>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
40 <ErrorReport>prompt</ErrorReport>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
41 <WarningLevel>4</WarningLevel>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
42 </PropertyGroup>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
44 <DebugType>pdbonly</DebugType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
45 <Optimize>true</Optimize>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
46 <OutputPath>bin\Release\</OutputPath>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
47 <DefineConstants>TRACE</DefineConstants>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
48 <ErrorReport>prompt</ErrorReport>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
49 <WarningLevel>4</WarningLevel>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
50 </PropertyGroup>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
51 <ItemGroup>
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.
Tsudico
parents: 0
diff changeset
52 <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
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.
Tsudico
parents: 0
diff changeset
53 <SpecificVersion>False</SpecificVersion>
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.
Tsudico
parents: 0
diff changeset
54 <HintPath>libs\log4net.dll</HintPath>
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.
Tsudico
parents: 0
diff changeset
55 </Reference>
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
56 <Reference Include="System" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
57 <Reference Include="System.Data" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
58 <Reference Include="System.Deployment" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
59 <Reference Include="System.Drawing" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
60 <Reference Include="System.Windows.Forms" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
61 <Reference Include="System.Xml" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
62 </ItemGroup>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
63 <ItemGroup>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
64 <Compile Include="FrmAbout.cs">
4
866d0093bb11 WarFoundryLoader.GetDefault().LoadFile returning null object.
Tsudico
parents: 3
diff changeset
65 <SubType>Form</SubType>
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
66 </Compile>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
67 <Compile Include="FrmAbout.Designer.cs">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
68 <DependentUpon>FrmAbout.cs</DependentUpon>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
69 </Compile>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
70 <Compile Include="FrmMain.cs">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
71 <SubType>Form</SubType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
72 </Compile>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
73 <Compile Include="FrmSystem.cs">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
74 <SubType>Form</SubType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
75 </Compile>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
76 <Compile Include="FrmSystem.Designer.cs">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
77 <DependentUpon>FrmSystem.cs</DependentUpon>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
78 </Compile>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
79 <Compile Include="Properties\AssemblyInfo.cs" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
80 <EmbeddedResource Include="FrmMain.resx">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
81 <DependentUpon>FrmMain.cs</DependentUpon>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
82 <SubType>Designer</SubType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
83 </EmbeddedResource>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
84 <EmbeddedResource Include="FrmSystem.resx">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
85 <DependentUpon>FrmSystem.cs</DependentUpon>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
86 <SubType>Designer</SubType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
87 </EmbeddedResource>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
88 <EmbeddedResource Include="Properties\Resources.resx">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
89 <Generator>ResXFileCodeGenerator</Generator>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
90 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
91 <SubType>Designer</SubType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
92 </EmbeddedResource>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
93 <Compile Include="Properties\Resources.Designer.cs">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
94 <AutoGen>True</AutoGen>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
95 <DependentUpon>Resources.resx</DependentUpon>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
96 </Compile>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
97 <None Include="Properties\Settings.settings">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
98 <Generator>SettingsSingleFileGenerator</Generator>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
99 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
100 </None>
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.
Tsudico
parents: 0
diff changeset
101 <None Include="translations\de.translation">
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.
Tsudico
parents: 0
diff changeset
102 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
103 </None>
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.
Tsudico
parents: 0
diff changeset
104 <None Include="translations\en.translation">
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.
Tsudico
parents: 0
diff changeset
105 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
106 </None>
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.
Tsudico
parents: 0
diff changeset
107 <None Include="translations\fi.translation">
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.
Tsudico
parents: 0
diff changeset
108 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
109 </None>
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.
Tsudico
parents: 0
diff changeset
110 <None Include="translations\fr.translation">
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.
Tsudico
parents: 0
diff changeset
111 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
112 </None>
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.
Tsudico
parents: 0
diff changeset
113 <None Include="translations\it.translation">
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.
Tsudico
parents: 0
diff changeset
114 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
115 </None>
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.
Tsudico
parents: 0
diff changeset
116 <None Include="translations\nl.translation">
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.
Tsudico
parents: 0
diff changeset
117 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
118 </None>
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.
Tsudico
parents: 0
diff changeset
119 <None Include="translations\ru.translation">
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.
Tsudico
parents: 0
diff changeset
120 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
121 </None>
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.
Tsudico
parents: 0
diff changeset
122 <None Include="translations\sv.translation">
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.
Tsudico
parents: 0
diff changeset
123 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
124 </None>
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.
Tsudico
parents: 0
diff changeset
125 <None Include="WarFoundryForge.exe.log4net">
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.
Tsudico
parents: 0
diff changeset
126 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
127 </None>
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
128 <Compile Include="Properties\Settings.Designer.cs">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
129 <AutoGen>True</AutoGen>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
130 <DependentUpon>Settings.settings</DependentUpon>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
131 <DesignTimeSharedInput>True</DesignTimeSharedInput>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
132 </Compile>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
133 </ItemGroup>
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.
Tsudico
parents: 0
diff changeset
134 <ItemGroup>
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.
Tsudico
parents: 0
diff changeset
135 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
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.
Tsudico
parents: 0
diff changeset
136 <Visible>False</Visible>
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.
Tsudico
parents: 0
diff changeset
137 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
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.
Tsudico
parents: 0
diff changeset
138 <Install>true</Install>
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.
Tsudico
parents: 0
diff changeset
139 </BootstrapperPackage>
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.
Tsudico
parents: 0
diff changeset
140 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
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.
Tsudico
parents: 0
diff changeset
141 <Visible>False</Visible>
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.
Tsudico
parents: 0
diff changeset
142 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
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.
Tsudico
parents: 0
diff changeset
143 <Install>false</Install>
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.
Tsudico
parents: 0
diff changeset
144 </BootstrapperPackage>
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.
Tsudico
parents: 0
diff changeset
145 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
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.
Tsudico
parents: 0
diff changeset
146 <Visible>False</Visible>
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.
Tsudico
parents: 0
diff changeset
147 <ProductName>.NET Framework 3.5</ProductName>
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.
Tsudico
parents: 0
diff changeset
148 <Install>false</Install>
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.
Tsudico
parents: 0
diff changeset
149 </BootstrapperPackage>
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.
Tsudico
parents: 0
diff changeset
150 </ItemGroup>
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.
Tsudico
parents: 0
diff changeset
151 <ItemGroup>
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.
Tsudico
parents: 0
diff changeset
152 <Content Include="libs\log4net.dll" />
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.
Tsudico
parents: 0
diff changeset
153 <Content Include="WarFoundryForgePref.xml">
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.
Tsudico
parents: 0
diff changeset
154 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
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.
Tsudico
parents: 0
diff changeset
155 </Content>
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.
Tsudico
parents: 0
diff changeset
156 </ItemGroup>
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.
Tsudico
parents: 0
diff changeset
157 <ItemGroup>
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.
Tsudico
parents: 0
diff changeset
158 <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj">
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.
Tsudico
parents: 0
diff changeset
159 <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
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.
Tsudico
parents: 0
diff changeset
160 <Name>IBBoard.WarFoundry.API</Name>
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.
Tsudico
parents: 0
diff changeset
161 </ProjectReference>
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.
Tsudico
parents: 0
diff changeset
162 <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoard.Windows.Forms.csproj">
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.
Tsudico
parents: 0
diff changeset
163 <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project>
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.
Tsudico
parents: 0
diff changeset
164 <Name>IBBoard.Windows.Forms</Name>
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.
Tsudico
parents: 0
diff changeset
165 </ProjectReference>
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.
Tsudico
parents: 0
diff changeset
166 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
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.
Tsudico
parents: 0
diff changeset
167 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
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.
Tsudico
parents: 0
diff changeset
168 <Name>IBBoard</Name>
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.
Tsudico
parents: 0
diff changeset
169 </ProjectReference>
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.
Tsudico
parents: 0
diff changeset
170 <ProjectReference Include="..\SharpZipLib\ICSharpCode.SharpZLib.csproj">
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.
Tsudico
parents: 0
diff changeset
171 <Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project>
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.
Tsudico
parents: 0
diff changeset
172 <Name>ICSharpCode.SharpZLib</Name>
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.
Tsudico
parents: 0
diff changeset
173 </ProjectReference>
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.
Tsudico
parents: 0
diff changeset
174 </ItemGroup>
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
175 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
176 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
177 Other similar extension points exist, see Microsoft.Common.targets.
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
178 <Target Name="BeforeBuild">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
179 </Target>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
180 <Target Name="AfterBuild">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
181 </Target>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
182 -->
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
183 </Project>