comparison IBBoard.csproj @ 115:de0ed24eb961

* Reimplement 7ca4acc659bbdd/IBBoard without the excess noise * Clean up code (and some automatic changes) * Use XML resources in TranslationXmlLoader
author IBBoard <dev@ibboard.co.uk>
date Tue, 26 Jun 2012 20:06:50 +0100
parents e32b5ccda410
children 07660ac09a5f
comparison
equal deleted inserted replaced
113:e32b5ccda410 115:de0ed24eb961
45 <ConfigurationOverrideFile> 45 <ConfigurationOverrideFile>
46 </ConfigurationOverrideFile> 46 </ConfigurationOverrideFile>
47 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 <DefineConstants>DEBUG;TRACE</DefineConstants>
48 <DocumentationFile> 48 <DocumentationFile>
49 </DocumentationFile> 49 </DocumentationFile>
50 <DebugSymbols>true</DebugSymbols> 50 <DebugSymbols>True</DebugSymbols>
51 <FileAlignment>4096</FileAlignment> 51 <FileAlignment>4096</FileAlignment>
52 <Optimize>false</Optimize> 52 <Optimize>False</Optimize>
53 <RegisterForComInterop>false</RegisterForComInterop> 53 <RegisterForComInterop>false</RegisterForComInterop>
54 <RemoveIntegerChecks>false</RemoveIntegerChecks> 54 <RemoveIntegerChecks>false</RemoveIntegerChecks>
55 <WarningLevel>4</WarningLevel> 55 <WarningLevel>4</WarningLevel>
56 <DebugType>full</DebugType> 56 <DebugType>full</DebugType>
57 <ErrorReport>prompt</ErrorReport> 57 <ErrorReport>prompt</ErrorReport>
63 </ConfigurationOverrideFile> 63 </ConfigurationOverrideFile>
64 <DefineConstants>TRACE</DefineConstants> 64 <DefineConstants>TRACE</DefineConstants>
65 <DocumentationFile> 65 <DocumentationFile>
66 </DocumentationFile> 66 </DocumentationFile>
67 <FileAlignment>4096</FileAlignment> 67 <FileAlignment>4096</FileAlignment>
68 <Optimize>true</Optimize> 68 <Optimize>True</Optimize>
69 <RegisterForComInterop>false</RegisterForComInterop> 69 <RegisterForComInterop>false</RegisterForComInterop>
70 <RemoveIntegerChecks>false</RemoveIntegerChecks> 70 <RemoveIntegerChecks>false</RemoveIntegerChecks>
71 <WarningLevel>4</WarningLevel> 71 <WarningLevel>4</WarningLevel>
72 <DebugType>none</DebugType> 72 <DebugType>none</DebugType>
73 <ErrorReport>prompt</ErrorReport> 73 <ErrorReport>prompt</ErrorReport>
155 <Compile Include="Limits\CompositeMinimumLimit.cs" /> 155 <Compile Include="Limits\CompositeMinimumLimit.cs" />
156 <Compile Include="Lang\ModifiableTranslationSet.cs" /> 156 <Compile Include="Lang\ModifiableTranslationSet.cs" />
157 <Compile Include="EqualityChecker.cs" /> 157 <Compile Include="EqualityChecker.cs" />
158 <Compile Include="IO\StreamUtil.cs" /> 158 <Compile Include="IO\StreamUtil.cs" />
159 <Compile Include="Collections\Collections.cs" /> 159 <Compile Include="Collections\Collections.cs" />
160 <Compile Include="Xml\XmlResourceResolver.cs" />
160 </ItemGroup> 161 </ItemGroup>
161 <ItemGroup> 162 <ItemGroup>
162 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 163 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
163 <Visible>False</Visible> 164 <Visible>False</Visible>
164 <ProductName>.NET Framework Client Profile</ProductName> 165 <ProductName>.NET Framework Client Profile</ProductName>
213 </MonoDevelop> 214 </MonoDevelop>
214 <VisualStudio /> 215 <VisualStudio />
215 </ProjectExtensions> 216 </ProjectExtensions>
216 <ItemGroup> 217 <ItemGroup>
217 <EmbeddedResource Include="schemas\translation.xsd"> 218 <EmbeddedResource Include="schemas\translation.xsd">
218 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> 219 <Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
219 </EmbeddedResource> 220 </EmbeddedResource>
220 </ItemGroup> 221 </ItemGroup>
221 </Project> 222 </Project>