Skip to content

Commit 9337123

Browse files
committed
Generated files to add "PasswordDialog" to the build list.
1 parent 31728f1 commit 9337123

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

VehicleApp/VehicleApp/VehicleApp.csproj

+9
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
<DependentUpon>EyeControl.cs</DependentUpon>
110110
</Compile>
111111
<Compile Include="Message.cs" />
112+
<Compile Include="PasswordDialog.cs">
113+
<SubType>Form</SubType>
114+
</Compile>
115+
<Compile Include="PasswordDialog.Designer.cs">
116+
<DependentUpon>PasswordDialog.cs</DependentUpon>
117+
</Compile>
112118
<Compile Include="Program.cs" />
113119
<Compile Include="Properties\AssemblyInfo.cs" />
114120
<Compile Include="TobiiSettings.cs">
@@ -133,6 +139,9 @@
133139
<EmbeddedResource Include="EyeControl.resx">
134140
<DependentUpon>EyeControl.cs</DependentUpon>
135141
</EmbeddedResource>
142+
<EmbeddedResource Include="PasswordDialog.resx">
143+
<DependentUpon>PasswordDialog.cs</DependentUpon>
144+
</EmbeddedResource>
136145
<EmbeddedResource Include="Properties\Resources.resx">
137146
<Generator>ResXFileCodeGenerator</Generator>
138147
<LastGenOutput>Resources.Designer.cs</LastGenOutput>

VehicleApp/VehicleApp/obj/Debug/VehicleApp.csproj.FileListAbsolute.txt

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ F:\Miles\Documents\Final Project GIT\VehicleApp\VehicleApp\obj\Debug\VehicleApp.
2222
F:\Miles\Documents\Final Project GIT\VehicleApp\VehicleApp\obj\Debug\VehicleApp.csproj.CopyComplete
2323
F:\Miles\Documents\Final Project GIT\VehicleApp\VehicleApp\obj\Debug\VehicleApp.exe
2424
F:\Miles\Documents\Final Project GIT\VehicleApp\VehicleApp\obj\Debug\VehicleApp.pdb
25+
F:\Miles\Documents\Final Project GIT\VehicleApp\VehicleApp\obj\Debug\VehicleApp.PasswordDialog.resources

0 commit comments

Comments
 (0)