Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 294b488

Browse files
committed
init
1 parent a81bf28 commit 294b488

19 files changed

+1658
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
/SOURCE/DwarfFortressModMerger.6.0.ReSharper.user
3+
/SOURCE/_ReSharper.DwarfFortressModMerger
4+
/SOURCE/DwarfFortressModMerger/obj
5+
/SOURCE/DwarfFortressModMerger/bin

BUILD/ANDREICSLIB.dll

59.5 KB
Binary file not shown.

BUILD/DwarfFortressModMerger.exe

36 KB
Binary file not shown.

BUILD/ICSharpCode.SharpZipLib.dll

196 KB
Binary file not shown.

SOURCE/DwarfFortressModMerger.sln

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DwarfFortressModMerger", "DwarfFortressModMerger\DwarfFortressModMerger.csproj", "{CE1E85E5-85BC-4358-8053-EB7EDD280303}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ANDREICSLIB", "..\..\ANDREICSLIB\SOURCE\ANDREICSLIB\ANDREICSLIB.csproj", "{469B8120-B6D8-48BD-97C4-AFAB63AEE304}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|Mixed Platforms = Debug|Mixed Platforms
12+
Debug|x86 = Debug|x86
13+
Release With Debug|Any CPU = Release With Debug|Any CPU
14+
Release With Debug|Mixed Platforms = Release With Debug|Mixed Platforms
15+
Release With Debug|x86 = Release With Debug|x86
16+
Release|Any CPU = Release|Any CPU
17+
Release|Mixed Platforms = Release|Mixed Platforms
18+
Release|x86 = Release|x86
19+
EndGlobalSection
20+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Debug|Any CPU.ActiveCfg = Debug|x86
22+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
23+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Debug|Mixed Platforms.Build.0 = Debug|x86
24+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Debug|x86.ActiveCfg = Debug|x86
25+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Debug|x86.Build.0 = Debug|x86
26+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release With Debug|Any CPU.ActiveCfg = Release|x86
27+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release With Debug|Mixed Platforms.ActiveCfg = Release|x86
28+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release With Debug|Mixed Platforms.Build.0 = Release|x86
29+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release With Debug|x86.ActiveCfg = Debug|x86
30+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release With Debug|x86.Build.0 = Debug|x86
31+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release|Any CPU.ActiveCfg = Release|x86
32+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release|Mixed Platforms.ActiveCfg = Release|x86
33+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release|Mixed Platforms.Build.0 = Release|x86
34+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release|x86.ActiveCfg = Release|x86
35+
{CE1E85E5-85BC-4358-8053-EB7EDD280303}.Release|x86.Build.0 = Release|x86
36+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
39+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
40+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Debug|x86.ActiveCfg = Debug|Any CPU
41+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Any CPU.ActiveCfg = Release With Debug|Any CPU
42+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Any CPU.Build.0 = Release With Debug|Any CPU
43+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Mixed Platforms.ActiveCfg = Release With Debug|Any CPU
44+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|Mixed Platforms.Build.0 = Release With Debug|Any CPU
45+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release With Debug|x86.ActiveCfg = Release With Debug|Any CPU
46+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
49+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|Mixed Platforms.Build.0 = Release|Any CPU
50+
{469B8120-B6D8-48BD-97C4-AFAB63AEE304}.Release|x86.ActiveCfg = Release|Any CPU
51+
EndGlobalSection
52+
GlobalSection(SolutionProperties) = preSolution
53+
HideSolutionNode = FALSE
54+
EndGlobalSection
55+
EndGlobal

SOURCE/DwarfFortressModMerger.suo

