Mercurial > repos > WarFoundryForge
annotate IBBoard.WarFoundry.Forge.WinForms.csproj @ 12:6284c091b132
Merge local with IBBoard
author | Tsudico |
---|---|
date | Fri, 17 Dec 2010 22:14:43 -0600 |
parents | d4c03cc5bfb7 |
children | 372f921c20fc |
rev | line source |
---|---|
0 | 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> | |
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 | 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
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 | 33 </PropertyGroup> |
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
35 <DebugSymbols>true</DebugSymbols> | |
36 <DebugType>full</DebugType> | |
37 <Optimize>false</Optimize> | |
38 <OutputPath>bin\Debug\</OutputPath> | |
39 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
40 <ErrorReport>prompt</ErrorReport> | |
41 <WarningLevel>4</WarningLevel> | |
42 </PropertyGroup> | |
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
44 <DebugType>pdbonly</DebugType> | |
45 <Optimize>true</Optimize> | |
46 <OutputPath>bin\Release\</OutputPath> | |
47 <DefineConstants>TRACE</DefineConstants> | |
48 <ErrorReport>prompt</ErrorReport> | |
49 <WarningLevel>4</WarningLevel> | |
50 </PropertyGroup> | |
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 | 56 <Reference Include="System" /> |
57 <Reference Include="System.Data" /> | |
58 <Reference Include="System.Deployment" /> | |
59 <Reference Include="System.Drawing" /> | |
60 <Reference Include="System.Windows.Forms" /> | |
61 <Reference Include="System.Xml" /> | |
62 </ItemGroup> | |
63 <ItemGroup> | |
64 <Compile Include="FrmAbout.cs"> | |
4
866d0093bb11
WarFoundryLoader.GetDefault().LoadFile returning null object.
Tsudico
parents:
3
diff
changeset
|
65 <SubType>Form</SubType> |
0 | 66 </Compile> |
67 <Compile Include="FrmAbout.Designer.cs"> | |
68 <DependentUpon>FrmAbout.cs</DependentUpon> | |
69 </Compile> | |
70 <Compile Include="FrmMain.cs"> | |
71 <SubType>Form</SubType> | |
72 </Compile> | |
73 <Compile Include="FrmSystem.cs"> | |
74 <SubType>Form</SubType> | |
75 </Compile> | |
76 <Compile Include="FrmSystem.Designer.cs"> | |
77 <DependentUpon>FrmSystem.cs</DependentUpon> | |
78 </Compile> | |
79 <Compile Include="Properties\AssemblyInfo.cs" /> | |
80 <EmbeddedResource Include="FrmMain.resx"> | |
81 <DependentUpon>FrmMain.cs</DependentUpon> | |
82 <SubType>Designer</SubType> | |
83 </EmbeddedResource> | |
84 <EmbeddedResource Include="FrmSystem.resx"> | |
85 <DependentUpon>FrmSystem.cs</DependentUpon> | |
86 <SubType>Designer</SubType> | |
87 </EmbeddedResource> | |
88 <EmbeddedResource Include="Properties\Resources.resx"> | |
89 <Generator>ResXFileCodeGenerator</Generator> | |
90 <LastGenOutput>Resources.Designer.cs</LastGenOutput> | |
91 <SubType>Designer</SubType> | |
92 </EmbeddedResource> | |
93 <Compile Include="Properties\Resources.Designer.cs"> | |
94 <AutoGen>True</AutoGen> | |
95 <DependentUpon>Resources.resx</DependentUpon> | |
96 </Compile> | |
97 <None Include="Properties\Settings.settings"> | |
98 <Generator>SettingsSingleFileGenerator</Generator> | |
99 <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
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 | 128 <Compile Include="Properties\Settings.Designer.cs"> |
129 <AutoGen>True</AutoGen> | |
130 <DependentUpon>Settings.settings</DependentUpon> | |
131 <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
132 </Compile> | |
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 | 175 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
176 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
177 Other similar extension points exist, see Microsoft.Common.targets. | |
178 <Target Name="BeforeBuild"> | |
179 </Target> | |
180 <Target Name="AfterBuild"> | |
181 </Target> | |
182 --> | |
183 </Project> |