Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
changeset 4:5064ad3b16f7
* Rename .csproj file to match project name
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 01 Mar 2009 15:22:39 +0000 |
parents | 8935971e307c |
children | 26fc79eeda37 |
files | IBBoard.WarFoundry.csproj IBBoard.WarFoundry.csproj.backup IBBoard.WarFoundry.csproj.user |
diffstat | 3 files changed, 0 insertions(+), 454 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.csproj Sun Mar 01 15:21:07 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,196 +0,0 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <ProjectType>Local</ProjectType> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{72C59D77-E2A4-401C-91F2-12728056D9A9}</ProjectGuid> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ApplicationIcon>App.ico</ApplicationIcon> - <AssemblyKeyContainerName> - </AssemblyKeyContainerName> - <AssemblyName>WarFoundry</AssemblyName> - <AssemblyOriginatorKeyFile> - </AssemblyOriginatorKeyFile> - <DefaultClientScript>JScript</DefaultClientScript> - <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> - <DefaultTargetSchema>IE50</DefaultTargetSchema> - <DelaySign>false</DelaySign> - <OutputType>WinExe</OutputType> - <RootNamespace>IBBoard.WarFoundry</RootNamespace> - <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> - <StartupObject> - </StartupObject> - <FileUpgradeFlags> - </FileUpgradeFlags> - <UpgradeBackupLocation> - </UpgradeBackupLocation> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</OutputPath> - <AllowUnsafeBlocks>false</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>DEBUG;TRACE</DefineConstants> - <DocumentationFile> - </DocumentationFile> - <DebugSymbols>true</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <NoStdLib>false</NoStdLib> - <NoWarn> - </NoWarn> - <Optimize>false</Optimize> - <RegisterForComInterop>false</RegisterForComInterop> - <RemoveIntegerChecks>false</RemoveIntegerChecks> - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <DebugType>full</DebugType> - <ErrorReport>prompt</ErrorReport> - <UseVSHostingProcess>true</UseVSHostingProcess> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\release\</OutputPath> - <AllowUnsafeBlocks>false</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>TRACE</DefineConstants> - <DocumentationFile> - </DocumentationFile> - <DebugSymbols>false</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <NoStdLib>false</NoStdLib> - <NoWarn> - </NoWarn> - <Optimize>true</Optimize> - <RegisterForComInterop>false</RegisterForComInterop> - <RemoveIntegerChecks>false</RemoveIntegerChecks> - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <DebugType>none</DebugType> - <ErrorReport>prompt</ErrorReport> - <UseVSHostingProcess>true</UseVSHostingProcess> - </PropertyGroup> - <ItemGroup> - <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" /> - <Reference Include="System"> - <Name>System</Name> - </Reference> - <Reference Include="System.Data"> - <Name>System.Data</Name> - </Reference> - <Reference Include="System.Drawing"> - <Name>System.Drawing</Name> - </Reference> - <Reference Include="System.Windows.Forms"> - <Name>System.Windows.Forms</Name> - </Reference> - <Reference Include="System.Xml"> - <Name>System.XML</Name> - </Reference> - <ProjectReference Include="..\IBBoard.Windows.Forms\IBBoardWF.csproj"> - <Name>IBBoardWF</Name> - <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - </ProjectReference> - <ProjectReference Include="..\..\IBBoard\IBBoard.csproj"> - <Name>IBBoard</Name> - <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - </ProjectReference> - <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> - <Name>IBBoard.WarFoundry.API</Name> - <Project>{59EC117B-F955-44D5-8461-8F44F3A7481A}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <Content Include="App.ico" /> - <Content Include="libs\log4net.dll" /> - <Content Include="libs\log4net.xml" /> - <Content Include="WarFoundryPref.xml"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </Content> - <Compile Include="AssemblyInfo.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="FrmArmyTree.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmDebugOutput.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmEditUnitEquipment.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmMain.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmNewArmy.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmNewUnit.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmNewUnitEquipment.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmReplaceUnitEquipment.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmSelectSystem.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmUnit.cs"> - <SubType>Form</SubType> - </Compile> - <EmbeddedResource Include="FrmArmyTree.resx"> - <DependentUpon>FrmArmyTree.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmDebugOutput.resx"> - <DependentUpon>FrmDebugOutput.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmEditUnitEquipment.resx"> - <DependentUpon>FrmEditUnitEquipment.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmMain.resx"> - <DependentUpon>FrmMain.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmNewArmy.resx"> - <DependentUpon>FrmNewArmy.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmNewUnit.resx"> - <DependentUpon>FrmNewUnit.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmNewUnitEquipment.resx"> - <DependentUpon>FrmNewUnitEquipment.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmReplaceUnitEquipment.resx"> - <DependentUpon>FrmReplaceUnitEquipment.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmSelectSystem.resx"> - <DependentUpon>FrmSelectSystem.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmUnit.resx"> - <DependentUpon>FrmUnit.cs</DependentUpon> - </EmbeddedResource> - <None Include="app.config" /> - <None Include="translations\en.translation"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - <None Include="WarFoundry.exe.manifest" /> - </ItemGroup> - <ItemGroup> - <Folder Include="Properties\" /> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> - <PropertyGroup> - <PreBuildEvent> - </PreBuildEvent> - <PostBuildEvent> - </PostBuildEvent> - </PropertyGroup> -</Project> \ No newline at end of file
--- a/IBBoard.WarFoundry.csproj.backup Sun Mar 01 15:21:07 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,190 +0,0 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <ProjectType>Local</ProjectType> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{72C59D77-E2A4-401C-91F2-12728056D9A9}</ProjectGuid> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ApplicationIcon>App.ico</ApplicationIcon> - <AssemblyKeyContainerName> - </AssemblyKeyContainerName> - <AssemblyName>WarFoundry</AssemblyName> - <AssemblyOriginatorKeyFile> - </AssemblyOriginatorKeyFile> - <DefaultClientScript>JScript</DefaultClientScript> - <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> - <DefaultTargetSchema>IE50</DefaultTargetSchema> - <DelaySign>false</DelaySign> - <OutputType>WinExe</OutputType> - <RootNamespace>IBBoard.WarFoundry</RootNamespace> - <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> - <StartupObject> - </StartupObject> - <FileUpgradeFlags> - </FileUpgradeFlags> - <UpgradeBackupLocation> - </UpgradeBackupLocation> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <OutputPath>bin\Debug\</OutputPath> - <AllowUnsafeBlocks>false</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>DEBUG;TRACE</DefineConstants> - <DocumentationFile> - </DocumentationFile> - <DebugSymbols>true</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <NoStdLib>false</NoStdLib> - <NoWarn> - </NoWarn> - <Optimize>false</Optimize> - <RegisterForComInterop>false</RegisterForComInterop> - <RemoveIntegerChecks>false</RemoveIntegerChecks> - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <DebugType>full</DebugType> - <ErrorReport>prompt</ErrorReport> - <UseVSHostingProcess>true</UseVSHostingProcess> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\release\</OutputPath> - <AllowUnsafeBlocks>false</AllowUnsafeBlocks> - <BaseAddress>285212672</BaseAddress> - <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> - <ConfigurationOverrideFile> - </ConfigurationOverrideFile> - <DefineConstants>TRACE</DefineConstants> - <DocumentationFile> - </DocumentationFile> - <DebugSymbols>false</DebugSymbols> - <FileAlignment>4096</FileAlignment> - <NoStdLib>false</NoStdLib> - <NoWarn> - </NoWarn> - <Optimize>true</Optimize> - <RegisterForComInterop>false</RegisterForComInterop> - <RemoveIntegerChecks>false</RemoveIntegerChecks> - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> - <WarningLevel>4</WarningLevel> - <DebugType>none</DebugType> - <ErrorReport>prompt</ErrorReport> - <UseVSHostingProcess>true</UseVSHostingProcess> - </PropertyGroup> - <ItemGroup> - <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821" /> - <Reference Include="System"> - <Name>System</Name> - </Reference> - <Reference Include="System.Data"> - <Name>System.Data</Name> - </Reference> - <Reference Include="System.Drawing"> - <Name>System.Drawing</Name> - </Reference> - <Reference Include="System.Windows.Forms"> - <Name>System.Windows.Forms</Name> - </Reference> - <Reference Include="System.Xml"> - <Name>System.XML</Name> - </Reference> - <ProjectReference Include="..\..\IBBoardWF\IBBoardWF.csproj"> - <Name>IBBoardWF</Name> - <Project>{E3790268-2082-4975-B1A3-C70B37842CE8}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - </ProjectReference> - <ProjectReference Include="..\..\IBBoard\IBBoard.csproj"> - <Name>IBBoard</Name> - <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - </ProjectReference> - <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> - <Name>IBBoard.WarFoundry.API</Name> - <Project>{59EC117B-F955-44D5-8461-8F44F3A7481A}</Project> - <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <Content Include="App.ico" /> - <Content Include="libs\log4net.dll" /> - <Content Include="libs\log4net.xml" /> - <Compile Include="AssemblyInfo.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="FrmArmyTree.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmDebugOutput.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmEditUnitEquipment.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmMain.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmNewArmy.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmNewUnit.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmNewUnitEquipment.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmReplaceUnitEquipment.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmSelectSystem.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="FrmUnit.cs"> - <SubType>Form</SubType> - </Compile> - <EmbeddedResource Include="FrmArmyTree.resx"> - <DependentUpon>FrmArmyTree.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmDebugOutput.resx"> - <DependentUpon>FrmDebugOutput.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmEditUnitEquipment.resx"> - <DependentUpon>FrmEditUnitEquipment.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmMain.resx"> - <DependentUpon>FrmMain.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmNewArmy.resx"> - <DependentUpon>FrmNewArmy.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmNewUnit.resx"> - <DependentUpon>FrmNewUnit.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmNewUnitEquipment.resx"> - <DependentUpon>FrmNewUnitEquipment.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmReplaceUnitEquipment.resx"> - <DependentUpon>FrmReplaceUnitEquipment.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmSelectSystem.resx"> - <DependentUpon>FrmSelectSystem.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="FrmUnit.resx"> - <DependentUpon>FrmUnit.cs</DependentUpon> - </EmbeddedResource> - <None Include="app.config" /> - <None Include="WarFoundry.exe.manifest" /> - </ItemGroup> - <ItemGroup> - <Folder Include="Properties\" /> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> - <PropertyGroup> - <PreBuildEvent> - </PreBuildEvent> - <PostBuildEvent> - </PostBuildEvent> - </PropertyGroup> -</Project>
--- a/IBBoard.WarFoundry.csproj.user Sun Mar 01 15:21:07 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <LastOpenVersion>7.10.3077</LastOpenVersion> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ReferencePath> - </ReferencePath> - <CopyProjectDestinationFolder> - </CopyProjectDestinationFolder> - <CopyProjectUncPath> - </CopyProjectUncPath> - <CopyProjectOption>0</CopyProjectOption> - <ProjectView>ProjectFiles</ProjectView> - <ProjectTrust>0</ProjectTrust> - <PublishUrlHistory>publish\</PublishUrlHistory> - <InstallUrlHistory> - </InstallUrlHistory> - <SupportUrlHistory> - </SupportUrlHistory> - <UpdateUrlHistory> - </UpdateUrlHistory> - <BootstrapperUrlHistory> - </BootstrapperUrlHistory> - <ApplicationRevision>0</ApplicationRevision> - <FallbackCulture>en-US</FallbackCulture> - <VerifyUploadedFiles>false</VerifyUploadedFiles> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <EnableASPDebugging>false</EnableASPDebugging> - <EnableASPXDebugging>false</EnableASPXDebugging> - <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> - <EnableSQLServerDebugging>false</EnableSQLServerDebugging> - <RemoteDebugEnabled>false</RemoteDebugEnabled> - <RemoteDebugMachine> - </RemoteDebugMachine> - <StartAction>Project</StartAction> - <StartArguments> - </StartArguments> - <StartPage> - </StartPage> - <StartProgram> - </StartProgram> - <StartURL> - </StartURL> - <StartWorkingDirectory>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</StartWorkingDirectory> - <StartWithIE>true</StartWithIE> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <EnableASPDebugging>false</EnableASPDebugging> - <EnableASPXDebugging>false</EnableASPXDebugging> - <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> - <EnableSQLServerDebugging>false</EnableSQLServerDebugging> - <RemoteDebugEnabled>false</RemoteDebugEnabled> - <RemoteDebugMachine> - </RemoteDebugMachine> - <StartAction>Project</StartAction> - <StartArguments> - </StartArguments> - <StartPage> - </StartPage> - <StartProgram> - </StartProgram> - <StartURL> - </StartURL> - <StartWorkingDirectory>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\bin\Debug\</StartWorkingDirectory> - <StartWithIE>true</StartWithIE> - </PropertyGroup> -</Project> \ No newline at end of file