aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Project Ports.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Project Ports.csproj')
-rw-r--r--Project Ports/Project Ports.csproj23
1 files changed, 18 insertions, 5 deletions
diff --git a/Project Ports/Project Ports.csproj b/Project Ports/Project Ports.csproj
index 0ceef20..e5966b1 100644
--- a/Project Ports/Project Ports.csproj
+++ b/Project Ports/Project Ports.csproj
@@ -74,6 +74,17 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
+ <Compile Include="Settings.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Settings.Designer.cs">
+ <DependentUpon>Settings.cs</DependentUpon>
+ </Compile>
<Compile Include="Terminal.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -100,13 +111,12 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Settings.resx">
+ <DependentUpon>Settings.cs</DependentUpon>
</EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
<EmbeddedResource Include="Terminal.resx">
<DependentUpon>Terminal.cs</DependentUpon>
</EmbeddedResource>
@@ -126,5 +136,8 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="Resources\" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file