3 KB
Binary file not shown.
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{CE1E85E5-85BC-4358-8053-EB7EDD280303}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>DwarfFortressModMerger</RootNamespace>
12+
<AssemblyName>DwarfFortressModMerger</AssemblyName>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
15+
<FileAlignment>512</FileAlignment>
16+
</PropertyGroup>
17+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18+
<PlatformTarget>x86</PlatformTarget>
19+
<DebugSymbols>true</DebugSymbols>
20+
<DebugType>full</DebugType>
21+
<Optimize>false</Optimize>
22+
<OutputPath>bin\Debug\</OutputPath>
23+
<DefineConstants>DEBUG;TRACE</DefineConstants>
24+
<ErrorReport>prompt</ErrorReport>
25+
<WarningLevel>4</WarningLevel>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28+
<PlatformTarget>x86</PlatformTarget>
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>bin\Release\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<StartupObject>DwarfFortressModMerger.Program</StartupObject>
38+
</PropertyGroup>
39+
<PropertyGroup>
40+
<ApplicationIcon>j.ico</ApplicationIcon>
41+
</PropertyGroup>
42+
<ItemGroup>
43+
<Reference Include="System" />
44+
<Reference Include="System.Core" />
45+
<Reference Include="System.Xml.Linq" />
46+
<Reference Include="System.Data.DataSetExtensions" />
47+
<Reference Include="Microsoft.CSharp" />
48+
<Reference Include="System.Data" />
49+
<Reference Include="System.Deployment" />
50+
<Reference Include="System.Drawing" />
51+
<Reference Include="System.Windows.Forms" />
52+
<Reference Include="System.Xml" />
53+
</ItemGroup>
54+
<ItemGroup>
55+
<Compile Include="controller.cs" />
56+
<Compile Include="Form1.cs">
57+
<SubType>Form</SubType>
58+
</Compile>
59+
<Compile Include="Form1.Designer.cs">
60+
<DependentUpon>Form1.cs</DependentUpon>
61+
</Compile>
62+
<Compile Include="Program.cs" />
63+
<Compile Include="Properties\AssemblyInfo.cs" />
64+
<EmbeddedResource Include="Form1.resx">
65+
<DependentUpon>Form1.cs</DependentUpon>
66+
</EmbeddedResource>
67+
<EmbeddedResource Include="Resources.resx">
68+
<Generator>ResXFileCodeGenerator</Generator>
69+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
70+
<SubType>Designer</SubType>
71+
</EmbeddedResource>
72+
<Compile Include="Resources.Designer.cs">
73+
<AutoGen>True</AutoGen>
74+
<DependentUpon>Resources.resx</DependentUpon>
75+
<DesignTime>True</DesignTime>
76+
</Compile>
77+
<None Include="Properties\Settings.settings">
78+
<Generator>SettingsSingleFileGenerator</Generator>
79+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
80+
</None>
81+
<Compile Include="Properties\Settings.Designer.cs">
82+
<AutoGen>True</AutoGen>
83+
<DependentUpon>Settings.settings</DependentUpon>
84+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
85+
</Compile>
86+
</ItemGroup>
87+
<ItemGroup>
88+
<Content Include="j.ico" />
89+
</ItemGroup>
90+
<ItemGroup>
91+
<ProjectReference Include="..\..\..\ANDREICSLIB\SOURCE\ANDREICSLIB\ANDREICSLIB.csproj">
92+
<Project>{469B8120-B6D8-48BD-97C4-AFAB63AEE304}</Project>
93+
<Name>ANDREICSLIB</Name>
94+
</ProjectReference>
95+
</ItemGroup>
96+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98+
Other similar extension points exist, see Microsoft.Common.targets.
99+
<Target Name="BeforeBuild">
100+
</Target>
101+
<Target Name="AfterBuild">
102+
</Target>
103+
-->
104+
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Configuration>
2+
<Localization>
3+
<MoveToResource.LastResourceFile>CE1E85E5-85BC-4358-8053-EB7EDD280303/d:Properties/f:Resources.resx</MoveToResource.LastResourceFile>
4+
</Localization>
5+
</Configuration>

0 commit comments

Comments
 (0)