comparison IBBoard.WarFoundry.API.csproj @ 481:81f32062c9fa

Re #419: Remove assumptions of a file-based install * Convert schemas to resources and load them from there * Remove use of "data" folder relative to exe location from default "Hacks" (GTK/WinForms GUIs can re-add it locally)
author IBBoard <dev@ibboard.co.uk>
date Mon, 25 Jun 2012 21:04:02 +0100
parents e0641e0eb86c
children 1ed2f3ab5e35
comparison
equal deleted inserted replaced
480:e0641e0eb86c 481:81f32062c9fa
60 <ItemGroup> 60 <ItemGroup>
61 <None Include="app.config" /> 61 <None Include="app.config" />
62 <None Include="COPYING" /> 62 <None Include="COPYING" />
63 <Compile Include="API\Exporters\WarFoundryXMLWithXSLExporter.cs" /> 63 <Compile Include="API\Exporters\WarFoundryXMLWithXSLExporter.cs" />
64 <Compile Include="AssemblyInfo.cs" /> 64 <Compile Include="AssemblyInfo.cs" />
65 <None Include="schemas\army.xsd">
66 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68 </None>
69 <None Include="schemas\race.xsd">
70 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
71 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72 </None>
73 <None Include="schemas\system.xsd">
74 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
75 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
76 </None>
77 <None Include="schemas\warfoundry-cats.xsd">
78 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
79 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
80 </None>
81 <None Include="schemas\warfoundry-core.xsd">
82 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
83 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84 </None>
85 <None Include="schemas\xhtml1-strict.dtd">
86 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
87 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
88 </None>
89 <None Include="schemas\xhtml-lat1.ent">
90 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
91 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
92 </None>
93 <None Include="schemas\xhtml-special.ent">
94 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
95 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
96 </None>
97 <None Include="schemas\xhtml-symbol.ent">
98 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
99 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
100 </None>
101 <Compile Include="API\Objects\ICostedWarFoundryObject.cs" /> 65 <Compile Include="API\Objects\ICostedWarFoundryObject.cs" />
102 <Compile Include="API\Commands\CreateAndAddUnitCommand.cs" /> 66 <Compile Include="API\Commands\CreateAndAddUnitCommand.cs" />
103 <Compile Include="API\Commands\RemoveUnitCommand.cs" /> 67 <Compile Include="API\Commands\RemoveUnitCommand.cs" />
104 <Compile Include="API\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> 68 <Compile Include="API\Commands\AbstractReplaceUnitEquipmentCommand.cs" />
105 <Compile Include="API\Commands\SetNameCommand.cs" /> 69 <Compile Include="API\Commands\SetNameCommand.cs" />
232 <VisualStudio /> 196 <VisualStudio />
233 </ProjectExtensions> 197 </ProjectExtensions>
234 <ItemGroup> 198 <ItemGroup>
235 <Folder Include="API\Objects\Requirement\Context\" /> 199 <Folder Include="API\Objects\Requirement\Context\" />
236 </ItemGroup> 200 </ItemGroup>
201 <ItemGroup>
202 <EmbeddedResource Include="schemas\army.xsd">
203 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
204 </EmbeddedResource>
205 <EmbeddedResource Include="schemas\race.xsd">
206 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
207 </EmbeddedResource>
208 <EmbeddedResource Include="schemas\system.xsd">
209 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
210 </EmbeddedResource>
211 <EmbeddedResource Include="schemas\warfoundry-cats.xsd">
212 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
213 </EmbeddedResource>
214 <EmbeddedResource Include="schemas\warfoundry-core.xsd">
215 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
216 </EmbeddedResource>
217 <EmbeddedResource Include="schemas\xhtml1-strict.dtd">
218 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
219 </EmbeddedResource>
220 <EmbeddedResource Include="schemas\xhtml-lat1.ent">
221 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
222 </EmbeddedResource>
223 <EmbeddedResource Include="schemas\xhtml-special.ent">
224 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
225 </EmbeddedResource>
226 <EmbeddedResource Include="schemas\xhtml-symbol.ent">
227 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations>
228 </EmbeddedResource>
229 </ItemGroup>
237 </Project> 230 </Project>